diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/debian/changelog radiance-colors-15.04.3~wily~NoobsLab.com/debian/changelog --- radiance-colors-15.04.2~vivid~NoobsLab.com/debian/changelog 2015-07-14 15:14:37.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/debian/changelog 2015-08-20 17:06:09.000000000 +0000 @@ -1,4 +1,13 @@ -radiance-colors (15.04.2~vivid~NoobsLab.com) vivid; urgency=low +radiance-colors (15.04.3~wily~NoobsLab.com) wily; urgency=low + + * Adds ZRAVE Symboless Windows buttons back for select/supported Desktops. + * Fixes Grey bands when scrolling on some GTK 3.16 Apps (Gnome Rubber-band Issue) + * Fixes White Gap on top of Nautilus sidebar in GTK 3.16 + * Makes theme ready for Firefox when they switch to GTK 3 later this year. + + -- Umair Riaz Thu, 20 Aug 2015 19:04:57 +0200 + +radiance-colors (15.04.2~wily~NoobsLab.com) wily; urgency=low * Fixes for CSD (Gnome) * Misc Fixes and Enhancemnts @@ -6,15 +15,15 @@ -- Umair Riaz Tue, 14 Jul 2015 17:11:05 +0200 -radiance-colors (15.04.1~vivid~NoobsLab.com) vivid; urgency=low +radiance-colors (15.04.1~wily~NoobsLab.com) wily; urgency=low * Many Bugs squashed -- Umair Riaz Sat, 16 May 2015 01:13:02 +0200 -radiance-colors (15.04~vivid~NoobsLab.com) vivid; urgency=low +radiance-colors (15.04~wily~NoobsLab.com) wily; urgency=low - * For 15.04 Vivid + * For 15.04 wily -- Umair Riaz Fri, 24 Apr 2015 20:16:25 +0200 diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Aqua/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Aqua/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Aqua/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:11.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Aqua/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Aqua/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Aqua/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Aqua/gtk-3.0/gtk-widgets.css 2015-06-26 22:52:53.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Aqua/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:12.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Blue/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Blue/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Blue/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:11.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Blue/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Blue/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Blue/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Blue/gtk-3.0/gtk-widgets.css 2015-06-26 22:52:57.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Blue/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:17.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Blue-Spring/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Blue-Spring/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Blue-Spring/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:11.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Blue-Spring/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Blue-Spring/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Blue-Spring/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Blue-Spring/gtk-3.0/gtk-widgets.css 2015-06-26 22:53:01.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Blue-Spring/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:20.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Brown/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Brown/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Brown/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:11.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Brown/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Brown/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Brown/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Brown/gtk-3.0/gtk-widgets.css 2015-06-26 22:53:05.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Brown/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:24.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Graphite/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Graphite/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Graphite/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:11.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Graphite/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Graphite/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Graphite/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Graphite/gtk-3.0/gtk-widgets.css 2015-06-26 22:53:09.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Graphite/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:28.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Green/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Green/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Green/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:11.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Green/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Green/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Green/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Green/gtk-3.0/gtk-widgets.css 2015-06-26 22:53:15.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Green/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:32.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Manila/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Manila/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Manila/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:11.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Manila/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Manila/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Manila/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Manila/gtk-3.0/gtk-widgets.css 2015-06-26 22:53:20.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Manila/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:36.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Orange/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Orange/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Orange/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:11.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Orange/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Orange/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Orange/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Orange/gtk-3.0/gtk-widgets.css 2015-06-26 22:53:25.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Orange/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:43.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Pink/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Pink/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Pink/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:11.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Pink/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Pink/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Pink/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Pink/gtk-3.0/gtk-widgets.css 2015-06-26 22:53:30.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Pink/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:50.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Purple/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Purple/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Purple/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:11.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Purple/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Purple/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Purple/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Purple/gtk-3.0/gtk-widgets.css 2015-06-26 22:53:34.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Purple/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:55.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Red/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Red/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Red/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:11.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Red/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Red/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Red/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Red/gtk-3.0/gtk-widgets.css 2015-06-26 22:53:39.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Red/gtk-3.0/gtk-widgets.css 2015-08-19 22:32:01.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Teal/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Teal/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Teal/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:11.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Teal/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Teal/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Teal/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Teal/gtk-3.0/gtk-widgets.css 2015-06-26 22:53:44.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Teal/gtk-3.0/gtk-widgets.css 2015-08-19 22:32:06.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Aqua/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Aqua/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Aqua/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:44.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Aqua/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:39.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Aqua/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Aqua/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Aqua/gtk-3.0/gtk-widgets.css 2015-06-26 22:53:48.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Aqua/gtk-3.0/gtk-widgets.css 2015-08-19 22:48:09.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Blue/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Blue/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Blue/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:44.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Blue/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:39.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Blue/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Blue/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Blue/gtk-3.0/gtk-widgets.css 2015-06-26 22:53:53.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Blue/gtk-3.0/gtk-widgets.css 2015-08-19 22:48:03.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Blue-Spring/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Blue-Spring/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Blue-Spring/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:44.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Blue-Spring/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:39.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Blue-Spring/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Blue-Spring/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Blue-Spring/gtk-3.0/gtk-widgets.css 2015-06-26 22:53:58.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Blue-Spring/gtk-3.0/gtk-widgets.css 2015-08-19 22:47:58.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Brown/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Brown/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Brown/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:44.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Brown/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:39.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Brown/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Brown/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Brown/gtk-3.0/gtk-widgets.css 2015-06-26 22:54:03.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Brown/gtk-3.0/gtk-widgets.css 2015-08-19 22:47:55.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Graphite/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Graphite/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Graphite/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:44.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Graphite/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:39.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Graphite/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Graphite/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Graphite/gtk-3.0/gtk-widgets.css 2015-06-26 22:54:11.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Graphite/gtk-3.0/gtk-widgets.css 2015-08-19 22:47:51.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Green/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Green/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Green/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:44.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Green/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:39.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Green/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Green/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Green/gtk-3.0/gtk-widgets.css 2015-06-26 22:54:15.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Green/gtk-3.0/gtk-widgets.css 2015-08-19 22:47:48.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Manila/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Manila/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Manila/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:44.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Manila/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:39.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Manila/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Manila/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Manila/gtk-3.0/gtk-widgets.css 2015-06-26 22:54:21.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Manila/gtk-3.0/gtk-widgets.css 2015-08-19 22:47:44.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Orange/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Orange/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Orange/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:44.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Orange/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:39.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Orange/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Orange/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Orange/gtk-3.0/gtk-widgets.css 2015-06-26 22:54:26.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Orange/gtk-3.0/gtk-widgets.css 2015-08-19 22:47:40.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Pink/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Pink/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Pink/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:44.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Pink/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:39.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Pink/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Pink/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Pink/gtk-3.0/gtk-widgets.css 2015-06-26 22:54:31.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Pink/gtk-3.0/gtk-widgets.css 2015-08-19 22:47:35.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Purple/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Purple/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Purple/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:44.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Purple/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:39.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Purple/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Purple/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Purple/gtk-3.0/gtk-widgets.css 2015-06-26 22:54:36.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Purple/gtk-3.0/gtk-widgets.css 2015-08-19 22:47:28.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Red/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Red/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Red/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:44.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Red/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:39.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Red/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Red/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Red/gtk-3.0/gtk-widgets.css 2015-06-26 22:54:42.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Red/gtk-3.0/gtk-widgets.css 2015-08-19 22:47:23.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Teal/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Teal/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Teal/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:44.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Teal/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:39.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Teal/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Teal/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Teal/gtk-3.0/gtk-widgets.css 2015-06-26 22:54:47.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Teal/gtk-3.0/gtk-widgets.css 2015-08-19 22:47:19.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Yellow/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Yellow/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Yellow/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:44.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Yellow/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:39.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Yellow/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Yellow/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Yellow/gtk-3.0/gtk-widgets.css 2015-06-26 22:54:52.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-XFCE-LXDE-Yellow/gtk-3.0/gtk-widgets.css 2015-08-19 22:47:14.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Yellow/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Yellow/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Yellow/gtk-3.0/apps/nautilus.css 2015-05-26 20:51:44.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Yellow/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -124,10 +124,7 @@ NautilusWindow .sidebar .frame, NemoWindow .sidebar .frame { - border-width: 1px 0 0 0; - border-style: solid; - border-color: shade (@bg_color, 0.86); - border-radius: 0; + border-style: none } NautilusWindow .sidebar:backdrop, diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Yellow/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Yellow/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-Yellow/gtk-3.0/gtk-widgets.css 2015-06-26 22:54:58.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-Yellow/gtk-3.0/gtk-widgets.css 2015-08-19 22:32:19.000000000 +0000 @@ -62,8 +62,11 @@ } /* LP: #1285783 */ -GtkScrolledWindow { - background-color: @bg_color; +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; } GtkPaned { @@ -1966,6 +1969,7 @@ border-style: solid; border-width: 1px; + background-color: @tooltip_bg_color; color: @tooltip_fg_color; } diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/banshee.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/banshee.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/banshee.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/banshee.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +# ============================================================================== +# BANSHEE SPECIFIC SETTINGS +# ============================================================================== + +style "banshee_scrollbar" { + engine "murrine" { + roundness = 20 + } +} + +widget "__gtksharp_1*SeekSlider*" style "scale" +widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar" + +widget_class "__gtksharp_1**" style "default" +widget_class "__gtksharp_1**" style "button" +#widget_class "__gtksharp_1**" style "scale" + + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/chromium.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/chromium.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/chromium.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/chromium.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,39 @@ +# ============================================================================== +# CHROMIUM SPECIFIC SETTINGS +# ============================================================================== + +style "chromium_toolbar_button" { + engine "murrine" { + roundness = 3 + textstyle = 0 + } +} + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = "#DFDFDF" + ChromeGtkFrame::inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::incognito-frame-color = "#DFDFDF" + ChromeGtkFrame::incognito-inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::incognito-frame-gradient-size = 16 + ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*Chrom*Button*" style "chromium_toolbar_button" + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/ff.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/ff.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/ff.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/ff.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,33 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-default" { + GtkCheckButton::indicator-size = 14 + + engine "murrine" { + reliefstyle = 0 + } +} + +style "ff-statusbar" { +} + +#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar" +#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + +widget "MozillaGtkWidget*" style "ff-default" + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/gnome-panel.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/gnome-panel.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/gnome-panel.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/gnome-panel.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,129 @@ +# =========================================================================================================================== +# GNOME,XFCE,LXDE & GTK Desktop(S) PANEL SPECIFIC SETTINGS *SPECIFIC SETTINGS TO ENABLE PROPER FUNCTION ON XFCE/LXDE* +# =========================================================================================================================== + +style "panel" +{ + xthickness = 0 + ythickness = 0 + + bg_pixmap[NORMAL] = "img/panel.png" + + engine "murrine" { + colorize_scrollbar = TRUE + } +} + +style "panel_task_button" +{ + xthickness = 3 + xthickness = 3 + + GtkWidget::focus-line-width = 0 + GtkWidget::focus_padding = 0 + GtkWidget::interior_focus = 0 + GtkWidget::internal_padding = 0 + + GtkButton::child_displacement_x = 0 + GtkButton::child_displacement_y = 0 + GtkButton::default_border = {0, 0, 0, 0} + GtkButton::default_outside_border = {0, 0, 0, 0} + GtkButtonBox::child_internal_pad_x = 0 + GtkButtonBox::child_internal_pad_y = 0 + GtkButtonBox::child_min_heigth = 0 + + bg[SELECTED] = shade (0.2, @bg_color) + bg[PRELIGHT] = shade (0.26, @bg_color) + bg[ACTIVE] = shade (0.2, @bg_color) + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = OUT + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "img/panel-button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "XFCE" +{ + xthickness = 3 + ythickness = 3 + + bg_pixmap[NORMAL] = "img/panel.png" +} + +widget "*Panel*" style "panel" +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet +class "PanelApp*" style "panel" +class "PanelToplevel*" style "panel" +#widget_class "*Mail*" style "panel" +widget_class "*notif*" style "panel" + +#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop +widget "*task*" style "panel_task_button" +widget "*.tasklist-button" style "panel_task_button" +widget "*PanelApplet*TaskTitle*" style "panel_task_button" +widget_class "*Xfce*Panel*" style "XFCE" +widget_class "*Xfce*Panel*" style "XFCE" +class "GtkScrollbar" style "scrollbar" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/gnome-terminal.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/gnome-terminal.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/gnome-terminal.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/gnome-terminal.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,42 @@ +# ============================================================================== +# GNOME TERMINAL SPECIFIC SETTINGS +# ============================================================================== + +style "terminal_menubar" +{ + engine "murrine" { + } +} + +style "terminal_notebook" +{ + engine "murrine" { + contrast = 1.0 + } +} + +style "terminal_scrollbar" = "scrollbar" +{ + engine "murrine" { + } +} + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#060606" + + TerminalScreen::background-darkness = 0.97 +} + +#widget "*TerminalWindow*" style "terminal_window" +#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar" +widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook" +#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar" +#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button" +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/nautilus.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/nautilus.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/nautilus.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/apps/nautilus.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,11 @@ +# ============================================================================== +# NAUTILUS SPECIFIC SETTINGS +# ============================================================================== + +style "nautilus_info_pane" { + bg[NORMAL] = @bg_color +} + +widget_class "*Nautilus**" style "nautilus_info_pane" +widget_class "*Nautilus*" style "notebook_button" +widget_class "*Nautilus**" style "notebook_button" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/gtkrc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/gtkrc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/gtkrc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/gtkrc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,690 @@ +gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#2AB5E3\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nlink_color:#29A7DB" + +gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16" + +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = 1 + +style "default" { + xthickness = 1 + ythickness = 1 + + ####################### + # Style Properties + ####################### + GtkButton::child-displacement-x = 1 + GtkButton::child-displacement-y = 1 + GtkButton::default-border = { 0, 0, 0, 0 } + + GtkCheckButton::indicator-size = 16 + + GtkPaned::handle-size = 6 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 14 + GtkRange::stepper-size = 13 + GtkRange::trough-under-steppers = 1 + + GtkScale::trough-border = 0 + GtkScale::slider-width = 23 + GtkScale::slider-length = 14 + GtkScale::trough-side-details = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::trough-border = 0 + GtkScrollbar::slider-width = 13 + GtkScrollbar::min-slider-length = 31 + + GtkMenuBar::internal-padding = 0 + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkExpander::expander-size = 11 + GtkToolbar::internal-padding = 1 + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkTreeView::expander-size = 7 + GtkTreeView::vertical-separator = 0 +# GtkTreeView::odd-row-color = shade (0.96, @base_color) + GtkNotebook::tab-overlap = -1 + + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 3 + + WnckTasklist::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + GtkEntry::state-hint = 0 + + GtkEntry::progress-border = { 2, 2, 2, 2 } + + GtkProgressBar::min-horizontal-bar-height = 14 + GtkProgressBar::min-vertical-bar-width = 14 + + GtkImage::x-ayatana-indicator-dynamic = 1 + GtkMenuBar::window-dragging = 1 + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + #################### + # Color Definitions + #################### + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = shade (0.95, @bg_color) + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.8, @bg_color) + text[ACTIVE] = darker (@text_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.98, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = shade (0.97, @bg_color) + base[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + arrowstyle = 2 + reliefstyle = 3 + highlight_shade = 1.0 + glazestyle = 0 + default_button_color = shade (1.1, "#cdcdcd") + gradient_shades = {1.1, 1.0, 1.0, 0.9} + roundness = 3 + lightborder_shade = 1.26 + lightborderstyle = 1 + listviewstyle = 2 + progressbarstyle = 0 + colorize_scrollbar = FALSE + menubaritemstyle = 1 + menubarstyle = 1 + menustyle = 0 + focusstyle = 3 + handlestyle = 1 + sliderstyle = 3 + scrollbarstyle = 2 + stepperstyle = 3 +# rgba = TRUE + } +} + +style "dark" +{ + bg[NORMAL] = "#DFDFDF" + bg[PRELIGHT] = shade (1.05, "#DFDFDF") + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.95, "#DFDFDF") + bg[INSENSITIVE] = "#DFDFDF" +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "entry" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + } +} + +style "vscale" { +} + +style "hscale" { +} + +style "button" { + + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.03, @bg_color) + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + bg[INSENSITIVE] = @bg_color + fg[INSENSITIVE] = "#9c9c9c" + + engine "murrine" { + #contrast = 1.0 + textstyle = 1 + border_shades = {1.01, 0.8} + reliefstyle = 0 + shadow_shades = {1.0, 1.1} + glowstyle = 5 + glow_shade = 1.02 + lightborder_shade = 1.32 +# lightborderstyle = 0 + #text_shade = 1.04 + } +} + +style "notebook_button" = "button" { +} + +style "spinbutton" = "notebook_button" { + xthickness = 4 + + engine "murrine" { + } +} + +style "scrollbar" = "button" { + xthickness = 2 + ythickness = 2 + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.04, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + + engine "murrine" + { + border_shades = {0.95, 0.90} + roundness = 20 + contrast = 1.0 + trough_shades = {0.92, 0.98} + lightborder_shade = 1.3 + glowstyle = 5 + glow_shade = 1.02 + gradient_shades = {1.2, 1.0, 1.0, 0.86} + trough_border_shades = {0.9, 0.98} + } +} + +style "hscrollbar" { +} + +style "vscrollbar" { +} + +style "overlay_scrollbar" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.85, @bg_color) + bg[ACTIVE] = shade (0.6, @bg_color) +} + +style "scale" = "button" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + border_shades = {0.9, 0.8} + roundness = 5 + lightborder_shade = 1.32 + gradient_shades = {1.1, 1.0, 1.0, 0.8} + handlestyle = 2 + trough_border_shades = {0.9, 1.4} + glow_shade = 1.0 +# reliefstyle = 2 +# shadow_shades = { 1.0, 0.9 } + } +} + +style "notebook_bg" { + bg[NORMAL] = shade (1.02, @bg_color) + bg[ACTIVE] = shade (0.97, @bg_color) + fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color)) +} + +# The color is changed by the notebook_bg style, this style +# changes the x/ythickness +style "notebook" { + xthickness = 2 + ythickness = 2 + + engine "murrine" { + roundness = 3 + contrast = 0.8 + focusstyle = 2 + lightborder_shade = 1.16 + gradient_shades = {1.1, 1.0, 1.0, 0.68} + } +} + +style "statusbar" { + engine "murrine" { + contrast = 1.2 + } +} + +style "comboboxentry" = "notebook_button" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + textstyle = 1 + glowstyle = 5 + glow_shade = 1.02 + } +} + +style "menubar" = "dark" { + # those two lines were added to fix firefox's menubar item text + bg[SELECTED] = "#ECECEC" + fg[SELECTED] = @fg_color + + engine "murrine" { + textstyle = 1 + text_shade = 1.23 + gradient_shades = {1.0, 1.0, 1.0, 1.0} + lightborder_shade = 1.0 + } +} + +style "toolbar" { + engine "murrine" { + textstyle = 1 + text_shade = 1.32 + lightborder_shade = 1.0 + } +} + +style "toolbar-button" = "notebook_button" { + engine "murrine" { + } +} + +style "menu" { + xthickness = 0 + ythickness = 0 + + engine "murrine" + { + reliefstyle = 0 + roundness = 0 + } +} + +style "menu_item" = "menu" { + xthickness = 2 + ythickness = 3 + + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" + { + glowstyle = 5 + glow_shade = 1.1 +# lightborder_shade = 1.0 +# border_shades = { 1.5, 1.3 } + roundness = 0 + } +} + +style "menubar_item" = "menu_item" { + bg[PRELIGHT] = "#ece7e2" + fg[PRELIGHT] = @fg_color + + engine "murrine" { + gradient_shades = {1.00, 1.0, 1.0, 1.0} +# glowstyle = 5 + border_shades = { 1.0, 1.0 } + glow_shade = 1.00 + lightborderstyle = 3 + lightborder_shade = 1.2 + roundness = 4 + } +} + +style "scale_menu_item" = "scale" { + engine "murrine" { + roundness = 20 + lightborder_shade = 1.32 + reliefstyle = 0 + } +} + +# This style is there to modify the separator menu items. The goals are: +# 1. Get a specific height. +# 2. The line should go to the edges (ie. no border at the left/right) +style "separator_menu_item" { + xthickness = 1 + ythickness = 0 + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 7 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "separator_tool_item" { + xthickness = 0 + ythickness = 1 + + GtkVSeparator::vertical-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 7 + GtkWidget::separator-height = 1 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "frame_title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "treeview" { + engine "murrine" + { + roundness = 2 + lightborder_shade = 1.1 + gradient_shades = {1.04, 1.0, 1.0, 0.96} + } +} + +style "progressbar" { + xthickness = 1 + ythickness = 1 + + bg[ACTIVE] = shade (0.94, @bg_color) + #bg[SELECTED] = "#cdcdcd" + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" { + #trough_shades = {0.98, 1.02} + roundness = 8 + lightborderstyle = 1 + lightborder_shade = 1.26 + border_shades = {0.95, 0.85} + gradient_shades = {1.1, 1.0, 1.0, 0.9} + trough_border_shades = {0.9, 1.4} + } +} + +style "progressbar_menu_item" = "progressbar" { + engine "murrine" { + roundness = 0 + } +} + +# This style is based on the default style, so that the colors from the button +# style are overriden again. +style "treeview_header" = "notebook_button" { + xthickness = 2 + ythickness = 1 + + engine "murrine" { + glazestyle = 1 + contrast = 0.8 + lightborder_shade = 1.16 + textstyle = 1 + glow_shade = 1.0 + } +} + +style "treeview_header_scrolled" = "treeview_header" { +} + +style "scrolledwindow" { + engine "murrine" { + contrast = 0.6 + } +} + +style "radiocheck" = "button" { + text[NORMAL] = shade (0.535, @selected_bg_color) + text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color)) + bg[NORMAL] = shade (0.92, @bg_color) + bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color)) + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + engine "murrine" { + reliefstyle = 3 + gradient_shades = {1.2, 1.0, 1.0, 0.9} + shadow_shades = {0.6, 0.5} + textstyle = 0 + } +} + +style "tooltips" { + xthickness = 4 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = "#000000" + + engine "murrine" { + rgba = TRUE + } +} + +style "infobar" { + engine "murrine" { + } +} + +style "nautilus_location" { + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color) +} + +style "calendar" { + xthickness = 0 + ythickness = 0 + + engine "murrine" { + roundness = 0 + } +} + +style "calendar_menu_item" = "calendar" { +# base[NORMAL] = "#c5bfb7" +} + +style "soundfix" +{ +} + +# Wrokaround style for places where the text color is used instead of the fg color. +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +# Workaround style for menus where the text color is used instead of the fg color. +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = "#999999" +} + +# Workaround style for places where the fg color is used instead of the text color. +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +# Style to set the toolbar to use a flat style. This is because the "New" button in +# Evolution is not drawn transparent. So if there is a gradient in the background it will +# look really wrong. +# See http://bugzilla.gnome.org/show_bug.cgi?id=446953. +style "evo_new_button_workaround" { +} + +# Make the XFCE desktop icons text backrounds look prettier (The only change to theme, Code by RAVEfinity Project) +style "xfdesktop-icon-view" { + +XfdesktopIconView::label-alpha = 100 + +base[NORMAL] = "#151515" +base[ACTIVE] = "#7F7C7C" +base[PRELIGHT] = "#7F7C7C" +base[SELECTED] = shade (0.98, @selected_bg_color) + +fg[NORMAL] = @selected_fg_color +fg[SELECTED] = @selected_fg_color +fg[ACTIVE] = @selected_fg_color +} + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# The default style is applied to every widget +class "GtkWidget" style "default" + +class "GtkSeparator" style "wide" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkEntry" style "entry" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "vscale" +class "GtkHScale" style "hscale" +class "GtkScrollbar" style "scrollbar" +class "GtkHScrollbar" style "hscrollbar" +class "GtkVScrollbar" style "vscrollbar" +class "GtkCalendar" style "calendar" +class "GtkInfoBar" style "infobar" + +# General matching follows. The order is choosen so that the right styles override +# each other. EG. progressbar needs to be more important than the menu match. +widget_class "*" style "notebook_bg" +# This is not perfect, it could be done better. +# (That is modify *every* widget in the notebook, and change those back that +# we really don't want changed) +widget_class "**" style "notebook_bg" +widget_class "**" style "notebook_bg" +widget_class "**" style "notebook_bg" +widget_class "**" style "notebook_bg" + +widget_class "**" style "toolbar" +widget_class "**" style "scrolledwindow" + +widget_class "*" style "button" +widget_class "**" style "button" +widget_class "*.*.*" style "notebook_button" +widget_class "*" style "notebook" +widget_class "*" style "statusbar" +widget_class "**" style "spinbutton" +widget_class "**" style "notebook_button" +widget_class "***" style "notebook_button" +widget_class "**" style "radiocheck" +widget_class "**" style "radiocheck" + +widget_class "**" style "comboboxentry" +widget_class "**" style "comboboxentry" + +widget_class "**" style "menubar" +widget_class "**" style "menu" +widget_class "**" style "menu_item" +widget_class "**" style "separator_menu_item" +widget_class "**" style "separator_tool_item" +widget_class "***" style "menubar_item" + +widget_class "*.." style "frame_title" +widget_class "*.*" style "treeview" + +widget_class "*" style "progressbar" +widget_class "*.*." style "progressbar_menu_item" +widget_class "*.*." style "scale_menu_item" +widget_class "*.*." style "calendar_menu_item" + +# Treeview headers (and similar stock GTK+ widgets) +widget_class "*.**" style "treeview_header_scrolled" +widget_class "*.." style "treeview_header" +widget_class "*.." style "treeview_header" +widget_class "*.." style "treeview_header" +widget_class "*.." style "treeview_header" +widget_class "*...*" style "treeview_header" +widget_class "*...*" style "treeview_header" +widget_class "*...*" style "treeview_header" +widget_class "*...*" style "treeview_header" + +# Overlay scrollbar +widget_class "*" style "overlay_scrollbar" +widget_class "*" style "overlay_scrollbar" + +# The window of the tooltip is called "gtk-tooltip" +################################################################## +# FIXME: +# This will not work if one embeds eg. a button into the tooltip. +# As far as I can tell right now we will need to rework the theme +# quite a bit to get this working correctly. +# (It will involve setting different priorities, etc.) +################################################################## +widget "gtk-tooltip*" style "tooltips" + +########################################################################## +# Following are special cases and workarounds for issues in applications. +########################################################################## + +# Workaround for the evolution ETable (bug #527532) +widget_class "*.ETable.ECanvas" style "treeview_header" +# Workaround for the evolution ETree +widget_class "*.ETree.ECanvas" style "treeview_header" + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "nautilus_location" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that this work around assumes that the combobox is _not_ in appears-as-list mode. +widget_class "*.." style "text_is_fg_color_workaround" +# This is the part of the workaround that fixes the menus +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color. +widget_class "**" style "fg_is_text_color_workaround" +# GtkCList also uses the fg color to draw text on top of the base colors. +widget_class "*" style "fg_is_text_color_workaround" +# Nautilus when renaming files, and maybe other places. +widget_class "*" style "fg_is_text_color_workaround" +# Work around for ubuntu's lucid sound indicator +widget "ido-offscreen-scale" style "soundfix" +# Thickness for indicator menu items +widget "*IdoEntryMenuItem*" style "wide" + +# See the documentation of the style. +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" + +# Makes XFCE desktop icon and text backround tweaks work. +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Includes +#include "apps/banshee.rc" +include "apps/chromium.rc" +include "apps/ff.rc" +include "apps/gnome-terminal.rc" +include "apps/nautilus.rc" +include "apps/gnome-panel.rc" Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/img/arrow-down.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/img/arrow-down.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/img/handle-h.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/img/handle-h.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/img/handle-v.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/img/handle-v.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/img/panel-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/img/panel-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/img/panel-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/img/panel-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/img/panel-button-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/img/panel-button-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/img/panel.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-2.0/img/panel.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/baobab.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/baobab.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/baobab.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/baobab.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,25 @@ + +BaobabWindow GtkGrid { + background-color: @bg_color; +} + +BaobabLocationList GtkGrid { + background-color: transparent; +} + +.baobab-toolbar.toolbar { + border-color: shade (@bg_color, 0.9); + border-style: solid; + border-width: 0 0 1px 0; + border-radius: 0; +} + +.cell.baobab-level-cell, +.cell.baobab-level-cell:hover, +.cell.baobab-level-cell:selected, +.cell.baobab-level-cell:selected:hover { + border-color: alpha (black, 0.06); + border-width: 1px; + border-style: solid; + background-color: @base_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/california.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/california.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/california.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/california.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +CaliforniaViewWeekGrid { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/geary.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/geary.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/geary.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/geary.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +ComposerWidget { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/gedit.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/gedit.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/gedit.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/gedit.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,60 @@ +@define-color notebook_tab_gradient_b shade (@bg_color, 0.98); + +GeditWindow .pane-separator, +GeditWindow .pane-separator:hover { +} + +GeditPanel.title GtkLabel { +} + +GeditDocumentsPanel .view { +} + +GeditDocumentsPanel .view:backdrop { +} + +GeditWindow .notebook { + border-radius: 1px; +} + +GeditPanel .notebook { + border-radius: 1px; +} + +GeditPanel .notebook tab, +GeditWindow .notebook tab { + border-radius: 3px; +} + +GeditViewFrame .gedit-search-slider { + background-color: @base_color; + padding: 6px; + border-color: shade (@notebook_tab_gradient_b, 0.80); + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px 1px; + border-style: solid; +} + +GeditViewFrame .gedit-search-slider .not-found { + color: @error_fg_color; + background-image: none; + background-color: @error_bg_color; +} + +GeditViewFrame .gedit-search-slider .not-found:selected { + background-color: @selected_bg_color; + color: @selected_fg_color; +} + +GeditFileBrowserWidget .toolbar { + background-color: @bg_color; + border: none; + padding-bottom: 3px; +} + +.gedit-search-entry-occurrences-tag { + background-color: transparent; + color: @backdrop_text_color; + margin: 2px; + padding: 2px; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/glade.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/glade.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/glade.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/glade.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,8 @@ + +GladeEditor GtkContainer { + background-color: @bg_color +} + +GladeWindow GtkGrid { + background-color: @bg_color +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/gnome-panel.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/gnome-panel.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/gnome-panel.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/gnome-panel.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,97 @@ +/* Fallback Mode Panel */ +PanelWidget :backdrop, +PanelApplet :backdrop, +PanelToplevel :backdrop, +PanelWidget, +PanelApplet, +PanelToplevel { + border-image: none; + + color: @dark_fg_color; +} + +PanelWidget, +PanelApplet, +PanelToplevel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelApplet { + border-width: 0; +} + +PanelSeparator:backdrop, +PanelSeparator { + border-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + + color: @dark_fg_color; +} + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelApplet > GtkMenuBar.menubar.menuitem, +PanelMenuBar.menubar, +PanelMenuBar.menubar.menuitem { + -PanelMenuBar-icon-visible: true; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelAppletFrame { + background-color: @dark_bg_color; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-width: 0; +} + +PanelApplet .button:backdrop, +PanelApplet .button { + -GtkButton-inner-border: 2; + + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.6); + border-radius: 0; + border-width: 0 1px 0 1px; + + text-shadow: none; +} + +PanelApplet .button:active:prelight:backdrop, +PanelApplet .button:active:prelight, +PanelApplet .button:active:backdrop, +PanelApplet .button:active { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.7)), + to (shade (@dark_bg_color, 0.8))); + border-color: shade (@dark_bg_color, 0.7); +} + +PanelApplet .button:prelight:backdrop, +PanelApplet .button:prelight { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.3)), + to (shade (@dark_bg_color, 1.1))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.8); +} + +ClockBox { + text-shadow: 0 1px shade (@dark_bg_color, 1.08); +} + +WnckPager, WnckTasklist { + background-color: @dark_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/gnome-system-log.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/gnome-system-log.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/gnome-system-log.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/gnome-system-log.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,4 @@ +/* LP: #1045602 */ +LogviewWindow .view.dim-label, .dim-label { + color: @info_fg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/gnome-terminal.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/gnome-terminal.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/gnome-terminal.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/gnome-terminal.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,7 @@ +/* gnome-terminal */ +TerminalScreen { + -TerminalScreen-background-darkness: 0.97; + background-color: #060606; + color: #E8E8E8; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/nautilus.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -0,0 +1,238 @@ +@define-color cluebar_color shade (mix (@bg_color, @base_color, 0.5), 0.95); + +NautilusWindow *, +NemoWindow * { + -GtkPaned-handle-size: 1; +} + +NautilusDesktopWindow GtkWidget { + background-color: @transparent; +} + +.nautilus-canvas-item, +.nemo-canvas-item { + border-radius: 4px; +} + +/* desktop mode */ +.nautilus-desktop.nautilus-canvas-item, +.nemo-desktop.nemo-canvas-item { + color: @bg_color; + text-shadow: 1px 1px alpha (black, 0.8); +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nemo-desktop.nemo-canvas-item:active { + background-image: none; + background-color: alpha (@bg_color, 0.84); + + color: @fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:selected { + background-image: none; + background-color: alpha (@selected_bg_color, 0.84); + + color: @selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:active, +.nemo-desktop.nemo-canvas-item:prelight, +.nemo-desktop.nemo-canvas-item:selected { + text-shadow: none; +} + +/* browser window */ +NautilusTrashBar.info, +NautilusXContentBar.info, +NautilusSearchBar.info, +NautilusQueryEditor.info, +NemoTrashBar.info, +NemoXContentBar.info, +NemoSearchBar.info, +NemoQueryEditor.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.03)), + to (shade (@cluebar_color, 0.92))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); + border-radius: 0; + border-style: solid; + border-width: 0px 0px 1px 0px; +} + +NautilusTrashBar.info:backdrop, +NautilusXContentBar.info:backdrop, +NautilusSearchBar.info:backdrop, +NautilusQueryEditor.info:backdrop, +NemoTrashBar.info:backdrop, +NemoXContentBar.info:backdrop, +NemoSearchBar.info:backdrop, +NemoQueryEditor.info:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.01)), + to (shade (@cluebar_color, 0.96))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); +} + +NautilusSearchBar .entry, +NemoSearchBar .entry { +} + +.nautilus-cluebar-label, +.nemo-cluebar-label { + font: bold; +} + +.nautilus-cluebar-label:backdrop, +.nemo-cluebar-label:backdrop { + color: mix (@fg_color, @cluebar_color, 0.2); +} + +nautilus-search-button *:active, +nautilus-search-button *:active:prelight, +nemo-search-button *:active, +nemo-search-button *:active:prelight { + color: @dark_fg_color; +} + +NautilusFloatingBar, +NemoFloatingBar { + background-color: shade (@cluebar_color, 0.92); +} + +NautilusFloatingBar .button, +NemoFloatingBar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; +} + +/* sidebar */ +NautilusWindow .sidebar, +NautilusWindow .sidebar .view, +NemoWindow .sidebar, +NemoWindow .sidebar .view { + background-color: @cluebar_color; + + color: @fg_color; +} + +NautilusWindow .sidebar .frame, +NemoWindow .sidebar .frame { + border-style: none +} + +NautilusWindow .sidebar:backdrop, +NautilusWindow .sidebar .view:backdrop, +NemoWindow .sidebar:backdrop, +NemoWindow .sidebar .view:backdrop { + background-color: shade (@bg_color, 0.96); + color: mix (@fg_color, shade (@bg_color, 0.95), 0.2); +} + +NautilusWindow .sidebar row:selected, +NemoWindow .sidebar row:selected { + color: @selected_fg_color; +} + +NautilusWindow .sidebar row:selected:backdrop, +NemoWindow .sidebar row:selected:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (shade (@bg_color, 0.95), 0.94)), + to (shade (shade (@bg_color, 0.95), 0.86))); + border-top-color: shade (shade (@bg_color, 0.95), 0.88); + + color: @fg_color; +} + +NautilusWindow .pane-separator, +NemoWindow .pane-separator { + background-color: shade (shade (@bg_color, 0.95), 0.94); + border-color: @dark_bg_color; + border-style: solid; + border-width: 0; + box-shadow: none; +} + +NautilusWindow .pane-separator:backdrop, +NemoWindow .pane-separator:backdrop { + background-color: shade (shade (@bg_color, 0.95), 0.96); +} + +NautilusWindow .toolbar.menubar, +NemoWindow .toolbar.menubar { + -GtkToolbar-button-relief: normal; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.0)), + to (shade (@dark_bg_color, 1.2))); + color: @fg_color; + padding: 3px; + box-shadow: none; +} + +/* for breadcrumbs path bar */ +NautilusWindow .toolbar.menubar .button, +.nemo-pathbar-button, +NemoPathbarButton { + -GtkWidget-focus-line-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.4)), + to (shade (@dark_bg_color, 0.96))); + color: @dark_fg_color; + padding: 6px 6px; + border-width: 1px; + border-style: solid; + border-color: alpha(shade (@dark_bg_color, 0.80), 1.2); + -NemoPathbarButton-border-radius: 3px; +} + +NautilusWindow .toolbar.menubar .button:hover, +NautilusWindow .toolbar.menubar .button:active:hover, +NemoPathbarButton:hover, +NemoPathbarButton:active:hover { + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +NautilusWindow .toolbar.menubar .button:active, +NemoPathbarButton:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@selected_bg_color, 1.32), shade(@dark_bg_color, 1.1), 0.7)), + to (mix (shade (@selected_bg_color, 1.05), shade(@dark_bg_color, 1.18), 0.7))); + + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +.toolbar.menubar .separator { + border-color: shade (@dark_bg_color, 0.96); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* For Places Sidebar diskfull indicators */ + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, .65); + -NemoPlacesTreeView-disk-full-fg-color: shade(@selected_bg_color, 1.0); + -NemoPlacesTreeView-disk-full-bar-width: 1px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 1px; + -NemoPlacesTreeView-disk-full-max-length: 70px; +} + +NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, 2.0); + -NemoPlacesTreeView-disk-full-fg-color: shade(@fg_color, 2.0); +} + +NemoPlacesTreeView:hover { +} + +NemoPlacesTreeView:selected:hover { +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/software-center.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/software-center.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/software-center.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/software-center.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +.action-bar { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/unity.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/unity.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/unity.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/unity.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,131 @@ +/* Decorations */ + +UnityDecoration { + -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-input-extents: 10px; + + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 5px; + -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.78); + -UnityDecoration-active-shadow-radius: 30px; + -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.3); + -UnityDecoration-inactive-shadow-radius: 25px; + + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: rgb (221, 72, 20); + + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration.top { + border: 1px solid rgba (85, 40, 0, 0.04); /* shade (@dark_bg_color) (shade (#edebe6, 1.06) */ + border-bottom-width: 0; + border-radius: 6px 6px 0 0; + padding: 1px 6px 0 6px; + + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 1.065), inset 0 0 transparent; + + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityDecoration.top:backdrop { + border: 1px solid rgba (110, 27, 0, 0.04); /* shade @dark_bg_color - shade (#edebe6, 0.96) */ + border-bottom-width: 0; + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 0.96)), + to (@dark_bg_color)); + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 0.97), inset 0 0 transparent; + + color: #a39e9a; + text-shadow: 1px 0 1px shade (@dark_bg_color, 1.08), -1px 0 1px shade (@dark_bg_color, 1.08), + 0 1px 1px shade (@dark_bg_color, 1.08), 0 -1px 1px shade (@dark_bg_color, 1.08); +} + +UnityDecoration.left, +UnityDecoration.right { + background-color: shade (@bg_color, 0.7); + background-size: 1px 70px; + background-repeat: repeat-x; + + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #A8A8A8), + color-stop (0.5, #A8A8A8), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.left:backdrop, +UnityDecoration.right:backdrop { + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #B5B5B5), + color-stop (0.5, #B5B5B5), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.bottom { + background-image: none; + background-color: shade (@bg_color, 0.7); +} + +/* Panel Style */ + +UnityPanelWidget, +.unity-panel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + border-top-color: shade (#EDEDED, 1.08); + border-style: solid; + border-width: 1px 0 0 0; + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: #A3A3A3; +} + +.unity-panel.menubar, +.unity-panel .menubar { +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 1px 1px 0 1px; + icon-shadow: 0 -1px shade (@dark_bg_color, 1.06); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (shade (@dark_bg_color, 1.02))); +} + +@keyframes playbackmenuitem_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: playbackmenuitem_spinner 1s infinite linear; + color: @selected_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/unity-greeter.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/unity-greeter.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/unity-greeter.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/apps/unity-greeter.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,94 @@ +.lightdm.menu { + background-image: none; + background-color: alpha (black, 0.6); + border-color: alpha (white, 0.2); + border-radius: 4px; + padding: 1px; + + color: white; +} + +.lightdm-combo .menu { + background-color: shade (@dark_bg_color, 1.08); + border-radius: 0px; + padding: 0px; + + color: white; +} + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: white; +} + +.lightdm.menubar { + background-image: none; + background-color: alpha (black, 0.5); +} + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .entry, +.lightdm.button, +.lightdm.entry { + background-image: none; + background-color: alpha (black, 0.3); + border-color: alpha (white, 0.6); + border-radius: 5px; + padding: 7px; + + color: white; + text-shadow: none; +} + +.lightdm.button, +.lightdm.button:hover, +.lightdm.button:active, +.lightdm.button:active:focused, +.lightdm.entry, +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focused { + background-image: none; + border-image: none; +} + +.lightdm.button:focused, +.lightdm.entry:focused { + border-color: alpha (white, 0.9); + border-width: 1px; + border-style: solid; + + color: white; +} + +.lightdm.entry:selected { + background-color: alpha (white, 0.2); +} + +@keyframes dashentry_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; +} + +.lightdm.option-button { + padding: 2px; + background: none; + border: 0; +} + +.lightdm.toggle-button { + background: none; + border-width: 0; +} + +.lightdm.toggle-button.selected { + background-color: alpha (black, 0.3); + border-width: 1px; +} Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/backdrop-radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-active-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-active-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-default-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-default-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-default-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-default-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-default-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-default-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-default.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-default.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-menuitem-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-menuitem-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-arrow-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-arrow-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-arrow.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-arrow.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-button-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-button-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/frame.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/frame.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/notebook-tab-bottom.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/notebook-tab-bottom.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/notebook-tab-left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/notebook-tab-left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/notebook-tab-right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/notebook-tab-right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/notebook-tab-top.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/notebook-tab-top.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/progressbar-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/progressbar-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/progressbar-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/progressbar-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/progressbar-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/progressbar-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/progressbar-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/progressbar-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radiance-entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-horizontal-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-horizontal-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-horizontal-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-horizontal-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-horizontal-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-horizontal-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-vertical-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-vertical-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-vertical-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-vertical-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-vertical-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-vertical-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scale-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scrollbar_handle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scrollbar_handle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scrollbar_handle_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/scrollbar_handle_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-horizontal-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-horizontal-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-horizontal-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-horizontal-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-horizontal-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-horizontal-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-horizontal-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-horizontal-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-horizontal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-horizontal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_prelight_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_prelight_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_vertical_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_vertical_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-vertical-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-vertical-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-vertical-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-vertical-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-vertical-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-vertical-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-vertical-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-vertical-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_vertical_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_vertical_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/slider-vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-button-off-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-button-off-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-button-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-button-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-button-on-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-button-on-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-button-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-button-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-trough-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-trough-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-trough-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-trough-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-trough-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-trough-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-trough-toolbar-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-trough-toolbar-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-trough-toolbar-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/assets/switch-trough-toolbar-on.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1 @@ +@import url("gtk-main.css"); \ No newline at end of file diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-main.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-main.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-main.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-main.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,70 @@ +/*default color scheme */ +@define-color bg_color #F2F2F2; +@define-color fg_color #4C4C4C; +@define-color base_color #ffffff; +@define-color text_color #3C3C3C; +@define-color selected_bg_color #2AB5E3; +@define-color selected_fg_color #ffffff; +@define-color tooltip_bg_color #000000; +@define-color tooltip_fg_color #ffffff; + +/* misc colors used by gtk+ + * + * Gtk doesn't currently expand color variables for style properties. Thus, + * gtk-widgets.css uses literal color names, but includes a comment containing + * the name of the variable. Please remember to change values there as well + * when changing one of the variables below. + */ +@define-color info_fg_color rgb (181, 171, 156); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (173, 120, 41); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (97, 122, 214); +@define-color question_bg_color rgb (138, 173, 212); +@define-color error_fg_color rgb (235, 235, 235); +@define-color error_bg_color rgb (223, 56, 44); +@define-color link_color @selected_bg_color; +@define-color success_color #4e9a06; +@define-color error_color #df382c; + +/* theme common colors */ +@define-color button_bg_color shade (@bg_color, 1.02); /*shade (#cdcdcd, 1.08);*/ +@define-color notebook_button_bg_color shade (@bg_color, 1.02); +@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6); +@define-color dark_bg_color #DFDFDF; +@define-color dark_fg_color @fg_color; + +@define-color backdrop_fg_color mix (@bg_color, @fg_color, 0.8); +@define-color backdrop_text_color mix (@base_color, @text_color, 0.8); +@define-color backdrop_dark_fg_color mix (@dark_bg_color, @dark_fg_color, 0.75); +@define-color backdrop_selected_bg_color shade (@bg_color, 0.92); +@define-color backdrop_selected_fg_color @fg_color; + +@define-color focus_color alpha (@selected_bg_color, 0.5); +@define-color focus_bg_color alpha (@selected_bg_color, 0.1); + +@define-color shadow_color alpha(black, 0.5); + +@define-color osd_fg_color #eeeeec; +@define-color osd_bg_color alpha(#202526, 0.7); +@define-color osd_border_color alpha(black, 0.7); + +@import url("gtk-widgets-borders.css"); +@import url("gtk-widgets-borders-radiance.css"); +@import url("gtk-widgets-assets.css"); +@import url("gtk-widgets-assets-radiance.css"); +@import url("gtk-widgets.css"); +@import url("gtk-widgets-radiance.css"); +@import url("apps/geary.css"); +@import url("apps/unity.css"); +@import url("apps/unity-greeter.css"); +@import url("apps/baobab.css"); +@import url("apps/gedit.css"); +@import url("apps/nautilus.css"); +@import url("apps/gnome-panel.css"); +@import url("apps/gnome-terminal.css"); +@import url("apps/gnome-system-log.css"); +@import url("apps/glade.css"); +@import url("apps/california.css"); +@import url("apps/software-center.css"); +@import url("public-colors.css"); diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-assets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-assets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-assets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-assets.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,562 @@ +/*************** + * Resize grip * + ***************/ + +.grip { + background-color: transparent; + /*background-image: url("assets/resize-grip.svg");*/ +} + +/************************* + * Check and Radio items * + *************************/ + +/* draw regular check and radio items using our SVG assets */ +.check { + -gtk-icon-source: url("assets/check-unselected.png"); +} + +.check:hover { + -gtk-icon-source: url("assets/check-unselected-hover.png"); +} + +.check row, +.check row:selected, +.check row:selected:focus { + -gtk-icon-source: url("assets/check-unselected-alt.png"); +} + +.check row:hover, +.check row:selected:hover, +.check row:selected:focus:hover { + -gtk-icon-source: url("assets/check-unselected-hover-alt.png"); +} + +.check:insensitive { + -gtk-icon-source: url("assets/check-unselected-disabled.png"); +} + +.check row:insensitive { + background-color: transparent; +} + +.check row:insensitive, +.check row:selected:insensitive, +.check row:selected:focus:insensitive { + background-color: transparent; + -gtk-icon-source: url("assets/check-unselected-disabled-alt.png"); +} + +.check:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected.png"); +} + +.check:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover.png"); +} + +.check row:backdrop, +.check row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-alt.png"); +} + +.check row:hover:backdrop, +.check row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover-alt.png"); +} + +.check:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled.png"); +} + +.check row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled-alt.png"); +} + +.check:checked { + -gtk-icon-source: url("assets/check-selected.png"); +} + +.check:checked:hover { + -gtk-icon-source: url("assets/check-selected-hover.png"); +} + +.check row:checked, +.check row:selected:checked, +.check row:selected:focus:checked { + -gtk-icon-source: url("assets/check-selected-alt.png"); +} + +.check row:checked:hover, +.check row:selected:checked:hover, +.check row:selected:checked:focus:hover { + -gtk-icon-source: url("assets/check-selected-hover-alt.png"); +} + +.check:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled.png"); +} + +.check row:checked:insensitive, +.check row:selected:checked:insensitive, +.check row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled-alt.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover.png"); +} + +.check row:checked:backdrop, +.check row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-alt.png"); +} + +.check row:checked:hover:backdrop, +.check row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover-alt.png"); +} + +.check:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled.png"); +} + +.check row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled-alt.png"); +} + +.check:inconsistent { + -gtk-icon-source: url("assets/check-mixed.png"); +} + +.check:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover.png"); +} + +.check row:inconsistent, +.check row:selected:inconsistent, +.check row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/check-mixed-alt.png"); +} + +.check row:inconsistent:hover, +.check row:selected:inconsistent:hover, +.check row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled.png"); +} + +.check row:inconsistent:insensitive, +.check row:selected:inconsistent:insensitive, +.check row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled-alt.png"); +} + +.check:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed.png"); +} + +.check:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover.png"); +} + +.check row:inconsistent:backdrop, +.check row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-alt.png"); +} + +.check row:inconsistent:hover:backdrop, +.check row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled.png"); +} + +.check row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled-alt.png"); +} + +.radio { + -gtk-icon-source: url("assets/radio-unselected.png"); +} + +.radio:hover { + -gtk-icon-source: url("assets/radio-unselected-hover.png"); +} + +.radio row, +.radio row:selected, +.radio row:selected:focus { + -gtk-icon-source: url("assets/radio-unselected-alt.png"); +} + +.radio row:hover, +.radio row:selected:hover, +.radio row:selected:focus:hover { + -gtk-icon-source: url("assets/radio-unselected-hover-alt.png"); +} + +.radio:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled.png"); +} + +.radio row:insensitive { + background-color: transparent; +} + +.radio row:insensitive, +.radio row:selected:insensitive, +.radio row:selected:focus:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled-alt.png"); +} + +.radio:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected.png"); +} + +.radio:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover.png"); +} + +.radio row:backdrop, +.radio row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-alt.png"); +} + +.radio row:hover:backdrop, +.radio row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover-alt.png"); +} + +.radio:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled.png"); +} + +.radio row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled-alt.png"); +} + +.radio:checked { + -gtk-icon-source: url("assets/radio-selected.png"); +} + +.radio:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover.png"); +} + +.radio row:checked, +.radio row:selected:checked, +.radio row:selected:focus:checked { + -gtk-icon-source: url("assets/radio-selected-alt.png"); +} + +.radio row:checked:hover, +.radio row:selected:checked:hover, +.radio row:selected:focus:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled.png"); +} + +.radio row:insensitive, +.radio row:selected:checked:insensitive, +.radio row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled-alt.png"); +} + +.radio:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected.png"); +} + +.radio:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover.png"); +} + +.radio row:checked:backdrop, +.radio row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-alt.png"); +} + +.radio row:checked:hover:backdrop, +.radio row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled.png"); +} + +.radio row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled-alt.png"); +} + +.radio:inconsistent { + -gtk-icon-source: url("assets/radio-mixed.png"); +} + +.radio:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover.png"); +} + +.radio row:inconsistent, +.radio row:selected:inconsistent, +.radio row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover, +.radio row:selected:inconsistent:hover, +.radio row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled.png"); +} + +.radio row:inconsistent:insensitive, +.radio row:selected:inconsistent:insensitive, +.radio row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled-alt.png"); +} + +.radio:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed.png"); +} + +.radio:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover.png"); +} + +.radio row:inconsistent:backdrop, +.radio row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover:backdrop, +.radio row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled.png"); +} + +.radio row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled-alt.png"); +} + +.primary-toolbar .menu .check, +.menubar.toolbar .menu .check, +.header-bar .menu .check, +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .radio, +.menubar.toolbar .menu .radio, +.header-bar .menu .radio, +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .check:checked, +.menubar.toolbar .menu .check:checked, +.header-bar .menu .check:checked, +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:hover, +.menu .check:checked:hover { + -gtk-icon-source: url("assets/check-menuitem.png"); +} + +.primary-toolbar .menu .check:checked:insensitive, +.menubar.toolbar .menu .check:checked:insensitive, +.header-bar .menu .check:checked:insensitive, +.toolbar .menu .check:checked:hover:insensitive, +.menu .check:checked:insensitive, +.menu .check:checked:hover:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive.png"); +} + +.toolbar .menu .radio:checked:hover, +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem.png"); +} + +.primary-toolbar .menu .radio:checked:insensitive, +.menubar.toolbar .menu .radio:checked:insensitive, +.header-bar .menu .radio:checked:insensitive, +.toolbar .menu .radio:checked:hover:insensitive, +.menu .radio:checked:insensitive, +.menu .radio:checked:hover:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive.png"); +} + +.toolbar .menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.toolbar .menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.toolbar .menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} + +/********************* + * GtkScale's slider * + *********************/ +.scale.slider, +.scale.slider.horizontal { + background-image: url("assets/slider-horizontal.png"); +} + +.scale.slider:backdrop, +.scale.slider.horizontal:backdrop { + /*background-image: url("assets/slider-horizontal-disabled.png");*/ +} + +.scale.slider:hover, +.scale.slider.horizontal:hover { + background-image: url("assets/slider-horizontal-hover.png"); +} + +.scale.slider:focused, +.scale.slider.horizontal:focused { + background-image: url("assets/slider-horizontal-focused.png"); +} + +.scale.slider:hover:focused, +.scale.slider.horizontal:hover:focused { + background-image: url("assets/slider-horizontal-focused-hover.png"); +} + +.scale.slider:insensitive, +.scale.slider.horizontal:insensitive { + background-image: url("assets/slider-horizontal-disabled.png"); +} + +.scale.slider:insensitive:backdrop, +.scale.slider.horizontal:insensitive:backdrop { + /*background-image: url("assets/slider-horizontal-backdrop-disabled.png");*/ +} + +.scale.slider.vertical { + background-image: url("assets/slider-vertical.png"); +} + +.scale.slider.vertical:backdrop { + /*background-image: url("assets/slider-vertical-backdrop.png");*/ +} + +.scale.slider.vertical:hover { + background-image: url("assets/slider-vertical-hover.png"); +} + +.scale.slider.vertical:focused { + background-image: url("assets/slider-vertical-focused.png"); +} + +.scale.slider.vertical:hover:focused { + background-image: url("assets/slider-vertical-focused-hover.png"); +} + +.scale.slider.vertical:insensitive { + background-image: url("assets/slider-vertical-disabled.png"); +} + +.scale.slider.vertical:insensitive:backdrop { + /*background-image: url("assets/slider-vertical-backdrop-disabled.png");*/ +} + +/*.scale.scale-has-marks-above.slider.horizontal { + background-image: url("assets/slider-up.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:insensitive { + background-image: url("assets/slider-up-disabled.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop { + background-image: url("assets/slider-up-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-up-backdrop-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical { + background-image: url("assets/slider-left.png"); +} + +.scale.scale-has-marks-above.slider.vertical:insensitive { + background-image: url("assets/slider-left-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop { + background-image: url("assets/slider-left-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-left-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal { + background-image: url("assets/slider-down.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:insensitive { + background-image: url("assets/slider-down-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop { + background-image: url("assets/slider-down-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-down-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical { + background-image: url("assets/slider-right.png"); +} + +.scale.scale-has-marks-below.slider.vertical:insensitive { + background-image: url("assets/slider-right-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop { + background-image: url("assets/slider-right-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-right-backdrop-disabled.png"); +}*/ + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-assets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-assets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-assets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-assets-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-borders.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-borders.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-borders.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-borders.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,313 @@ +/* Borders */ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border: 1px solid #2e2e2c; + border-bottom-width: 0px; + border-radius: 4px 4px 0 0; +} + +/********* + * entry * + *********/ +.entry { + border-radius: 8px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.entry { + border-image: url("assets/entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:backdrop { + border-image: url("assets/backdrop-entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:focus { + border-image: url("assets/entry-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive { + border-image: url("assets/entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive:backdrop { + border-image: url("assets/backdrop-entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + border-radius: 8px; + border-width: 0; +} + +/****************** + * combobox entry * + ******************/ +GtkComboBox.combobox-entry .entry:first-child, +GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 1px 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +GtkComboBox.combobox-entry .entry:last-child, +GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +GtkComboBox.combobox-entry .button { + border-image: url("assets/combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:backdrop { + border-image: url("assets/backdrop-combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive { + border-image: url("assets/combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive:backdrop { + border-image: url("assets/backdrop-combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:active:focus { + border-image: url("assets/combobox-button-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:first-child, +.primary-toolbar GtkComboBox.combobox-entry .button:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:first-child, +.header-bar GtkComboBox.combobox-entry .entry:first-child, +.header-bar GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:last-child, +.primary-toolbar GtkComboBox.combobox-entry .button:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:last-child, +.header-bar GtkComboBox.combobox-entry .entry:last-child, +.header-bar GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +.notebook tab.top:active { + border-image: url("assets/notebook-tab-top.png") 8 10 1 10 / 8px 10px 1px 10px stretch; +} + +.notebook tab.right:active { + border-image: url("assets/notebook-tab-right.png") 10 8 10 1 / 10px 8px 10px 1px stretch; +} + +.notebook tab.bottom:active { + border-image: url("assets/notebook-tab-bottom.png") 1 10 8 10 / 1px 10px 8px 10px stretch; +} + +.notebook tab.left:active { + border-image: url("assets/notebook-tab-left.png") 10 1 10 8 / 10px 1px 10px 8px stretch; +} + +/* unfocused window: generic element borders */ +.button:backdrop, +GtkComboBox.combobox-entry .entry:backdrop, +GtkComboBox.combobox-entry .button:backdrop, +.entry:backdrop, +GtkSwitch.trough:backdrop, +.trough:backdrop { +} + +.trough, +.trough.highlight { + border-radius: 4px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.trough { + border-image: url("assets/progressbar-horizontal-trough.png") 6 7 6 7 / 6px 7px 6px 7px stretch; +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +.trough row { +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +GtkSwitch.trough { + border-image: url("assets/switch-trough-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.trough:active { + border-image: url("assets/switch-trough-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough, +.menubar.toolbar GtkSwitch.trough, +.header-bar GtkSwitch.trough { + border-image: url("assets/switch-trough-toolbar-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough:active, +.menubar.toolbar GtkSwitch.trough:active, +.header-bar GtkSwitch.trough:active { + border-image: url("assets/switch-trough-toolbar-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:active:backdrop, +GtkSwitch.trough:insensitive, +GtkSwitch.trough:active:insensitive { + border-image: url("assets/switch-trough-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.slider { + border-image: url("assets/switch-button-off.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +GtkSwitch.slider:active { + border-image: url("assets/switch-button-on.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:backdrop, +GtkSwitch.slider:insensitive { + border-image: url("assets/switch-button-off-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:active:backdrop, +GtkSwitch.slider:active:insensitive { + border-image: url("assets/switch-button-on-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-image: url("assets/progressbar-horizontal-fill.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical { + border-image: url("assets/progressbar-vertical-fill.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop { + border-image: url("assets/progressbar-horizontal-fill-backdrop.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical:backdrop { + border-image: url("assets/progressbar-vertical-fill-backdrop.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.scale.trough { + border-image: url("assets/scale-horizontal-trough.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:insensitive { + border-image: url("assets/scale-horizontal-trough-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:backdrop { + border-image: url("assets/scale-horizontal-trough-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical { + border-image: url("assets/scale-vertical-trough.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.vertical:insensitive { + border-image: url("assets/scale-vertical-trough-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left { + border-image: url("assets/scale-horizontal-fill.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical:backdrop { + border-image: url("assets/scale-vertical-trough-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left:insensitive { + border-image: url("assets/scale-horizontal-fill-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.left:backdrop { + border-image: url("assets/scale-horizontal-fill-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.bottom.vertical { + border-image: url("assets/scale-vertical-fill.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:insensitive { + border-image: url("assets/scale-vertical-fill-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:backdrop { + border-image: url("assets/scale-vertical-fill-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-borders-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-borders-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-borders-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-borders-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,38 @@ + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/radiance-entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/radiance-entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/radiance-combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/radiance-combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/radiance-combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border-color: #b8ab9c; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:12.000000000 +0000 @@ -0,0 +1,2126 @@ +* { + -GtkArrow-arrow-scaling: 0.6; + -GtkButton-child-displacement-x: 1; + -GtkButton-child-displacement-y: 1; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-interior-focus: true; + -GtkButton-inner-border: 3; + -GtkCheckButton-indicator-size: 18; + -GtkCheckMenuItem-indicator-size: 16; + -GtkEntry-inner-border: 2; + -GtkEntry-progress-border: 0; + -GtkExpander-expander-size: 8; + -GtkHTML-link-color: #29A7DB; /* @link_color */ + -GtkIMHtml-hyperlink-color: #29A7DB; /* @link_color */ + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 5px; + -GtkMenuBar-internal-padding: 0; + -GtkMenuItem-arrow-scaling: 0.6; + -GtkNotebook-tab-overlap: 1; + -GtkPaned-handle-size: 6; + -GtkProgressBar-min-horizontal-bar-height: 14; + -GtkProgressBar-min-vertical-bar-width: 14; + -GtkRange-trough-border: 0; + -GtkRange-slider-width: 14; + -GtkRange-stepper-size: 13; + -GtkRange-trough-under-steppers: 1; + -GtkRange-stepper-spacing: 0; + -GtkScale-trough-border: 0; + -GtkScrollbar-activate-slider: 1; + -GtkScrollbar-trough-border: 0; + -GtkScrollbar-min-slider-length: 31; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkSeparatorMenuItem-horizontal-padding: 0; + -GtkStatusbar-shadow-type: none; + -GtkTextView-error-underline-color: #df382c; /* @error_color */ + -GtkToolButton-icon-spacing: 6; + -GtkToolItemGroup-expander-size: 11; + -GtkToolbar-internal-padding: 0; + -GtkTreeView-expander-size: 8; + -GtkTreeView-vertical-separator: 0; + -GtkWidget-separator-width: 2; + -GtkWidget-separator-height: 2; + -GtkWidget-link-color: #29A7DB; /* @link_color */ + -GtkWidget-visited-link-color: #29A7DB; /* @link_color */ + -GtkWindow-resize-grip-width: 0; + -GtkWindow-resize-grip-height: 0; + -WnckTasklist-fade-overlay-rect: 0; + + background-origin: border-box; + background-clip: padding-box; +} + +.background { + color: @fg_color; + background-color: @bg_color; +} + +.background:backdrop { + color: @backdrop_fg_color; +} + +/* LP: #1285783 */ +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; +} + +GtkPaned { + background-color: @bg_color; +} + +/* Background hack to make DejaDup Assistant windows not turn black when + * overlay scrollbars are enabled. + */ +Assistant GtkEventBox { + background-color: @bg_color; +} + +/* ... and for Evolution's mail preferences window */ +EPreferencesWindow GtkNotebook GtkAlignment GtkVBox { + background-color: @bg_color; +} + +/************* + * assistant * + *************/ +GtkAssistant .sidebar .highlight { + color: @fg_color; + font: bold; +} + +GtkAssistant .sidebar { + background-color: shade (@bg_color, 0.97); + border-right-color: shade (@bg_color, 0.8); + border-radius: 0; + border-style: solid; + border-width: 0 1px 0 0; + padding: 12px; + + color: mix (@fg_color, @bg_color, 0.40); + text-shadow: 0 1px shade (@bg_color, 1.04); + + box-shadow: inset -1px 0 shade (@bg_color, 0.94); +} + +/********** + * button * + **********/ +.button { + padding: 5px 6px; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + + border: 1px solid transparent; + border-radius: 8px; + border-image-source: url("assets/button.png"); + + /* all button border images have the same size and are sliced in the same way */ + border-image-width: 10px 12px 10px 12px; + border-image-slice: 10 12 10 12; + border-image-repeat: stretch; +} + +.button.flat { + background-image: none; + border-image-source: none; +} + +.button:backdrop { + background-image: none; + background-color: @bg_color; + border-image-source: url("assets/backdrop-button.png"); + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +.button.flat:backdrop { + border-image-source: none; +} + +.button:focus { + border-image-source: url("assets/button-focused.png"); +} + +.button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.12)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.96))); + border-image-source: url("assets/button-hover.png"); +} + +.button:hover:backdrop { + background-color: shade (@bg_color, 1.04); + border-image-source: url("assets/backdrop-button-hover.png"); +} + +.button:hover:focus { + border-image-source: url("assets/button-focused-hover.png"); +} + +.button:insensitive { + background-image: none; + background-color: mix (#ebebeb, @bg_color, 0.5); + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + border-image-source: url("assets/button-disabled.png"); +} + +.button:insensitive:backdrop { + background-color: #ebebeb; + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); + border-image-source: url("assets/backdrop-button-disabled.png"); +} + +.button.flat:insensitive, +.button.flat:insensitive:backdrop { + background-color: transparent; + border-image-source: none; +} + +.button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + border-image-source: url("assets/button-active.png"); +} + +.button:checked:focus { + border-image-source: url("assets/button-active-focused.png"); +} + +.button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#dcdcdc), + to (#f3f3f3)); + border-image-source: url("assets/button-active-hover.png"); +} + +.button:active:focus { + border-image-source: url("assets/button-active-focused-hover.png"); +} + +.button:active:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#e3e3e3), + to (#f3f3f3)); + border-image-source: url("assets/button-active-disabled.png"); +} + +.button:checked:backdrop { + border-image-source: url("assets/backdrop-button-active.png"); +} + +.button:active:backdrop { + border-image-source: url("assets/backdrop-button-active-hover.png"); +} + +.button:checked:insensitive:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (#e3e3e3, @bg_color, 0.5)), + to (mix (#f3f3f3, @bg_color, 0.5))); + border-image-source: url("assets/backdrop-button-active-disabled.png"); +} + +.button.default { + border-image-source: url("assets/button-default.png"); +} + +.button.default:hover { + border-image-source: url("assets/button-default-hover.png"); +} + +.button.default:focus { + border-image-source: url("assets/button-default-focused.png"); +} + +.button.default:focus:hover { + border-image-source: url("assets/button-default-focused-hover.png"); +} + +/****************** + * Linked Widgets * + *****************/ +.linked > .entry, +.linked > .button, +.linked > GtkComboBox > .button { + border-radius: 0; + border-image-width: 10px 0 10px 0; + border-width: 1px 0 1px 0; + box-shadow: inset -1px 0 shade (@bg_color, 0.84); +} + +.linked > .entry:first-child, +.linked > .button:first-child, +.linked > GtkComboBox:first-child > .button { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; +} + +.linked > .entry:last-child, +.linked > .button:last-child, +.linked > GtkComboBox:last-child > .button { + border-image-width: 10px 12px 10px 0; + border-radius: 0 8px 8px 0; + box-shadow: none; +} + +.linked > .entry:only-child, +.linked > .button:only-child, +.linked > GtkComboBox:only-child > .button { + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +.primary-toolbar .linked .button, +.header-bar .linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.header-bar .linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.header-bar .linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4) +} + +.primary-toolbar .linked .button:active, +.header-bar .linked .button:active, +.primary-toolbar .linked .button:insensitive, +.header-bar .linked .button:insensitive { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:only-child, +.header-bar .linked .button:only-child { + box-shadow: none; +} + +/**************** + * cell and row * + ****************/ +.cell { + -GtkCheckButton-indicator-size: 16; + + background-color: @base_color; + border-radius: 0; + border-width: 0; +} + +row:selected { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@selected_bg_color, 1.06)), + to (shade (@selected_bg_color, 0.94))); + border-top-color: shade (@selected_bg_color, 0.88); + border-style: solid; + border-width: 1px 0 0 0; + + color: @selected_fg_color; +} + +row:selected:backdrop { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@backdrop_selected_bg_color, 1.06)), + to (shade (@backdrop_selected_bg_color, 0.94))); + border-top-color: shade (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + +/******************* + * check and radio * + *******************/ + +/* Draw a focus ring around the contained label ... */ +GtkCheckButton.text-button GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +GtkCheckButton.text-button:focus GtkLabel { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +/* ... unless it's a proper button, which already has a focus-colored border */ +.button.text-button:focus GtkLabel { + border: none; + background: none; +} + +.menu .radio * { + box-shadow: none; +} + +/***************** + * column-header * + *****************/ +column-header .button, +column-header .button:active { + border-radius: 0; + border-width: 0 1px 1px 0; + border-image: none; +} + +column-header .button { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.06)), + to (shade (@bg_color, 1.04))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); + + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.4); +} + +column-header .button:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.02))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.94)), + to (shade (@bg_color, 0.88))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.03), + inset 0 -1px shade (@bg_color, 1.03); +} + +column-header .button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.13)), + to (shade (@bg_color, 1.08))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + +column-header .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.1)), + to (shade (@bg_color, 1.06))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + + +column-header:nth-child(last) .button { + border-width: 0 0 1px 0; +} + +/**************** + * Content view * + ****************/ +.content-view.view { + background-color: shade (@bg_color, 1.01); +} + +.content-view.view:prelight { + background-color: shade (@bg_color, 1.03); +} + +.view:selected, +.view:active, +.content-view.view:selected, +.content-view.view:active { + background-color: @selected_bg_color; +} + +.content-view.view:insensitive { + background-color: @bg_color; +} + +.content-view.view:backdrop { + background-color: @bg_color; +} + +.content-view.view:selected:backdrop { + background-color: @backdrop_selected_bg_color; +} + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; +} + +/********* + * entry * + *********/ +.entry { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@base_color, 0.96)), + to (@base_color)); + padding: 5px 7px; + + color: @text_color; +} + +.entry:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@base_color, 0.96), @bg_color, 0.5)), + to (mix (@base_color, @bg_color, 0.5))); + color: @backdrop_text_color; +} + +.entry:selected, +.entry:selected:focused { + background-color: @selected_bg_color; + + color: @selected_fg_color; +} + +.entry:insensitive { + background-color: #f5f5f5; + background-image: none; + + color: mix (@text_color, @base_color, 0.4); +} + +.entry:insensitive:backdrop { + background-color: mix (#f5f5f5, @bg_color, 0.5); + + color: mix (@text_color, @base_color, 0.4); +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.8)), + color-stop (0.1, shade (@selected_bg_color, 0.9)), + to (shade (@selected_bg_color, 1.1))); + border-width: 0; + + color: @selected_fg_color; +} + +/************ + * expander * + ************/ +.expander { + color: @fg_color; +} + +/********* + * frame * + *********/ +.frame { + border-radius: 3px; + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.82); + border-image: none; + background: none; +} + +.frame.flat { + border: none; +} + +/**************** + * window-frame * + ****************/ + +.window-frame.csd.popup { + border-style: none; + border-radius: 0; + box-shadow: 0 3px 8px @shadow_color; +} + +.window-frame { + border: none; + border-radius: 2px 2px 0 0; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), + 0 6px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); + + /* this is used for the resize cursor area */ + margin: 15px; +} + +.window-frame:backdrop { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.12); +} + +.window-frame.tiled { + border-radius: 0; +} + +.window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: none; +} + +.window-frame.csd.message-dialog { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), + 0 3px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); +} + +/******* + * CSD * + *******/ +.titlebar { + border-radius: 0px; + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +.tiled .titlebar { + border-radius: 0; +} + +.maximized .titlebar { + border-radius: 0; +} + +/* this is the default titlebar that is added by GTK + * when client-side decorations are in use and the application + * does not set a custom titlebar. + */ +.titlebar.default-decoration { + border: none; + box-shadow: none; +} + +.titlebar .title { + font: bold; +} + +.titlebar:backdrop { + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + background-color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +/************ + * iconview * + ************/ +.view { + background-color: @base_color; + color: @text_color; +} + +GtkIconView.view.cell:selected, +GtkIconView.view.cell:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.0)), + to (shade (@selected_bg_color, 0.9))); + border-radius: 5px; + border-style: solid; + border-width: 1px; + border-color: shade (@selected_bg_color, 0.8); + border-bottom-color: shade (@selected_bg_color, 0.7); + + color: @selected_fg_color; + + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.05), + inset -1px 0 shade (@selected_bg_color, 1.05), + inset 0 1px shade (@selected_bg_color, 1.08), + inset 0 -1px shade (@selected_bg_color, 1.0); +} + +.rubberband { + background-color: alpha (@selected_bg_color, 0.35); + border-color: @selected_bg_color; + border-radius: 0; + border-style: solid; + border-width: 1px; +} + +GtkIconView.cell { + background-color: transparent; +} + +/*********** + * infobar * + ***********/ +.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@info_bg_color, 1.04)), + to (shade (@info_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @info_fg_color; + + border-color: shade (@info_bg_color, 0.8); + border-bottom-color: shade (@info_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@info_bg_color, 1.08), + inset -1px 0 shade (@info_bg_color, 1.08), + inset 0 1px shade (@info_bg_color, 1.1), + inset 0 -1px shade (@info_bg_color, 1.04); +} + +.warning { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@warning_bg_color, 1.04)), + to (shade (@warning_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @warning_fg_color; + + border-color: shade (@warning_bg_color, 0.8); + border-bottom-color: shade (@warning_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@warning_bg_color, 1.08), + inset -1px 0 shade (@warning_bg_color, 1.08), + inset 0 1px shade (@warning_bg_color, 1.1), + inset 0 -1px shade (@warning_bg_color, 1.04); +} + +.question { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@question_bg_color, 1.04)), + to (shade (@question_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @question_fg_color; + + border-color: shade (@question_bg_color, 0.8); + border-bottom-color: shade (@question_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@question_bg_color, 1.08), + inset -1px 0 shade (@question_bg_color, 1.08), + inset 0 1px shade (@question_bg_color, 1.1), + inset 0 -1px shade (@question_bg_color, 1.04); +} + +.error { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@error_bg_color, 1.04)), + to (shade (@error_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @error_fg_color; + + border-color: shade (@error_bg_color, 0.8); + border-bottom-color: shade (@error_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@error_bg_color, 1.08), + inset -1px 0 shade (@error_bg_color, 1.08), + inset 0 1px shade (@error_bg_color, 1.1), + inset 0 -1px shade (@error_bg_color, 1.04); +} + +/******** + * menu * + ********/ +GtkTreeMenu.menu, +.toolbar .header-bar .menu, +GtkMenuToolButton.menu, +.primary-toolbar .button .menu, +.header-bar .button .menu, +.menu { + background-image: none; + background-color: shade (@dark_bg_color, 1.08); + border-bottom-color: shade (@dark_bg_color, 0.96); + border-left-color: shade (@dark_bg_color, 0.8); + border-right-color: shade (@dark_bg_color, 0.8); + border-top-color: shade (@dark_bg_color, 0.96); + padding: 0; + border-width: 1px; + border-style: solid; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.18), + inset 0 -1px shade (@dark_bg_color, 1.18), + inset -1px 0 shade (@dark_bg_color, 1.16), + inset 1px 0 shade (@dark_bg_color, 1.18); + + margin: 1px; +} + +.toolbar .menu, +GtkComboBox .menu { + background-image: none; + background-color: @bg_color; + border-bottom-color: shade (@bg_color, 0.66); + border-left-color: shade (@bg_color, 0.7); + border-right-color: shade (@bg_color, 0.7); + border-top-color: shade (@bg_color, 0.8); + border-style: solid; + padding: 0; + + color: @fg_color; + + box-shadow: inset -1px 0 shade (@bg_color, 1.18), + inset 1px 0 shade (@bg_color, 1.18), + inset 0 1px shade (@bg_color, 1.18); +} + +.menu:selected { + background-color: @selected_bg_color; +} + +.menu.button:hover, +.menu.button:checked, +.menu.button:checked:insensitive, +.menu.button:insensitive, +.menu.button +{ + background-color: shade (@dark_bg_color, 1.08); + background-image: none; + border-radius: 0; + border-style: none; + border-width: 1px; +} + +.context-menu { + font: regular medium; +} + +/*********** + * menubar * + ***********/ +.menubar { + -GtkWidget-window-dragging: true; + + background-color: @dark_bg_color; + background-image: none; + border-width: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.menubar:backdrop { + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.8); +} + +/*************** + * menubaritem * + ***************/ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.38)), + to (shade (@dark_bg_color, 1.11))); + + box-shadow: inset 0 1px 1px 0 shade (@dark_bg_color, 1.8); + + color: shade (@dark_fg_color, 1.1); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +/************ + * menuitem * + ************/ +.menuitem { + -GtkMenuItem-horizontal-padding: 0; + background: transparent; + border-radius: 0; + padding: 3px 5px 3px 5px; + + text-shadow: none; +} + +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { +} + +GtkComboBox .menuitem *:hover { + color: @selected_fg_color; +} + +.popover .menuitem:checked:hover, +.menuitem:hover, +.menu .menuitem:hover { + border-radius: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.1)), + to (shade (@selected_bg_color, 0.9))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.7)), + to (shade (@selected_bg_color, 0.7))) 1; + border-image-width: 1px; + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.02), + inset -1px 0 shade (@selected_bg_color, 1.02), + inset 0 1px shade (@selected_bg_color, 1.16), + inset 0 -1px shade (@selected_bg_color, 0.96); + + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem.check:checked, +.menuitem.radio:checked { + color: @fg_color; +} + +.menu .menuitem.check:hover, +.menu .menuitem.radio:hover { + box-shadow: none; +} + +GtkTreeMenu.menu .menuitem:insensitive, +GtkTreeMenu.menu .menuitem *:insensitive, +.toolbar .header-bar .menu .menuitem:insensitive, +.toolbar .header-bar .menu .menuitem *:insensitive, +GtkMenuToolButton.menu .menuitem:insensitive, +GtkMenuToolButton.menu .menuitem *:insensitive, +.primary-toolbar .button .menu .menuitem:insensitive, +.primary-toolbar .button .menu .menuitem *:insensitive, +.header-bar .button .menu .menuitem:insensitive, +.header-bar .button .menu .menuitem *:insensitive, +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@dark_fg_color, @dark_bg_color, 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.toolbar .menu .menuitem:insensitive, +.toolbar .menu .menuitem *:insensitive, +GtkComboBox .menu .menuitem:insensitive, +GtkComboBox .menu .menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +.menuitem GtkCalendar, +.menuitem GtkCalendar.button, +.menuitem GtkCalendar.header, +.menuitem GtkCalendar.view { + background-color: @dark_bg_color; + background-image: none; + border-radius: 0; + border-style: solid; + border-width: 0; + padding: 0; + + color: @dark_fg_color; +} + +.menuitem GtkCalendar { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; +} + +.menuitem GtkCalendar:inconsistent { + color: shade (@bg_color, 0.6); +} + +.menuitem .entry { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; + + color: @dark_fg_color; + + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 0.9))) 1; + border-image-width: 1px; +} + +.primary-toolbar GtkScale.trough, +.primary-toolbar GtkScale.trough:backdrop, +.header-bar GtkScale.trough, +.header-bar GtkScale.trough:backdrop, +.menuitem GtkScale.trough { + background-color: @dark_bg_color; + background-image: none; + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 1.15))) 1; + border-image-width: 1px; +} + +.menuitem .accelerator { + color: alpha (@dark_fg_color, 0.5); +} + +.menuitem .accelerator:hover { + color: alpha (@selected_fg_color, 0.8); +} + +.menuitem .accelerator:insensitive { + color: alpha (mix (@dark_fg_color, @dark_bg_color, 0.5), 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.menuitem > GtkBox > GtkImage + GtkLabel { + padding-left: 6px; +} + +/************ + * notebook * + ************/ +.notebook tab.top { padding: 4px 6px 2px 6px; } +.notebook tab.top:active { padding-bottom: 3px; } +.notebook tab.bottom { padding: 2px 6px 4px 6px; } +.notebook tab.bottom:active { padding-top: 3px; } +.notebook tab.left { padding: 2px 4px 2px 6px; } +.notebook tab.left:active { padding-right: 5px; } +.notebook tab.right { padding: 2px 6px 2px 4px; } +.notebook tab.right:active { padding-left: 5px; } + +/* give active tab a background, as it might be dragged across of others when reordering */ +.notebook tab:active { + background-color: @bg_color; +} + +.notebook.header { + border-width: 0; /* set below depending on position of tab bar */ + border-color: shade (@bg_color, 0.82); + border-style: solid; +} + +/* Draw a border between tabs and content ... */ +.notebook.header.top { border-bottom-width: 1px; } +.notebook.header.right { border-left-width: 1px; } +.notebook.header.left { border-right-width: 1px; } +.notebook.header.bottom { border-top-width: 1px; } + +/* ... unless the content is in a frame (thus having a border itself */ +.notebook.header.frame.top { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.bottom { border: none; } + +.notebook tab.top { + border-image: -gtk-gradient (linear, left top, left bottom, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +.notebook tab.right { + border-image: -gtk-gradient (linear, right top, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.left { + border-image: -gtk-gradient (linear, left top, right top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.bottom { + border-image: -gtk-gradient (linear, left bottom, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +/* Draw a focus ring around labels in tabs */ +.notebook tab GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +.notebook:focus tab GtkLabel.active-page { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +.notebook GtkDrawingArea { + background-color: shade (@bg_color, 1.02); +} + +/****************** + * pane separator * + ******************/ +.sidebar .pane-separator, +.pane-separator { + background-color: transparent; + border-color: shade (@bg_color, 0.84); +} + +/************************* + * progressbar and scale * + *************************/ +GtkScale, +GtkProgressBar { + border-radius: 8px; + border-width: 0px; + padding: 1px; +} + +.scale.trough { + margin: 7px 0 6px 0; +} + +.scale.trough.vertical { + margin: 0 7px 0 6px; +} + +.menubar .menuitem .scale.highlight.left, +.scale.highlight.left, +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #448BBF; + border-style: solid; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop, +.scale.highlight.bottom:backdrop, +.progressbar.vertical:backdrop { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #b0b0b0; +} + +.scale.highlight.left:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.scale.highlight.bottom:insensitive { + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.trough, +.trough row, +.trough row:hover, +.trough row:selected, +.trough row:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#d1d1d1), + to (#e8e8e8)); + border-style: solid; + border-width: 1px; + + color: @text_color; +} + +.trough.vertical { + background-image: -gtk-gradient (linear, left top, right top, + from (#d1d1d1), + to (#e8e8e8)); +} + +/* level bars as used for password quality or remaining power */ + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; +} + +GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; +} + +.level-bar.trough { + padding: 2px; +} + +.level-bar.fill-block { + border-width: 1px; + border-style: solid; + + border-color: @selected_bg_color; + background-color: #448BBF; +} + +.level-bar.indicator-continuous.fill-block { + padding: 2px; + border-radius: 2px; +} + +.level-bar.fill-block:backdrop, +.level-bar.fill-block.level-high:backdrop, +.level-bar.fill-block.level-low:backdrop { + background-color: #b0b0b0; + border-color: #b0b0b0; + background-image: none; +} + + +.level-bar.indicator-discrete.fill-block.horizontal { + margin: 0 1px; +} + +.level-bar.indicator-discrete.fill-block.vertical { + margin: 1px 0; +} + +.level-bar.fill-block.level-high { + border-color: shade(@success_color, 0.85); + background-image: linear-gradient(to bottom, + shade(@success_color, 1.2), + @success_color 75%, + shade(@success_color, 0.95) + ); +} + +.level-bar.fill-block.level-low { + border-color: shade(@warning_bg_color, 0.80); + background-image: linear-gradient(to bottom, + shade(@warning_bg_color, 1.3), + @warning_bg_color 75%, + shade(@warning_bg_color, 0.90) + ); +} + +.level-bar.fill-block.empty-fill-block { + background-color: transparent; + background-image: none; + border-color: alpha(@bg_color, 0.1); +} + +.level-bar.fill-block.empty-fill-block:backdrop { + border-color: transparent; + background-color: transparent; +} + +GtkScale { + -GtkRange-slider-width: 18; + -GtkRange-trough-border: 0; + -GtkScale-slider-length: 14; +} + +GtkScale.vertical { + -GtkScale-slider-length: 13; +} + +.scale.trough.highlight { + background-color: #448BBF; + background-image: none; + background-clip: content-box; +} + +.scale.trough.highlight:insensitive { + background-color: #b5b5b5; + background-image: none; +} + +.scale.trough.highlight.left { + margin: 7px 0 7px 0; +} + +.scale.trough.highlight:backdrop { + background-color: #dcdcdc; + background-image: none; +} + +.scale.trough.highlight.bottom { + margin: 0 7px 0 7px; +} + +GtkScale.mark { + border-color: shade (@bg_color, 0.8); +} + +/************* + * scrollbar * + *************/ +.scrollbar, +.scrollbar.vertical { + -GtkScrollbar-has-backward-stepper: 0; + -GtkScrollbar-has-forward-stepper: 0; + -GtkRange-slider-width: 14; + + border-radius: 20px; + + border-image: none; +} + +.scrollbar.trough, +.scrollbar.trough.vertical { + border-color: shade (@bg_color, 0.8); +} + +.scrollbar.slider, +.scrollbar.slider:hover, +.scrollbar.button, +.scrollbar.slider.vertical, +.scrollbar.slider.vertical:hover, +.scrollbar.button.vertical { + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.86); + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.01), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); +} + +.scrollbar.slider.horizontal, +.scrollbar.slider.horizontal:hover, +.scrollbar.button.horizontal { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.1), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.01); +} + +/* overlay scrollbar */ +OsThumb { + color: shade (@fg_color, 1.6); +} + +OsThumb:selected, +GtkScrollbar:selected { + background-color: @selected_bg_color; +} + +OsThumb:active, +GtkScrollbar:active { + background-color: shade (@bg_color, 0.6); +} + +OsThumb:insensitive, +GtkScrollbar:insensitive { + background-color: shade (@bg_color, 0.85); +} + +/******************* + * scrolled window * + *******************/ +.ubuntu-online-accounts.frame, +GtkScrolledWindow.frame { + border-top-color: shade (@bg_color, 0.84); + border-right-color: shade (@bg_color, 0.76); + border-bottom-color: shade (@bg_color, 0.86); + border-left-color: shade (@bg_color, 0.76); + border-radius: 0; + border-style: solid; +} + +.ubuntu-online-accounts.frame { + border-top-width: 0; +} + +/************* + * separator * + *************/ +.separator { + border-width: 1px; + border-style: solid; + border-image: none; + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +GtkTreeView.view.separator, +GtkTreeView.separator, +.separator, +.separator:hover { + color: shade (@bg_color, 0.92); +} + +.separator.horizontal { + border-width: 1px 0 1px 0; +} + +.separator.vertical { + border-width: 0 1px 0 1px; +} + +GtkComboBox .separator { + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +.button .separator, +.button.separator { + border-color: shade (@button_bg_color, 0.9); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +.button .separator:insensitive, +.button.separator:insensitive { + border-color: shade (@button_insensitive_bg_color, 0.96); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.3); + border-right-color: alpha (shade (@bg_color, 1.26), 0.3); +} + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + border: none; + color: @dark_bg_color; +} + +GtkTreeMenu .menuitem.separator, +.toolbar .header-bar .menuitem.separator, +GtkMenuToolButton .menuitem.separator, +.primary-toolbar .button .menuitem.separator, +.header-bar .button .menuitem.separator, +.menuitem.separator { + border-color: shade (@dark_bg_color, 0.99); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +.toolbar .menuitem.separator, +GtkComboBox .menuitem.separator { + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +/*********** + * sidebar * + ***********/ +.sidebar row:selected { + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +.sidebar .frame { + border-width: 0; +} + +/************** + * spinbutton * + **************/ +.spinbutton.button:active, +.spinbutton.button:insensitive, +.spinbutton.button { + border-radius: 0; +} + +.spinbutton.button:active:nth-child(last), +.spinbutton.button:insensitive:nth-child(last) +.spinbutton.button:nth-child(last), +.spinbutton.button:active:backdrop:nth-child(last), +.spinbutton.button:insensitive:backdrop:nth-child(last), +.spinbutton.button:backdrop:nth-child(last) { + border-radius: 0 7px 7px 0; +} + +.spinbutton.button, +.spinbutton.button:active, +.spinbutton.button:backdrop, +.spinbutton.button:active:backdrop, +.spinbutton.button:hover, +.spinbutton.button:hover:backdrop { + background-image: none; + background-color: transparent; + border-image: none; + border-width: 0 0 0 1px; + border-left-color: alpha (shade (@bg_color, 0.6), 0.22); +} + +.spinbutton.button:active { + background-image: -gtk-gradient (radial, center center, 0.0, center center, 0.5, + from (alpha (@selected_bg_color, 0.2)), + to (alpha (@selected_bg_color, 0.0))); +} + +.spinbutton.button:insensitive, +.spinbutton.button:insensitive:backdrop { + border-left-color: alpha (shade (@bg_color, 0.6), 0.18); + + color: shade (@bg_color, 0.66); +} + +.spinbutton, +.spinbutton:hover { + color: @fg_color; +} + +/*********** + * spinner * + ***********/ +@keyframes spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.spinner { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + color: @selected_bg_color; + opacity: 0; +} + +.spinner:active { + animation: spinner 1s infinite linear; + opacity: 1; +} + +.spinner:active:backdrop { + color: @backdrop_fg_color; +} + +.spinner:active:insensitive { + opacity: 0.5; +} + +/************* + * statusbar * + *************/ +GtkStatusbar { +} + +/********** + * switch * + **********/ +GtkSwitch { + border-radius: 8px; + padding: 0; +} + +GtkSwitch.trough { + border-radius: 8px; + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.trough:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.93)), + to (shade (@selected_bg_color, 0.99))); + + color: @selected_fg_color; + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +GtkSwitch:focus { + outline: 2px solid @focus_color; + outline-offset: -2px; + outline-radius: 6px; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.93)), + to (shade (@bg_color, 0.99))); + + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.slider { + padding: 1px; + border-radius: 6px; + border-style: solid; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); +} + +GtkSwitch.slider:backdrop { + background-image: none; + background-color: @bg_color; + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +/************ + * textview * + ************/ +GtkTextView { + background-color: @base_color; +} + +.header-bar { + padding: 2px 6px; +} + +/* + * Header Bars + * + * The following rules only style header bars when they are used as a window's + * titlebar widget (i.e., they have .titlebar set as well). + * + * Some applications reuse their header bar as a primary toolbar on desktops + * that prefer showing traditional title bars. The rules for those are further + * down grouped with normal toolbars. + */ +.titlebar.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (@dark_bg_color)); + border-color: shade (@dark_bg_color, 1.5); + border-style: solid; + border-width: 1px 0 0 0; + border-radius: 0 0 0 0; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.65); +} + +.titlebar.header-bar .title { + font: bold; +} + +.titlebar.header-bar .subtitle { + font-size: smaller; + opacity: 0.5; +} + +.titlebar.header-bar:backdrop { + color: @backdrop_fg_color; + background-image: none; + background-color: @dark_bg_color; + border-top-color: @dark_bg_color; +} + +.maximized .titlebar.header-bar { + border-radius: 0; + border: none; +} + +.titlebar.header-bar .button.titlebutton { + background-clip: padding-box; + border: 1px solid #d0c7bf; + color: #8b8379; + icon-shadow: 0 1px rgba(255, 255, 255, 0.5); + border-radius: 9px; + padding: 0; + box-shadow: none; + background-image: linear-gradient(to top, #d5d2ce, #ece8e4 50%, #f7f4f3); +} + +.titlebar.header-bar .button.titlebutton.close { + color: #7F7F7F; + icon-shadow: 0 1px rgba(255, 255, 255, 0.25); + background-image: linear-gradient(to top, #67C3E7, #A5DDF2 60%, #D9F2FB); +} + +.titlebar.header-bar .button.titlebutton.close:hover { + background-image: linear-gradient(to top, #67C3E7, #A5DDF2 25%, #D9F2FB); +} + +.titlebar.header-bar .button.titlebutton:hover, +.titlebar.header-bar .button.titlebutton:backdrop:hover { + background-image: linear-gradient(to top, #e2e1df, #f8f6f3 50%, #fcfbf9); +} + +.titlebar.header-bar .button.titlebutton:active { + icon-shadow: none; + background-image: linear-gradient(to top, #fcfbf8, #fbf9f6); +} + +.titlebar.header-bar .button.titlebutton.close:active { + background-image: linear-gradient(to top, #67C3E7, #98CCDF); +} + +.titlebar.header-bar .button.titlebutton:backdrop { + color: #8b8379; + icon-shadow: none; + background-image: linear-gradient(to top, #ece9e6, #e8e4e1); +} + +/*********** + * toolbar * + ***********/ +.toolbar { + border-style: none; + padding: 1px; + + color: @fg_color; + text-shadow: none; +} + +.toolbar:backdrop { + color: @backdrop_fg_color; +} + +/******************* + * primary-toolbar * + *******************/ +.primary-toolbar, +.header-bar { + -GtkWidget-window-dragging: true; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + border-style: solid; + border-width: 1px 0 1px 0; + border-radius: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + + box-shadow: none; +} + +.primary-toolbar:backdrop, +.header-bar:backdrop { + background-image: none; + background-color: @dark_bg_color; + box-shadow: none; + border-top-color: @dark_bg_color; + border-bottom-color: shade (@dark_bg_color, 0.9); + + color: @backdrop_dark_fg_color; +} + +.primary-toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.primary-toolbar .button, +.header-bar .button, +.primary-toolbar .button.flat:hover { + background: transparent; + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + border-image-source: url("assets/radiance-button-toolbar.png"); +} + +.primary-toolbar .button.flat { + border-image-source: none; + background: transparent; +} + +.primary-toolbar .button:focused, +.header-bar .button:focused { + border-image-source: url("assets/radiance-button-toolbar-focused.png"); +} + +.primary-toolbar .button:active, +.primary-toolbar .button:checked, +.header-bar .button:active, +.header-bar .button:checked { + border-image-source: url("assets/radiance-button-toolbar-active.png"); +} + +.primary-toolbar .button:active:focused, +.primary-toolbar .button:checked:focused, +.header-bar .button:active:focused, +.header-bar .button:checked:focused { + border-image-source: url("assets/radiance-button-toolbar-active-focused.png"); +} + +.primary-toolbar .button:backdrop, +.header-bar .button:backdrop { + background-color: transparent; + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.9); + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:hover:backdrop, +.header-bar .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.98)), + to (shade (@dark_bg_color, 0.94))); +} + +.primary-toolbar .button.flat:backdrop { + border-image-source: none; +} + +.primary-toolbar .button.flat:hover:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:active:backdrop, +.primary-toolbar .button:checked:backdrop, +.header-bar .button:active:backdrop, +.header-bar .button:checked:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar-active.png"); +} + +.primary-toolbar .button:hover, +.primary-toolbar .button:checked, +.header-bar .button:hover, +.header-bar .button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.2)), + to (shade (@dark_bg_color, 1.1))); +} + +.primary-toolbar .button:active, +.header-bar .button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.primary-toolbar .button:active:hover, +.menubar.toolbar .button:active:hover, +.header-bar .button:active:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); +} + +.primary-toolbar .button:checked:insensitive, +.primary-toolbar .button:insensitive, +.header-bar .button:checked:insensitive, +.header-bar .button:insensitive { + text-shadow: none; +} + +.primary-toolbar .button:insensitive, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.01)), + to (shade (@dark_bg_color, 0.99))); +} + +.primary-toolbar .button.flat:insensitive { + background-image: none; +} + +.primary-toolbar .button:checked:insensitive, +.header-bar .button:checked:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.94)), + to (shade (@dark_bg_color, 1.02))); +} + +.primary-toolbar GtkSeparatorToolItem, +.primary-toolbar .separator, +.primary-toolbar .separator:insensitive, +.header-bar GtkSeparatorToolItem, +.header-bar .separator, +.header-bar .separator:insensitive { + border-color: alpha (shade (@dark_bg_color, 0.94), 0.35); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* inline-toolbar */ +.inline-toolbar.toolbar { + -GtkToolbar-button-relief: normal; + + border-right-color: shade (@bg_color, 0.86); + border-bottom-color: shade (@bg_color, 0.88); + border-left-color: shade (@bg_color, 0.86); + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#f2f1ef, 0.93)), + color-stop (0.08, #f2f1ef), + to (#ffffff)); + border-width: 0 1px 1px 1px; + border-style: solid; + border-radius: 3px; + border-top-right-radius: 0; + border-top-left-radius: 0; + padding: 3px 4px 4px 4px; +} + +.inline-toolbar.toolbar .button { + padding: 4px; + + icon-shadow: 0 1px shade (@bg_color, 1.16); +} + +/* Middle button */ +.inline-toolbar.toolbar .button, +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar .button:focus, +.inline-toolbar.toolbar .button:focus:active, +.inline-toolbar.toolbar .button:insensitive, +.inline-toolbar.toolbar .button:backdrop, +.inline-toolbar.toolbar .button:backdrop:insensitive, +.inline-toolbar.toolbar GtkToolButton .button, +.inline-toolbar.toolbar GtkToolButton .button:active, +.inline-toolbar.toolbar GtkToolButton .button:focus, +.inline-toolbar.toolbar GtkToolButton .button:focus:active, +.inline-toolbar.toolbar GtkToolButton .button:insensitive, +.inline-toolbar.toolbar GtkToolButton .button:backdrop, +.inline-toolbar.toolbar GtkToolButton .button:backdrop:insensitive { + border-right-width: 0; + border-left-width: 0; + border-image-width: 10px 0 10px 0; + border-radius: 0; +} + +/* Leftmost button */ +.inline-toolbar.toolbar .button:first-child, +.inline-toolbar.toolbar .button:active:first-child, +.inline-toolbar.toolbar .button:focus:first-child, +.inline-toolbar.toolbar .button:focus:active:first-child, +.inline-toolbar.toolbar .button:insensitive:first-child, +.inline-toolbar.toolbar .button:backdrop:first-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:first-child, +.inline-toolbar.toolbar GtkToolButton:first-child .button, +.inline-toolbar.toolbar GtkToolButton:first-child .button:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop:insensitive { + border-left-width: 1px; + border-right-width: 0; + border-image-width: 10px 0 10px 12px; + border-radius: 8px; + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +/* Rightmost button */ +.inline-toolbar.toolbar .button:last-child, +.inline-toolbar.toolbar .button:active:last-child, +.inline-toolbar.toolbar .button:focus:last-child, +.inline-toolbar.toolbar .button:focus:active:last-child, +.inline-toolbar.toolbar .button:insensitive:last-child, +.inline-toolbar.toolbar .button:backdrop:last-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:last-child, +.inline-toolbar.toolbar GtkToolButton:last-child .button, +.inline-toolbar.toolbar GtkToolButton:last-child .button:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop:insensitive { + border-left-width: 0; + border-right-width: 1px; + border-image-width: 10px 12px 10px 0; + border-radius: 8px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +/* Single button */ +.inline-toolbar.toolbar .button:only-child, +.inline-toolbar.toolbar .button:active:only-child, +.inline-toolbar.toolbar .button:focus:only-child, +.inline-toolbar.toolbar .button:focus:active:only-child, +.inline-toolbar.toolbar .button:insensitive:only-child, +.inline-toolbar.toolbar .button:backdrop:only-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:only-child, +.inline-toolbar.toolbar GtkToolButton:only-child .button, +.inline-toolbar.toolbar GtkToolButton:only-child .button:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop:insensitive { + border-right-width: 1px; + border-left-width: 1px; + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +/*********** + * tooltip * + ***********/ +.tooltip { + background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8, + from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)), + to (alpha (@tooltip_bg_color, 0.86))); + border-color: alpha (#ffffff, 0.2); + border-radius: 5px; + border-style: solid; + border-width: 1px; + + background-color: @tooltip_bg_color; + color: @tooltip_fg_color; +} + +/************ + * treeview * + ************/ +GtkTreeView.dnd { + border-color: shade (@selected_bg_color, 1.12); + border-radius: 2px; + border-width: 1px; + border-style: solid; +} + +GtkTreeView .entry { + background-image: none; +} + +/************ + * viewport * + ************/ +GtkViewport.frame { + border-width: 0; +} + +/************ + * listbox * + ************/ +.list-row.button { + border-image: none; + border-style: none; + border-radius: 0; + background-image: none; +} + +.list-row.button:selected { + text-shadow: none; +} + +/************ + * popover * + ************/ +.popover { + background-clip: border-box; + + border-radius: 5px; + border: 1px solid darker(@bg_color); + + box-shadow: 0 2px 3px @shadow_color; + margin: 10px; + padding: 2px; +} + +.popover:backdrop { + box-shadow: none; +} + +/* Popover menuitems are actually buttons. The following rules reset most of + * the button styles for them. + */ +.popover .menuitem, +.popover .menuitem:checked, +.popover .menuitem:hover, +.popover .menuitem:active, +.popover .menuitem:insensitive, +.popover .menuitem:backdrop { + border-image: none; + border: none; + text-shadow: none; + border-radius: 3px; +} + +.popover .menuitem:backdrop:hover { + border: none; + border-image: none; + background: transparent; + color: @fg_color; +} + +.popover .menuitem:checked, +.popover .menuitem.check, +.popover .menuitem.check:checked, +.popover .menuitem.radio, +.popover .menuitem.radio:checked { + background-image: none; + border: none; +} + +.popover .menuitem:insensitive, +.popover .menuitem *:insensitive { + text-shadow: none; + background: none; +} + + +/* OSD overlays */ +.osd, +.osd:backdrop { + color: @osd_fg_color; + background-color: @osd_bg_color; + border-color: @osd_border_color; +} + +.osd.toolbar { + padding: 12px; + border-radius: 8px; +} + +.osd .button, +.osd .button:backdrop { + color: @osd_fg_color; + background: none; + border: none; + padding: 12px; + border-radius: 8px; + transition: all 100ms ease-in-out; +} + +.osd .button:hover { + color: lighter(@osd_fg_color); + icon-shadow: 0 0 3px @osd_fg_color; +} + +.osd .button:active { + color: darker(@osd_fg_color); + icon-shadow: none; +} + +.osd .scale { + margin-left: 9px; + margin-right: 9px; +} + +/***************************************************************************** + * states [please keep this section at the end of the file (CSS precedence)] * + *****************************************************************************/ +*:insensitive { + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +*:selected, +*:selected:focused { + background-color: alpha (@selected_bg_color, 0.9); + + color: @selected_fg_color; +} + +*:selected:backdrop, +*:selected:focused:backdrop { + background-color: alpha (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/gtk-widgets-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,155 @@ +/* Set up shadows and hilights for button visual separation */ +.primary-toolbar .linked .button, +.primary-toolbar .button.raised.linked, +.primary-toolbar .raised.linked .button, +.menubar.toolbar .linked .button, +.menubar.toolbar .button.raised.linked, +.menubar.toolbar .raised.linked .button, +.header-bar .linked .button, +.header-bar .button.raised.linked, +.header-bar .button.raised.linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.primary-toolbar .button.raised.linked:first-child, +.primary-toolbar .raised.linked .button:first-child, +.menubar.toolbar .linked .button:first-child, +.menubar.toolbar .button.raised.linked:first-child, +.menubar.toolbar .raised.linked .button:first-child, +.header-bar .linked .button:first-child, +.header-bar .button.raised.linked:first-child, +.header-bar .raised.linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.primary-toolbar .button.raised.linked:last-child, +.primary-toolbar .raised.linked .button:last-child, +.menubar.toolbar .linked .button:last-child, +.menubar.toolbar .button.raised.linked:last-child, +.menubar.toolbar .raised.linked .button:last-child, +.header-bar .linked .button:last-child, +.header-bar .button.raised.linked:last-child, +.header-bar .raised.linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1) +} + +.primary-toolbar .linked .button:active, +.primary-toolbar .button.raised.linked:active, +.primary-toolbar .raised.linked .button:active, +.menubar.toolbar .linked .button:active, +.menubar.toolbar .button.raised.linked:active, +.menubar.toolbar .raised.linked .button:active, +.header-bar .linked .button:active, +.header-bar .button.raised.linked:active, +.header-bar .raised.linked .button:active { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:insensitive, +.primary-toolbar .button.raised.linked:insensitive, +.primary-toolbar .raised.linked .button:insensitive, +.menubar.toolbar .linked .button:insensitive, +.menubar.toolbar .button.raised.linked:insensitive, +.menubar.toolbar .raised.linked .button:insensitive, +.header-bar .linked .button:insensitive, +.header-bar .button.raised.linked:insensitive, +.header-bar .raised.linked .button:insensitive { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:backdrop:last-child, +.primary-toolbar .button.raised.linked:backdrop:last-child, +.primary-toolbar .raised.linked .button:backdrop:last-child, +.menubar.toolbar .linked .button:backdrop:last-child, +.menubar.toolbar .button.raised.linked:backdrop:last-child, +.menubar.toolbar .raised.linked .button:backdrop:last-child, +.header-bar .linked .button:backdrop:last-child, +.header-bar .button.raised.linked:backdrop:last-child, +.header-bar .raised.linked .button:backdrop:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1); +} + +.menubar { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menuitem:hover, +.menu .menuitem:hover { + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +/* for the playback menu item in the sound menu */ +.menu .spinner, +.menu .spinner:hover { + color: @selected_bg_color; +} + +/* primary-toolbar */ +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar.toolbar, +.menubar.toolbar, +.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar :insensitive, +.menubar.toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar GtkComboBox, +.primary-toolbar .button *, +.primary-toolbar .button, +.menubar.toolbar GtkComboBox, +.menubar.toolbar .button *, +.menubar.toolbar .button, +.header-bar GtkComboBox, +.header-bar .button *, +.header-bar .button { + text-shadow: 0 1px alpha (shade (@dark_bg_color, 1.25), 0.32); +} + +.primary-toolbar .raised .button, +.primary-toolbar .raised.button, +.primary-toolbar .button:hover, +.primary-toolbar .button:active, +.primary-toolbar .button:insensitive, +.menubar.toolbar .raised .button, +.menubar.toolbar .raised.button, +.menubar.toolbar .button:hover, +.menubar.toolbar .button:active, +.menubar.toolbar .button:insensitive, +.header-bar .raised .button, +.header-bar .raised.button, +.header-bar .button:hover, +.header-bar .button:active, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.03)), + to (shade (@dark_bg_color, 0.96))); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/public-colors.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/public-colors.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/public-colors.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/public-colors.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +/* + * Some applications depend on these named colors. + */ + +@define-color theme_fg_color @fg_color; +@define-color theme_bg_color @bg_color; +@define-color theme_base_color @base_color; +@define-color theme_selected_bg_color @selected_bg_color; +@define-color theme_selected_fg_color @selected_fg_color; +@define-color insensitive_bg_color @bg_color; +@define-color insensitive_fg_color @fg_color; +@define-color insensitive_base_color @base_color; +@define-color theme_unfocused_fg_color @backdrop_fg_color; +@define-color theme_unfocused_bg_color @bg_color; +@define-color theme_unfocused_base_color @base_color; +@define-color theme_unfocused_selected_bg_color @selected_bg_color; +@define-color theme_unfocused_selected_fg_color @selected_fg_color; +@define-color borders shade(@bg_color, 0.82); +@define-color unfocused_borders transparent; + +@define-color warning_color @warning_fg_color; +@define-color error_color @error_fg_color; +@define-color success_color @success_color; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/settings.ini radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/settings.ini --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/settings.ini 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/gtk-3.0/settings.ini 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,4 @@ +[Settings] +gtk-color-scheme = "base_color:#ffffff\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nselected_bg_color:#2AB5E3\ntext_color:#3C3C3C\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#29A7DB\nbg_color_dark:#3C3C3C\nfg_color_dark:#DFDFDF" +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = true diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/index.theme radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/index.theme --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/index.theme 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/index.theme 2014-10-09 23:15:02.000000000 +0000 @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Radiance-ZRAVE-Aqua +Comment=Ubuntu Radiance theme, In New Colors By RAVEfinity 14.04 Build +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Radiance-ZRAVE-Aqua +MetacityTheme=Radiance-ZRAVE-Aqua +IconTheme=ubuntu-mono-light +CursorTheme=DMZ-White +ButtonLayout=close,minimize,maximize: Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/close_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/close_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/close_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/close_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/close_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/close_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/close.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/close.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/close_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/close_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/close_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/close_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/close_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/close_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/close_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/close_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/maximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/maximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/maximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/maximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/maximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/maximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/maximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/maximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/maximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/maximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/maximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/maximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/maximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/maximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/maximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/maximize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/menu.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/menu.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/menu_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/menu_prelight.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/metacity-theme-1.xml radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/metacity-theme-1.xml --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/metacity-theme-1.xml 2014-10-09 23:18:01.000000000 +0000 @@ -0,0 +1,530 @@ + + + + + Radiance-ZRAVE-Aqua + Kenneth Wimer, James Schriver, Andrea Cimitan, Jared Sot (RAVEfinity Project) + Canonical Ltd. + April, 2014 + Metacity theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="shade/#DFDFDF/1.06" x="9" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/1.06" x="11" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/0.4" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title_text_unfocused"> + <title color="shade/#DFDFDF/1.08" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="#A3A3A3" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/1.06" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.18" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.08" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.08" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility"> + <include name="draw_title" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_unfocused"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/0.96" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#EDEDED" /> + <color value="shade/#EDEDED/0.98" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.02" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.02" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility_unfocused"> + <include name="draw_title_unfocused" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.38" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_title_maximized_unfocused"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.94" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <line color="#EDEDED" x1="0" x2="width" y1="1" y2="1"/> +</draw_ops> + +<!-- window Frames --> + +<draw_ops name="draw_frame"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> + <gradient type="vertical" x="0" y="0" width="width" height="60"> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/gtk:bg[NORMAL]/0.7" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_frame_utility"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="bottom_edge"> + <line color="shade/gtk:bg[NORMAL]/0.7" x1="0" x2="width" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<!-- buttons --> + +<!-- button trough left --> +<draw_ops name="left_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button Trough Right --> +<draw_ops name="right_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button prelightlays --> +<draw_ops name="menu_focused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_normal"> + <image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_normal"> + <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_normal"> + <image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_normal"> + <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_normal"> + <image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_normal"> + <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_normal"> + <image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_normal"> + <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- frame style --> +<frame_style name="normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.5" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_maximized_unfocused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="utility_focused" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_utility"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="utility_unfocused" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_utility_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_focused"> + <piece position="title" draw_ops="draw_title"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> +</frame_style> + +<!-- style set --> +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="maximized_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="utility"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<!-- window --> +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="utility"/> +<window type="modal_dialog" style_set="utility"/> +<window type="menu" style_set="utility"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +</metacity_theme> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/minimize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/minimize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/minimize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/minimize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/minimize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/minimize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/minimize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/minimize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/minimize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/minimize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/minimize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/minimize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/minimize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/minimize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/minimize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/minimize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/trough_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/trough_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/trough_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/trough_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/trough_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/trough_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/trough_unfocused_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/trough_unfocused_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/trough_unfocused_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/trough_unfocused_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/trough_unfocused_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/trough_unfocused_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/unmaximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/unmaximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/unmaximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/unmaximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/unmaximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/unmaximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/unmaximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/unmaximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/unmaximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/unmaximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/unmaximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/unmaximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/unmaximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/unmaximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/unmaximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/metacity-1/unmaximize_unfocused_pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_dash_disabled.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-12.036017" + inkscape:cy="9.5000006" + inkscape:window-x="434" + inkscape:window-y="128" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#8bceee;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_dash_prelight.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_disabled.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-12.036017" + inkscape:cy="9.5000006" + inkscape:window-x="434" + inkscape:window-y="128" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#87d4ff;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_dash_pressed.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_prelight.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-12.036017" + inkscape:cy="9.5000006" + inkscape:window-x="434" + inkscape:window-y="128" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#6bd0ff;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_dash.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-12.036017" + inkscape:cy="9.5000006" + inkscape:window-x="434" + inkscape:window-y="128" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#7aceff;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_focused_prelight.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#83bfe5;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#e9f4fd;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-9.927686" + inkscape:cy="3.2460194" + inkscape:document-units="px" + inkscape:current-layer="g4775" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="295" + inkscape:window-y="148" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40183,856.52418 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path4646" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -283.80078,855.45312 -0.38867,0.38868 -4.59961,4.59961 -0.39063,0.38867 0.7793,0.7793 0.38867,-0.38868 4.59961,-4.60156 0.38867,-0.38867 -0.77734,-0.77735 z" + id="path4535" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40039,855.45312 -0.7793,0.77735 0.39063,0.38867 4.59961,4.60156 0.38867,0.38868 0.77734,-0.7793 -0.38867,-0.38867 -4.59961,-4.59961 -0.38867,-0.38868 z" + id="path4537" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_focused_pressed.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4564" + id="linearGradient4552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4564"> + <stop + style="stop-color:#55a3d5;stop-opacity:1;" + offset="0" + id="stop4511" /> + <stop + style="stop-color:#b6d2e2;stop-opacity:1;" + offset="1" + id="stop4513" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4554" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4556" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="2.2598033" + inkscape:cy="11.696114" + inkscape:document-units="px" + inkscape:current-layer="g4540" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1152" + inkscape:window-height="795" + inkscape:window-x="336" + inkscape:window-y="136" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(411.35715,-967.57648)"> + <g + style="display:inline" + transform="translate(-411.35714,-85.785707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4540"> + <circle + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4542" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4544" + style="color:#000000;fill:url(#linearGradient4552);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4554);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4546" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4548" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4556);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4550" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -399.55637,973.99943 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path4989" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -404.15793,973.99943 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path4991" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_focused.svg 2014-10-09 23:25:43.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#68b1e0;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#d6eafc;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-9.927686" + inkscape:cy="3.2460194" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="295" + inkscape:window-y="148" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close.svg 2014-10-09 23:19:55.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#68b1e0;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#d6eafc;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="43.962588" + inkscape:cx="4.8483601" + inkscape:cy="7.7083765" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="295" + inkscape:window-y="148" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5151" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5153" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5155" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-658.92858" + inkscape:cy="153.21428" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-378.21428,-666.57648)"> + <g + style="display:inline" + id="g5139" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(378.21429,-386.7857)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5141" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5151);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5143" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5145" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5153);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5155);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5147" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5149" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,674.0698 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path5157" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 390.01506,672.9994 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5159" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,672.9994 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5161" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5175" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5177" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5179" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-129.42858" + inkscape:cy="471.28571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(151.28572,-984.64791)"> + <g + style="display:inline" + transform="translate(-151.28571,-68.714274)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5163"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5165" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5167" + style="color:#000000;fill:url(#linearGradient5175);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5169" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5177);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5179);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5171" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5173" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -139.48494,991.07087 -0.39062,0.3886 -4.59961,4.5996 -0.38867,0.3887 0.77734,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5249" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -144.0865,991.07087 -0.77734,0.7773 0.38867,0.3887 4.59961,4.5996 0.39062,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5251" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/close_unfocused.svg 2014-10-09 22:40:22.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4656" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4660" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4658" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="7.0892085" + inkscape:cy="8.3026513" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="871" + inkscape:window-y="166" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(552.28572,-1071.3622)"> + <g + style="display:inline" + id="g4497" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-552.28571,18.000012)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4499" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4501" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4660);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4505" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4503" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4658);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4507" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_disabled.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="opacity:0.25;display:inline" + transform="translate(-289.71429,-492.00011)" + id="g4240"> + <path + inkscape:connector-curvature="0" + id="path4242" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4244" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_prelight.svg"> + <defs + id="defs4488"> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter4230" + x="-0.12" + width="1.24" + y="-0.12" + height="1.24"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.75" + id="feGaussianBlur4232" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="display:inline" + id="g4222" + transform="translate(-289.71429,-492.00011)"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4224" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4226" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4228" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4230);enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_pressed.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + id="g4234" + transform="translate(-289.71429,-492.00011)" + style="opacity:0.5;display:inline"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4236" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4238" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + transform="translate(-289.71429,-492.00011)" + style="display:inline" + id="g4218"> + <path + inkscape:connector-curvature="0" + id="path4209" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4203" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5009" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5011" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5013" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="392.57143" + inkscape:cy="470.42857" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(673.28572,-983.79076)"> + <g + style="display:inline" + id="g4997" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-673.28571,-69.571423)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4999" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5009);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5001" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5003" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5011);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5013);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5005" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5007" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5061" + d="m -667.28572,990.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + <path + inkscape:connector-curvature="0" + id="path5063" + d="m -667.28572,989.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5295" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5297" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5299" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-472.21428" + inkscape:cy="-431.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-191.49999,-81.862193)"> + <g + style="display:inline" + transform="translate(191.5,-971.49999)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5253"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5255" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5257" + style="color:#000000;fill:url(#linearGradient5295);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5259" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5297);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5299);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5261" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5263" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 197.49999,87.863246 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5289" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_focused.svg 2014-10-09 22:37:34.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="8.8963052" + inkscape:cy="9.3077119" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="751" + inkscape:window-y="204" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize.svg 2014-10-09 22:37:10.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9195959" + inkscape:cx="4.7296154" + inkscape:cy="17.441954" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="710" + inkscape:window-y="119" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5121" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5123" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1098.9286" + inkscape:cy="-683.92851" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-818.21427,170.56632)"> + <g + style="display:inline" + transform="translate(818.21428,-1223.9285)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5073"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5075" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5077" + style="color:#000000;fill:url(#linearGradient5121);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5123);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5079" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5081" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5125);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5083" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-163.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5109" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-164.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5111" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5201" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5203" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5205" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1168.4286" + inkscape:cy="-530.57141" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-887.71427,17.209217)"> + <g + style="display:inline" + id="g5189" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(887.71428,-1070.5714)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5191" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5201);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5193" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5203);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5195" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5197" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5205);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5199" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5243" + d="m 893.71427,-11.208178 0,0.5 0,6.4999998 7,0 0,-6.9999998 -7,0 z m 1,1 5,0 0,4.9999998 -5,0 0,-4.9999998 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/maximize_unfocused.svg 2014-10-09 22:40:46.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4937" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4941" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="11.012127" + inkscape:cy="5.4472923" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="868" + inkscape:window-height="646" + inkscape:window-x="663" + inkscape:window-y="224" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-408.71427,-87.505113)"> + <g + style="display:inline" + transform="translate(408.71428,-965.85707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4925"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4927" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4929" + style="color:#000000;fill:url(#linearGradient4937);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4931" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4939);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4941);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4933" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4935" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/menu_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/menu_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/menu_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/menu_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4747" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-435.29 -180.93)"> + <g id="g4731" transform="translate(435.29 -776.43)"> + <circle id="circle4733" style="color:#000000;fill:url(#linearGradient4747)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" transform="rotate(90)" cy="-9.5" cx="966.86" r="6.5"/> + <circle id="circle5388-4" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="circle4735" style="color:#000000;stroke:#6c6967;fill:#555351" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cx="9.5" cy="966.86" r="3"/> + <path id="path4737" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <path id="path4739" style="opacity:.2;color:#000000;fill:#fff" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z"/> + <path id="path4741" style="opacity:.2;color:#000000;fill:#fff" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z"/> + <path id="path4743" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <rect id="rect4745" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/menu.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/menu.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/menu.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/menu.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4672" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-284.79 -314.29)"> + <g id="g4722" transform="translate(284.79 -643.07)"> + <circle id="circle4664" style="color:#000000;fill:url(#linearGradient4672)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" cx="966.86" transform="rotate(90)" cy="-9.5" r="6.5"/> + <circle id="circle5388" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="path4662" style="color:#000000;stroke:#d3d0cb;fill:#c6c2bb" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cy="966.86" cx="9.5" r="3"/> + <path id="circle4682" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <path id="circle4691" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z" style="opacity:.2;color:#000000;fill:#fff"/> + <path id="circle4702" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z" style="opacity:0.07;color:#000000;fill:#fff"/> + <path id="circle4711" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <rect id="rect4720" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.25" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4411" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4413" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4265" transform="translate(-289.71 -473)"> + <path id="path4267" style="color:#000000;fill:#fff" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" transform="translate(-76.5 938.36)"/> + <rect id="rect4269" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + <path id="path4409" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;filter:url(#filter4411);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_focused.svg 2014-10-09 22:48:57.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.535768" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize.svg 2014-10-09 22:48:23.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.669697" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/minimize_unfocused.svg 2014-10-09 22:41:09.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4955" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4957" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4959" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.439246" + inkscape:cx="8.1418379" + inkscape:cy="8.4994228" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="742" + inkscape:window-y="242" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-262.75023,-284.66847)"> + <g + style="display:inline" + id="g4943" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(262.75024,-768.69371)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4945" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4955);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4947" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4957);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4949" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4951" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4959);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4953" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.25" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4405" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4407" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4381" transform="translate(-289.71 -454)"> + <path id="path4383" style="color:#000000;fill:#fff" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" transform="translate(-76.5 938.36)"/> + <rect id="rect4385" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + <path id="path4403" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;filter:url(#filter4405);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.5" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_focused.svg 2014-10-09 22:39:58.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="17.19268" + inkscape:cy="5.00027" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1006" + inkscape:window-y="145" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize.svg 2014-10-09 22:39:36.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="12.348945" + inkscape:cy="10.478037" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1407" + inkscape:window-y="24" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/unity/unmaximize_unfocused.svg 2014-10-09 22:41:32.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4973" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4975" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4977" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="6.2901987" + inkscape:cy="6.1607613" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="772" + inkscape:window-y="191" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-687.7857,142.99492)"> + <g + style="display:inline" + transform="translate(687.78571,-1196.3571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4961"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4963" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4965" + style="color:#000000;fill:url(#linearGradient4973);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4967" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4975);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4977);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4969" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4971" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/bottom-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/bottom-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/bottom-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/bottom-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/bottom-left-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/bottom-left-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/bottom-left-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/bottom-left-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/bottom-right-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/bottom-right-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/bottom-right-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/bottom-right-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/close-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/close-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/close-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/close-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/close-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/close-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/close-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/close-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/hide-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/hide-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/hide-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/hide-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/hide-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/hide-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/hide-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/hide-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/left-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * left_active_xpm[] = { +"2 15 3 1", +" c None", +". c #C1C1C1", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/left-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #CFCFCF", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/maximize-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/maximize-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/maximize-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/maximize-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/maximize-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/maximize-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/maximize-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/maximize-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/maximize-toggled-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/maximize-toggled-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/maximize-toggled-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/maximize-toggled-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/maximize-toggled-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/maximize-toggled-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/maximize-toggled-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/maximize-toggled-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/menu-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/menu-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/menu-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/menu-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/menu-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/menu-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/right-active.xpm 2014-08-31 00:22:36.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * right_active_xpm[] = { +"2 15 3 1", +" c None", +". c #D7D7D7", +"+ c #C1C1C1", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/right-inactive.xpm 2014-08-31 00:22:36.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #D7D7D7", +"+ c #CFCFCF", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/themerc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/themerc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/themerc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/themerc 2014-08-31 00:22:36.000000000 +0000 @@ -0,0 +1,20 @@ +# Radiance ported to XFCE (Xfwm4) by The RAVEfinity Project. www.ravefinity.blogspot.com (2012+) Jared Sot. +# Based on code/pixmaps from (Orig.) Radiance. and Originol Ambiance XFCE port by p0ng http://www.p0ng.com.br. +# Radiance XFCE version was ported by scrach by RAVEfinity(Jared Sot.) on top of the XFCE Ambiance theme. + + +button_offset=3 +button_spacing=0 +maximized_offset=9 +title_full_width=true +title_horizontal_offset=8 +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +title_shadow_active=frame +title_shadow_inactive=frame +show_app_icon=false # Change to true or false if you want a app icon on each window. (Default is false) +#button_layout=CHM| # This prevents one from customizing their buttons VIA Xfce Window Manager Settings (Defualt is disabled via #) +active_text_color=#4C4942 +active_text_shadow_color=#E5E2D8 +inactive_text_color=#a39e9a +inactive_text_shadow_color=#E5E2D8 Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-1-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-1-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-1-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-1-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-2-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-2-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-2-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-2-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-3-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-3-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-3-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-3-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-4-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-4-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-4-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-4-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-5-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-5-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-5-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/title-5-inactive.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/top-left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/top-left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/top-left-active.xpm 2014-08-31 00:22:36.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +" .....", +" ..+++++", +" .@@@@@@@", +" .@@@@@@@@", +" .########", +".@@@@@@@@@", +".#########", +".#########", +".@@@@@@@@@", +".#########", +".@@@@@@@@@", +".$$$$$$$$$", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".*********", +".=========", +".*********", +".*********", +".*********", +".*********", +".=========", +".*********", +".=========", +".*********", +".---------", +".*********", +".*********"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/top-left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/top-left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/top-left-inactive.xpm 2014-08-31 00:22:36.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +" .....", +" ..+++++", +" .@@@@@@@", +" .########", +" .$$$$$$$$", +".#########", +".$$$$$$$$$", +".$$$$$$$$$", +".#########", +".$$$$$$$$$", +".#########", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".---------", +".---------", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".=========", +".;;;;;;;;;", +".;;;;;;;;;"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/top-right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/top-right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/top-right-active.xpm 2014-08-31 00:22:36.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"@@@@@@@@. ", +"########. ", +"@@@@@@@@@.", +"#########.", +"#########.", +"@@@@@@@@@.", +"#########.", +"@@@@@@@@@.", +"$$$$$$$$$.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"*********.", +"*********.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"---------.", +"*********.", +"*********."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/top-right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/top-right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Aqua/xfwm4/top-right-inactive.xpm 2014-08-31 00:22:36.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"########. ", +"$$$$$$$$. ", +"#########.", +"$$$$$$$$$.", +"$$$$$$$$$.", +"#########.", +"$$$$$$$$$.", +"#########.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"---------.", +"---------.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"=========.", +";;;;;;;;;.", +";;;;;;;;;."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/banshee.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/banshee.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/banshee.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/banshee.rc 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,23 @@ +# ============================================================================== +# BANSHEE SPECIFIC SETTINGS +# ============================================================================== + +style "banshee_scrollbar" { + engine "murrine" { + roundness = 20 + } +} + +widget "__gtksharp_1*SeekSlider*" style "scale" +widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar" + +widget_class "__gtksharp_1*<GtkToolbar>*" style "default" +widget_class "__gtksharp_1*<GtkButton>*" style "button" +#widget_class "__gtksharp_1*<GtkScale>*" style "scale" + + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/chromium.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/chromium.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/chromium.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/chromium.rc 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,39 @@ +# ============================================================================== +# CHROMIUM SPECIFIC SETTINGS +# ============================================================================== + +style "chromium_toolbar_button" { + engine "murrine" { + roundness = 3 + textstyle = 0 + } +} + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = "#DFDFDF" + ChromeGtkFrame::inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::incognito-frame-color = "#DFDFDF" + ChromeGtkFrame::incognito-inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::incognito-frame-gradient-size = 16 + ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*Chrom*Button*" style "chromium_toolbar_button" + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/ff.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/ff.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/ff.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/ff.rc 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,33 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-default" { + GtkCheckButton::indicator-size = 14 + + engine "murrine" { + reliefstyle = 0 + } +} + +style "ff-statusbar" { +} + +#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar" +#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + +widget "MozillaGtkWidget*" style "ff-default" + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/gnome-panel.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/gnome-panel.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/gnome-panel.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/gnome-panel.rc 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,129 @@ +# =========================================================================================================================== +# GNOME,XFCE,LXDE & GTK Desktop(S) PANEL SPECIFIC SETTINGS *SPECIFIC SETTINGS TO ENABLE PROPER FUNCTION ON XFCE/LXDE* +# =========================================================================================================================== + +style "panel" +{ + xthickness = 0 + ythickness = 0 + + bg_pixmap[NORMAL] = "img/panel.png" + + engine "murrine" { + colorize_scrollbar = TRUE + } +} + +style "panel_task_button" +{ + xthickness = 3 + xthickness = 3 + + GtkWidget::focus-line-width = 0 + GtkWidget::focus_padding = 0 + GtkWidget::interior_focus = 0 + GtkWidget::internal_padding = 0 + + GtkButton::child_displacement_x = 0 + GtkButton::child_displacement_y = 0 + GtkButton::default_border = {0, 0, 0, 0} + GtkButton::default_outside_border = {0, 0, 0, 0} + GtkButtonBox::child_internal_pad_x = 0 + GtkButtonBox::child_internal_pad_y = 0 + GtkButtonBox::child_min_heigth = 0 + + bg[SELECTED] = shade (0.2, @bg_color) + bg[PRELIGHT] = shade (0.26, @bg_color) + bg[ACTIVE] = shade (0.2, @bg_color) + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = OUT + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "img/panel-button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "XFCE" +{ + xthickness = 3 + ythickness = 3 + + bg_pixmap[NORMAL] = "img/panel.png" +} + +widget "*Panel*" style "panel" +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet +class "PanelApp*" style "panel" +class "PanelToplevel*" style "panel" +#widget_class "*Mail*" style "panel" +widget_class "*notif*" style "panel" + +#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop +widget "*task*" style "panel_task_button" +widget "*.tasklist-button" style "panel_task_button" +widget "*PanelApplet*TaskTitle*" style "panel_task_button" +widget_class "*Xfce*Panel*" style "XFCE" +widget_class "*Xfce*Panel*" style "XFCE" +class "GtkScrollbar" style "scrollbar" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/gnome-terminal.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/gnome-terminal.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/gnome-terminal.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/gnome-terminal.rc 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,42 @@ +# ============================================================================== +# GNOME TERMINAL SPECIFIC SETTINGS +# ============================================================================== + +style "terminal_menubar" +{ + engine "murrine" { + } +} + +style "terminal_notebook" +{ + engine "murrine" { + contrast = 1.0 + } +} + +style "terminal_scrollbar" = "scrollbar" +{ + engine "murrine" { + } +} + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#060606" + + TerminalScreen::background-darkness = 0.97 +} + +#widget "*TerminalWindow*" style "terminal_window" +#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar" +widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook" +#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar" +#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button" +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/nautilus.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/nautilus.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/nautilus.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/apps/nautilus.rc 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,11 @@ +# ============================================================================== +# NAUTILUS SPECIFIC SETTINGS +# ============================================================================== + +style "nautilus_info_pane" { + bg[NORMAL] = @bg_color +} + +widget_class "*Nautilus*<GtkNotebook>*<GtkEventBox>" style "nautilus_info_pane" +widget_class "*Nautilus*<GtkButton>" style "notebook_button" +widget_class "*Nautilus*<GtkButton>*<GtkLabel>" style "notebook_button" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/gtkrc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/gtkrc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/gtkrc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/gtkrc 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,690 @@ +gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#546BCF\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nlink_color:#5E79E9" + +gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16" + +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = 1 + +style "default" { + xthickness = 1 + ythickness = 1 + + ####################### + # Style Properties + ####################### + GtkButton::child-displacement-x = 1 + GtkButton::child-displacement-y = 1 + GtkButton::default-border = { 0, 0, 0, 0 } + + GtkCheckButton::indicator-size = 16 + + GtkPaned::handle-size = 6 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 14 + GtkRange::stepper-size = 13 + GtkRange::trough-under-steppers = 1 + + GtkScale::trough-border = 0 + GtkScale::slider-width = 23 + GtkScale::slider-length = 14 + GtkScale::trough-side-details = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::trough-border = 0 + GtkScrollbar::slider-width = 13 + GtkScrollbar::min-slider-length = 31 + + GtkMenuBar::internal-padding = 0 + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkExpander::expander-size = 11 + GtkToolbar::internal-padding = 1 + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkTreeView::expander-size = 7 + GtkTreeView::vertical-separator = 0 +# GtkTreeView::odd-row-color = shade (0.96, @base_color) + GtkNotebook::tab-overlap = -1 + + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 3 + + WnckTasklist::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + GtkEntry::state-hint = 0 + + GtkEntry::progress-border = { 2, 2, 2, 2 } + + GtkProgressBar::min-horizontal-bar-height = 14 + GtkProgressBar::min-vertical-bar-width = 14 + + GtkImage::x-ayatana-indicator-dynamic = 1 + GtkMenuBar::window-dragging = 1 + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + #################### + # Color Definitions + #################### + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = shade (0.95, @bg_color) + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.8, @bg_color) + text[ACTIVE] = darker (@text_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.98, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = shade (0.97, @bg_color) + base[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + arrowstyle = 2 + reliefstyle = 3 + highlight_shade = 1.0 + glazestyle = 0 + default_button_color = shade (1.1, "#cdcdcd") + gradient_shades = {1.1, 1.0, 1.0, 0.9} + roundness = 3 + lightborder_shade = 1.26 + lightborderstyle = 1 + listviewstyle = 2 + progressbarstyle = 0 + colorize_scrollbar = FALSE + menubaritemstyle = 1 + menubarstyle = 1 + menustyle = 0 + focusstyle = 3 + handlestyle = 1 + sliderstyle = 3 + scrollbarstyle = 2 + stepperstyle = 3 +# rgba = TRUE + } +} + +style "dark" +{ + bg[NORMAL] = "#DFDFDF" + bg[PRELIGHT] = shade (1.05, "#DFDFDF") + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.95, "#DFDFDF") + bg[INSENSITIVE] = "#DFDFDF" +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "entry" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + } +} + +style "vscale" { +} + +style "hscale" { +} + +style "button" { + + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.03, @bg_color) + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + bg[INSENSITIVE] = @bg_color + fg[INSENSITIVE] = "#9c9c9c" + + engine "murrine" { + #contrast = 1.0 + textstyle = 1 + border_shades = {1.01, 0.8} + reliefstyle = 0 + shadow_shades = {1.0, 1.1} + glowstyle = 5 + glow_shade = 1.02 + lightborder_shade = 1.32 +# lightborderstyle = 0 + #text_shade = 1.04 + } +} + +style "notebook_button" = "button" { +} + +style "spinbutton" = "notebook_button" { + xthickness = 4 + + engine "murrine" { + } +} + +style "scrollbar" = "button" { + xthickness = 2 + ythickness = 2 + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.04, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + + engine "murrine" + { + border_shades = {0.95, 0.90} + roundness = 20 + contrast = 1.0 + trough_shades = {0.92, 0.98} + lightborder_shade = 1.3 + glowstyle = 5 + glow_shade = 1.02 + gradient_shades = {1.2, 1.0, 1.0, 0.86} + trough_border_shades = {0.9, 0.98} + } +} + +style "hscrollbar" { +} + +style "vscrollbar" { +} + +style "overlay_scrollbar" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.85, @bg_color) + bg[ACTIVE] = shade (0.6, @bg_color) +} + +style "scale" = "button" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + border_shades = {0.9, 0.8} + roundness = 5 + lightborder_shade = 1.32 + gradient_shades = {1.1, 1.0, 1.0, 0.8} + handlestyle = 2 + trough_border_shades = {0.9, 1.4} + glow_shade = 1.0 +# reliefstyle = 2 +# shadow_shades = { 1.0, 0.9 } + } +} + +style "notebook_bg" { + bg[NORMAL] = shade (1.02, @bg_color) + bg[ACTIVE] = shade (0.97, @bg_color) + fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color)) +} + +# The color is changed by the notebook_bg style, this style +# changes the x/ythickness +style "notebook" { + xthickness = 2 + ythickness = 2 + + engine "murrine" { + roundness = 3 + contrast = 0.8 + focusstyle = 2 + lightborder_shade = 1.16 + gradient_shades = {1.1, 1.0, 1.0, 0.68} + } +} + +style "statusbar" { + engine "murrine" { + contrast = 1.2 + } +} + +style "comboboxentry" = "notebook_button" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + textstyle = 1 + glowstyle = 5 + glow_shade = 1.02 + } +} + +style "menubar" = "dark" { + # those two lines were added to fix firefox's menubar item text + bg[SELECTED] = "#ECECEC" + fg[SELECTED] = @fg_color + + engine "murrine" { + textstyle = 1 + text_shade = 1.23 + gradient_shades = {1.0, 1.0, 1.0, 1.0} + lightborder_shade = 1.0 + } +} + +style "toolbar" { + engine "murrine" { + textstyle = 1 + text_shade = 1.32 + lightborder_shade = 1.0 + } +} + +style "toolbar-button" = "notebook_button" { + engine "murrine" { + } +} + +style "menu" { + xthickness = 0 + ythickness = 0 + + engine "murrine" + { + reliefstyle = 0 + roundness = 0 + } +} + +style "menu_item" = "menu" { + xthickness = 2 + ythickness = 3 + + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" + { + glowstyle = 5 + glow_shade = 1.1 +# lightborder_shade = 1.0 +# border_shades = { 1.5, 1.3 } + roundness = 0 + } +} + +style "menubar_item" = "menu_item" { + bg[PRELIGHT] = "#ece7e2" + fg[PRELIGHT] = @fg_color + + engine "murrine" { + gradient_shades = {1.00, 1.0, 1.0, 1.0} +# glowstyle = 5 + border_shades = { 1.0, 1.0 } + glow_shade = 1.00 + lightborderstyle = 3 + lightborder_shade = 1.2 + roundness = 4 + } +} + +style "scale_menu_item" = "scale" { + engine "murrine" { + roundness = 20 + lightborder_shade = 1.32 + reliefstyle = 0 + } +} + +# This style is there to modify the separator menu items. The goals are: +# 1. Get a specific height. +# 2. The line should go to the edges (ie. no border at the left/right) +style "separator_menu_item" { + xthickness = 1 + ythickness = 0 + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 7 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "separator_tool_item" { + xthickness = 0 + ythickness = 1 + + GtkVSeparator::vertical-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 7 + GtkWidget::separator-height = 1 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "frame_title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "treeview" { + engine "murrine" + { + roundness = 2 + lightborder_shade = 1.1 + gradient_shades = {1.04, 1.0, 1.0, 0.96} + } +} + +style "progressbar" { + xthickness = 1 + ythickness = 1 + + bg[ACTIVE] = shade (0.94, @bg_color) + #bg[SELECTED] = "#cdcdcd" + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" { + #trough_shades = {0.98, 1.02} + roundness = 8 + lightborderstyle = 1 + lightborder_shade = 1.26 + border_shades = {0.95, 0.85} + gradient_shades = {1.1, 1.0, 1.0, 0.9} + trough_border_shades = {0.9, 1.4} + } +} + +style "progressbar_menu_item" = "progressbar" { + engine "murrine" { + roundness = 0 + } +} + +# This style is based on the default style, so that the colors from the button +# style are overriden again. +style "treeview_header" = "notebook_button" { + xthickness = 2 + ythickness = 1 + + engine "murrine" { + glazestyle = 1 + contrast = 0.8 + lightborder_shade = 1.16 + textstyle = 1 + glow_shade = 1.0 + } +} + +style "treeview_header_scrolled" = "treeview_header" { +} + +style "scrolledwindow" { + engine "murrine" { + contrast = 0.6 + } +} + +style "radiocheck" = "button" { + text[NORMAL] = shade (0.535, @selected_bg_color) + text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color)) + bg[NORMAL] = shade (0.92, @bg_color) + bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color)) + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + engine "murrine" { + reliefstyle = 3 + gradient_shades = {1.2, 1.0, 1.0, 0.9} + shadow_shades = {0.6, 0.5} + textstyle = 0 + } +} + +style "tooltips" { + xthickness = 4 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = "#000000" + + engine "murrine" { + rgba = TRUE + } +} + +style "infobar" { + engine "murrine" { + } +} + +style "nautilus_location" { + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color) +} + +style "calendar" { + xthickness = 0 + ythickness = 0 + + engine "murrine" { + roundness = 0 + } +} + +style "calendar_menu_item" = "calendar" { +# base[NORMAL] = "#c5bfb7" +} + +style "soundfix" +{ +} + +# Wrokaround style for places where the text color is used instead of the fg color. +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +# Workaround style for menus where the text color is used instead of the fg color. +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = "#999999" +} + +# Workaround style for places where the fg color is used instead of the text color. +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +# Style to set the toolbar to use a flat style. This is because the "New" button in +# Evolution is not drawn transparent. So if there is a gradient in the background it will +# look really wrong. +# See http://bugzilla.gnome.org/show_bug.cgi?id=446953. +style "evo_new_button_workaround" { +} + +# Make the XFCE desktop icons text backrounds look prettier (The only change to theme, Code by RAVEfinity Project) +style "xfdesktop-icon-view" { + +XfdesktopIconView::label-alpha = 100 + +base[NORMAL] = "#151515" +base[ACTIVE] = "#7F7C7C" +base[PRELIGHT] = "#7F7C7C" +base[SELECTED] = shade (0.98, @selected_bg_color) + +fg[NORMAL] = @selected_fg_color +fg[SELECTED] = @selected_fg_color +fg[ACTIVE] = @selected_fg_color +} + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# The default style is applied to every widget +class "GtkWidget" style "default" + +class "GtkSeparator" style "wide" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkEntry" style "entry" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "vscale" +class "GtkHScale" style "hscale" +class "GtkScrollbar" style "scrollbar" +class "GtkHScrollbar" style "hscrollbar" +class "GtkVScrollbar" style "vscrollbar" +class "GtkCalendar" style "calendar" +class "GtkInfoBar" style "infobar" + +# General matching follows. The order is choosen so that the right styles override +# each other. EG. progressbar needs to be more important than the menu match. +widget_class "*<GtkNotebook>" style "notebook_bg" +# This is not perfect, it could be done better. +# (That is modify *every* widget in the notebook, and change those back that +# we really don't want changed) +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook_bg" + +widget_class "*<GtkToolbar>*" style "toolbar" +widget_class "*<GtkScrolledWindow>*" style "scrolledwindow" + +widget_class "*<GtkButton>" style "button" +widget_class "*<GtkButton>*<GtkLabel>" style "button" +widget_class "*<GtkToolbar>.*.<GtkButton>*" style "notebook_button" +widget_class "*<GtkNotebook>" style "notebook" +widget_class "*<GtkStatusbar>" style "statusbar" +widget_class "*<GtkSpinButton>*" style "spinbutton" +widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button" +widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button" +widget_class "*<GtkRadioButton>*" style "radiocheck" +widget_class "*<GtkCheckButton>*" style "radiocheck" + +widget_class "*<GtkComboBoxEntry>*" style "comboboxentry" +widget_class "*<GtkCombo>*" style "comboboxentry" + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" +widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item" +widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "menubar_item" + +widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title" +widget_class "*.<GtkTreeView>*" style "treeview" + +widget_class "*<GtkProgress>" style "progressbar" +widget_class "*<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "calendar_menu_item" + +# Treeview headers (and similar stock GTK+ widgets) +widget_class "*.<GtkScrolledWindow>*<GtkTreeView>*" style "treeview_header_scrolled" +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkTreeView>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header" + +# Overlay scrollbar +widget_class "*<OsScrollbar>" style "overlay_scrollbar" +widget_class "*<OsThumb>" style "overlay_scrollbar" + +# The window of the tooltip is called "gtk-tooltip" +################################################################## +# FIXME: +# This will not work if one embeds eg. a button into the tooltip. +# As far as I can tell right now we will need to rework the theme +# quite a bit to get this working correctly. +# (It will involve setting different priorities, etc.) +################################################################## +widget "gtk-tooltip*" style "tooltips" + +########################################################################## +# Following are special cases and workarounds for issues in applications. +########################################################################## + +# Workaround for the evolution ETable (bug #527532) +widget_class "*.ETable.ECanvas" style "treeview_header" +# Workaround for the evolution ETree +widget_class "*.ETree.ECanvas" style "treeview_header" + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "nautilus_location" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that this work around assumes that the combobox is _not_ in appears-as-list mode. +widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround" +# This is the part of the workaround that fixes the menus +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color. +widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround" +# GtkCList also uses the fg color to draw text on top of the base colors. +widget_class "*<GtkCList>" style "fg_is_text_color_workaround" +# Nautilus when renaming files, and maybe other places. +widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround" +# Work around for ubuntu's lucid sound indicator +widget "ido-offscreen-scale" style "soundfix" +# Thickness for indicator menu items +widget "*IdoEntryMenuItem*" style "wide" + +# See the documentation of the style. +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" + +# Makes XFCE desktop icon and text backround tweaks work. +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Includes +#include "apps/banshee.rc" +include "apps/chromium.rc" +include "apps/ff.rc" +include "apps/gnome-terminal.rc" +include "apps/nautilus.rc" +include "apps/gnome-panel.rc" Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/img/arrow-down.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/img/arrow-down.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/img/handle-h.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/img/handle-h.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/img/handle-v.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/img/handle-v.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/img/panel-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/img/panel-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/img/panel-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/img/panel-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/img/panel-button-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/img/panel-button-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/img/panel.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-2.0/img/panel.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/baobab.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/baobab.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/baobab.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/baobab.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,25 @@ + +BaobabWindow GtkGrid { + background-color: @bg_color; +} + +BaobabLocationList GtkGrid { + background-color: transparent; +} + +.baobab-toolbar.toolbar { + border-color: shade (@bg_color, 0.9); + border-style: solid; + border-width: 0 0 1px 0; + border-radius: 0; +} + +.cell.baobab-level-cell, +.cell.baobab-level-cell:hover, +.cell.baobab-level-cell:selected, +.cell.baobab-level-cell:selected:hover { + border-color: alpha (black, 0.06); + border-width: 1px; + border-style: solid; + background-color: @base_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/california.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/california.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/california.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/california.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +CaliforniaViewWeekGrid { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/geary.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/geary.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/geary.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/geary.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +ComposerWidget { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/gedit.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/gedit.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/gedit.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/gedit.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,60 @@ +@define-color notebook_tab_gradient_b shade (@bg_color, 0.98); + +GeditWindow .pane-separator, +GeditWindow .pane-separator:hover { +} + +GeditPanel.title GtkLabel { +} + +GeditDocumentsPanel .view { +} + +GeditDocumentsPanel .view:backdrop { +} + +GeditWindow .notebook { + border-radius: 1px; +} + +GeditPanel .notebook { + border-radius: 1px; +} + +GeditPanel .notebook tab, +GeditWindow .notebook tab { + border-radius: 3px; +} + +GeditViewFrame .gedit-search-slider { + background-color: @base_color; + padding: 6px; + border-color: shade (@notebook_tab_gradient_b, 0.80); + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px 1px; + border-style: solid; +} + +GeditViewFrame .gedit-search-slider .not-found { + color: @error_fg_color; + background-image: none; + background-color: @error_bg_color; +} + +GeditViewFrame .gedit-search-slider .not-found:selected { + background-color: @selected_bg_color; + color: @selected_fg_color; +} + +GeditFileBrowserWidget .toolbar { + background-color: @bg_color; + border: none; + padding-bottom: 3px; +} + +.gedit-search-entry-occurrences-tag { + background-color: transparent; + color: @backdrop_text_color; + margin: 2px; + padding: 2px; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/glade.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/glade.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/glade.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/glade.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,8 @@ + +GladeEditor GtkContainer { + background-color: @bg_color +} + +GladeWindow GtkGrid { + background-color: @bg_color +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/gnome-panel.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/gnome-panel.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/gnome-panel.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/gnome-panel.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,97 @@ +/* Fallback Mode Panel */ +PanelWidget :backdrop, +PanelApplet :backdrop, +PanelToplevel :backdrop, +PanelWidget, +PanelApplet, +PanelToplevel { + border-image: none; + + color: @dark_fg_color; +} + +PanelWidget, +PanelApplet, +PanelToplevel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelApplet { + border-width: 0; +} + +PanelSeparator:backdrop, +PanelSeparator { + border-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + + color: @dark_fg_color; +} + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelApplet > GtkMenuBar.menubar.menuitem, +PanelMenuBar.menubar, +PanelMenuBar.menubar.menuitem { + -PanelMenuBar-icon-visible: true; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelAppletFrame { + background-color: @dark_bg_color; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-width: 0; +} + +PanelApplet .button:backdrop, +PanelApplet .button { + -GtkButton-inner-border: 2; + + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.6); + border-radius: 0; + border-width: 0 1px 0 1px; + + text-shadow: none; +} + +PanelApplet .button:active:prelight:backdrop, +PanelApplet .button:active:prelight, +PanelApplet .button:active:backdrop, +PanelApplet .button:active { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.7)), + to (shade (@dark_bg_color, 0.8))); + border-color: shade (@dark_bg_color, 0.7); +} + +PanelApplet .button:prelight:backdrop, +PanelApplet .button:prelight { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.3)), + to (shade (@dark_bg_color, 1.1))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.8); +} + +ClockBox { + text-shadow: 0 1px shade (@dark_bg_color, 1.08); +} + +WnckPager, WnckTasklist { + background-color: @dark_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/gnome-system-log.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/gnome-system-log.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/gnome-system-log.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/gnome-system-log.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,4 @@ +/* LP: #1045602 */ +LogviewWindow .view.dim-label, .dim-label { + color: @info_fg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/gnome-terminal.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/gnome-terminal.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/gnome-terminal.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/gnome-terminal.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,7 @@ +/* gnome-terminal */ +TerminalScreen { + -TerminalScreen-background-darkness: 0.97; + background-color: #060606; + color: #E8E8E8; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/nautilus.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -0,0 +1,238 @@ +@define-color cluebar_color shade (mix (@bg_color, @base_color, 0.5), 0.95); + +NautilusWindow *, +NemoWindow * { + -GtkPaned-handle-size: 1; +} + +NautilusDesktopWindow GtkWidget { + background-color: @transparent; +} + +.nautilus-canvas-item, +.nemo-canvas-item { + border-radius: 4px; +} + +/* desktop mode */ +.nautilus-desktop.nautilus-canvas-item, +.nemo-desktop.nemo-canvas-item { + color: @bg_color; + text-shadow: 1px 1px alpha (black, 0.8); +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nemo-desktop.nemo-canvas-item:active { + background-image: none; + background-color: alpha (@bg_color, 0.84); + + color: @fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:selected { + background-image: none; + background-color: alpha (@selected_bg_color, 0.84); + + color: @selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:active, +.nemo-desktop.nemo-canvas-item:prelight, +.nemo-desktop.nemo-canvas-item:selected { + text-shadow: none; +} + +/* browser window */ +NautilusTrashBar.info, +NautilusXContentBar.info, +NautilusSearchBar.info, +NautilusQueryEditor.info, +NemoTrashBar.info, +NemoXContentBar.info, +NemoSearchBar.info, +NemoQueryEditor.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.03)), + to (shade (@cluebar_color, 0.92))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); + border-radius: 0; + border-style: solid; + border-width: 0px 0px 1px 0px; +} + +NautilusTrashBar.info:backdrop, +NautilusXContentBar.info:backdrop, +NautilusSearchBar.info:backdrop, +NautilusQueryEditor.info:backdrop, +NemoTrashBar.info:backdrop, +NemoXContentBar.info:backdrop, +NemoSearchBar.info:backdrop, +NemoQueryEditor.info:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.01)), + to (shade (@cluebar_color, 0.96))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); +} + +NautilusSearchBar .entry, +NemoSearchBar .entry { +} + +.nautilus-cluebar-label, +.nemo-cluebar-label { + font: bold; +} + +.nautilus-cluebar-label:backdrop, +.nemo-cluebar-label:backdrop { + color: mix (@fg_color, @cluebar_color, 0.2); +} + +nautilus-search-button *:active, +nautilus-search-button *:active:prelight, +nemo-search-button *:active, +nemo-search-button *:active:prelight { + color: @dark_fg_color; +} + +NautilusFloatingBar, +NemoFloatingBar { + background-color: shade (@cluebar_color, 0.92); +} + +NautilusFloatingBar .button, +NemoFloatingBar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; +} + +/* sidebar */ +NautilusWindow .sidebar, +NautilusWindow .sidebar .view, +NemoWindow .sidebar, +NemoWindow .sidebar .view { + background-color: @cluebar_color; + + color: @fg_color; +} + +NautilusWindow .sidebar .frame, +NemoWindow .sidebar .frame { + border-style: none +} + +NautilusWindow .sidebar:backdrop, +NautilusWindow .sidebar .view:backdrop, +NemoWindow .sidebar:backdrop, +NemoWindow .sidebar .view:backdrop { + background-color: shade (@bg_color, 0.96); + color: mix (@fg_color, shade (@bg_color, 0.95), 0.2); +} + +NautilusWindow .sidebar row:selected, +NemoWindow .sidebar row:selected { + color: @selected_fg_color; +} + +NautilusWindow .sidebar row:selected:backdrop, +NemoWindow .sidebar row:selected:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (shade (@bg_color, 0.95), 0.94)), + to (shade (shade (@bg_color, 0.95), 0.86))); + border-top-color: shade (shade (@bg_color, 0.95), 0.88); + + color: @fg_color; +} + +NautilusWindow .pane-separator, +NemoWindow .pane-separator { + background-color: shade (shade (@bg_color, 0.95), 0.94); + border-color: @dark_bg_color; + border-style: solid; + border-width: 0; + box-shadow: none; +} + +NautilusWindow .pane-separator:backdrop, +NemoWindow .pane-separator:backdrop { + background-color: shade (shade (@bg_color, 0.95), 0.96); +} + +NautilusWindow .toolbar.menubar, +NemoWindow .toolbar.menubar { + -GtkToolbar-button-relief: normal; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.0)), + to (shade (@dark_bg_color, 1.2))); + color: @fg_color; + padding: 3px; + box-shadow: none; +} + +/* for breadcrumbs path bar */ +NautilusWindow .toolbar.menubar .button, +.nemo-pathbar-button, +NemoPathbarButton { + -GtkWidget-focus-line-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.4)), + to (shade (@dark_bg_color, 0.96))); + color: @dark_fg_color; + padding: 6px 6px; + border-width: 1px; + border-style: solid; + border-color: alpha(shade (@dark_bg_color, 0.80), 1.2); + -NemoPathbarButton-border-radius: 3px; +} + +NautilusWindow .toolbar.menubar .button:hover, +NautilusWindow .toolbar.menubar .button:active:hover, +NemoPathbarButton:hover, +NemoPathbarButton:active:hover { + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +NautilusWindow .toolbar.menubar .button:active, +NemoPathbarButton:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@selected_bg_color, 1.32), shade(@dark_bg_color, 1.1), 0.7)), + to (mix (shade (@selected_bg_color, 1.05), shade(@dark_bg_color, 1.18), 0.7))); + + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +.toolbar.menubar .separator { + border-color: shade (@dark_bg_color, 0.96); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* For Places Sidebar diskfull indicators */ + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, .65); + -NemoPlacesTreeView-disk-full-fg-color: shade(@selected_bg_color, 1.0); + -NemoPlacesTreeView-disk-full-bar-width: 1px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 1px; + -NemoPlacesTreeView-disk-full-max-length: 70px; +} + +NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, 2.0); + -NemoPlacesTreeView-disk-full-fg-color: shade(@fg_color, 2.0); +} + +NemoPlacesTreeView:hover { +} + +NemoPlacesTreeView:selected:hover { +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/software-center.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/software-center.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/software-center.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/software-center.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +.action-bar { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/unity.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/unity.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/unity.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/unity.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,131 @@ +/* Decorations */ + +UnityDecoration { + -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-input-extents: 10px; + + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 5px; + -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.78); + -UnityDecoration-active-shadow-radius: 30px; + -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.3); + -UnityDecoration-inactive-shadow-radius: 25px; + + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: rgb (221, 72, 20); + + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration.top { + border: 1px solid rgba (85, 40, 0, 0.04); /* shade (@dark_bg_color) (shade (#edebe6, 1.06) */ + border-bottom-width: 0; + border-radius: 6px 6px 0 0; + padding: 1px 6px 0 6px; + + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 1.065), inset 0 0 transparent; + + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityDecoration.top:backdrop { + border: 1px solid rgba (110, 27, 0, 0.04); /* shade @dark_bg_color - shade (#edebe6, 0.96) */ + border-bottom-width: 0; + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 0.96)), + to (@dark_bg_color)); + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 0.97), inset 0 0 transparent; + + color: #a39e9a; + text-shadow: 1px 0 1px shade (@dark_bg_color, 1.08), -1px 0 1px shade (@dark_bg_color, 1.08), + 0 1px 1px shade (@dark_bg_color, 1.08), 0 -1px 1px shade (@dark_bg_color, 1.08); +} + +UnityDecoration.left, +UnityDecoration.right { + background-color: shade (@bg_color, 0.7); + background-size: 1px 70px; + background-repeat: repeat-x; + + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #A8A8A8), + color-stop (0.5, #A8A8A8), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.left:backdrop, +UnityDecoration.right:backdrop { + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #B5B5B5), + color-stop (0.5, #B5B5B5), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.bottom { + background-image: none; + background-color: shade (@bg_color, 0.7); +} + +/* Panel Style */ + +UnityPanelWidget, +.unity-panel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + border-top-color: shade (#EDEDED, 1.08); + border-style: solid; + border-width: 1px 0 0 0; + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: #A3A3A3; +} + +.unity-panel.menubar, +.unity-panel .menubar { +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 1px 1px 0 1px; + icon-shadow: 0 -1px shade (@dark_bg_color, 1.06); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (shade (@dark_bg_color, 1.02))); +} + +@keyframes playbackmenuitem_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: playbackmenuitem_spinner 1s infinite linear; + color: @selected_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/unity-greeter.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/unity-greeter.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/unity-greeter.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/apps/unity-greeter.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,94 @@ +.lightdm.menu { + background-image: none; + background-color: alpha (black, 0.6); + border-color: alpha (white, 0.2); + border-radius: 4px; + padding: 1px; + + color: white; +} + +.lightdm-combo .menu { + background-color: shade (@dark_bg_color, 1.08); + border-radius: 0px; + padding: 0px; + + color: white; +} + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: white; +} + +.lightdm.menubar { + background-image: none; + background-color: alpha (black, 0.5); +} + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .entry, +.lightdm.button, +.lightdm.entry { + background-image: none; + background-color: alpha (black, 0.3); + border-color: alpha (white, 0.6); + border-radius: 5px; + padding: 7px; + + color: white; + text-shadow: none; +} + +.lightdm.button, +.lightdm.button:hover, +.lightdm.button:active, +.lightdm.button:active:focused, +.lightdm.entry, +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focused { + background-image: none; + border-image: none; +} + +.lightdm.button:focused, +.lightdm.entry:focused { + border-color: alpha (white, 0.9); + border-width: 1px; + border-style: solid; + + color: white; +} + +.lightdm.entry:selected { + background-color: alpha (white, 0.2); +} + +@keyframes dashentry_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; +} + +.lightdm.option-button { + padding: 2px; + background: none; + border: 0; +} + +.lightdm.toggle-button { + background: none; + border-width: 0; +} + +.lightdm.toggle-button.selected { + background-color: alpha (black, 0.3); + border-width: 1px; +} Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/backdrop-radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-active-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-active-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-default-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-default-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-default-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-default-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-default-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-default-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-default.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-default.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-menuitem-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-menuitem-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-arrow-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-arrow-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-arrow.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-arrow.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-button-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-button-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/frame.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/frame.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/notebook-tab-bottom.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/notebook-tab-bottom.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/notebook-tab-left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/notebook-tab-left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/notebook-tab-right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/notebook-tab-right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/notebook-tab-top.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/notebook-tab-top.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/progressbar-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/progressbar-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/progressbar-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/progressbar-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/progressbar-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/progressbar-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/progressbar-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/progressbar-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radiance-entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-horizontal-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-horizontal-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-horizontal-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-horizontal-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-horizontal-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-horizontal-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-vertical-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-vertical-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-vertical-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-vertical-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-vertical-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-vertical-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scale-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scrollbar_handle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scrollbar_handle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scrollbar_handle_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/scrollbar_handle_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-horizontal-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-horizontal-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-horizontal-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-horizontal-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-horizontal-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-horizontal-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-horizontal-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-horizontal-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-horizontal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-horizontal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_prelight_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_prelight_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_vertical_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_vertical_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-vertical-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-vertical-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-vertical-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-vertical-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-vertical-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-vertical-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-vertical-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-vertical-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_vertical_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_vertical_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/slider-vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-button-off-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-button-off-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-button-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-button-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-button-on-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-button-on-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-button-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-button-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-trough-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-trough-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-trough-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-trough-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-trough-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-trough-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-trough-toolbar-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-trough-toolbar-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-trough-toolbar-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/assets/switch-trough-toolbar-on.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1 @@ +@import url("gtk-main.css"); \ No newline at end of file diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-main.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-main.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-main.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-main.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,70 @@ +/*default color scheme */ +@define-color bg_color #F2F2F2; +@define-color fg_color #4C4C4C; +@define-color base_color #ffffff; +@define-color text_color #3C3C3C; +@define-color selected_bg_color #546BCF; +@define-color selected_fg_color #ffffff; +@define-color tooltip_bg_color #000000; +@define-color tooltip_fg_color #ffffff; + +/* misc colors used by gtk+ + * + * Gtk doesn't currently expand color variables for style properties. Thus, + * gtk-widgets.css uses literal color names, but includes a comment containing + * the name of the variable. Please remember to change values there as well + * when changing one of the variables below. + */ +@define-color info_fg_color rgb (181, 171, 156); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (173, 120, 41); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (97, 122, 214); +@define-color question_bg_color rgb (138, 173, 212); +@define-color error_fg_color rgb (235, 235, 235); +@define-color error_bg_color rgb (223, 56, 44); +@define-color link_color @selected_bg_color; +@define-color success_color #4e9a06; +@define-color error_color #df382c; + +/* theme common colors */ +@define-color button_bg_color shade (@bg_color, 1.02); /*shade (#cdcdcd, 1.08);*/ +@define-color notebook_button_bg_color shade (@bg_color, 1.02); +@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6); +@define-color dark_bg_color #DFDFDF; +@define-color dark_fg_color @fg_color; + +@define-color backdrop_fg_color mix (@bg_color, @fg_color, 0.8); +@define-color backdrop_text_color mix (@base_color, @text_color, 0.8); +@define-color backdrop_dark_fg_color mix (@dark_bg_color, @dark_fg_color, 0.75); +@define-color backdrop_selected_bg_color shade (@bg_color, 0.92); +@define-color backdrop_selected_fg_color @fg_color; + +@define-color focus_color alpha (@selected_bg_color, 0.5); +@define-color focus_bg_color alpha (@selected_bg_color, 0.1); + +@define-color shadow_color alpha(black, 0.5); + +@define-color osd_fg_color #eeeeec; +@define-color osd_bg_color alpha(#202526, 0.7); +@define-color osd_border_color alpha(black, 0.7); + +@import url("gtk-widgets-borders.css"); +@import url("gtk-widgets-borders-radiance.css"); +@import url("gtk-widgets-assets.css"); +@import url("gtk-widgets-assets-radiance.css"); +@import url("gtk-widgets.css"); +@import url("gtk-widgets-radiance.css"); +@import url("apps/geary.css"); +@import url("apps/unity.css"); +@import url("apps/unity-greeter.css"); +@import url("apps/baobab.css"); +@import url("apps/gedit.css"); +@import url("apps/nautilus.css"); +@import url("apps/gnome-panel.css"); +@import url("apps/gnome-terminal.css"); +@import url("apps/gnome-system-log.css"); +@import url("apps/glade.css"); +@import url("apps/california.css"); +@import url("apps/software-center.css"); +@import url("public-colors.css"); diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-assets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-assets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-assets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-assets.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,562 @@ +/*************** + * Resize grip * + ***************/ + +.grip { + background-color: transparent; + /*background-image: url("assets/resize-grip.svg");*/ +} + +/************************* + * Check and Radio items * + *************************/ + +/* draw regular check and radio items using our SVG assets */ +.check { + -gtk-icon-source: url("assets/check-unselected.png"); +} + +.check:hover { + -gtk-icon-source: url("assets/check-unselected-hover.png"); +} + +.check row, +.check row:selected, +.check row:selected:focus { + -gtk-icon-source: url("assets/check-unselected-alt.png"); +} + +.check row:hover, +.check row:selected:hover, +.check row:selected:focus:hover { + -gtk-icon-source: url("assets/check-unselected-hover-alt.png"); +} + +.check:insensitive { + -gtk-icon-source: url("assets/check-unselected-disabled.png"); +} + +.check row:insensitive { + background-color: transparent; +} + +.check row:insensitive, +.check row:selected:insensitive, +.check row:selected:focus:insensitive { + background-color: transparent; + -gtk-icon-source: url("assets/check-unselected-disabled-alt.png"); +} + +.check:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected.png"); +} + +.check:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover.png"); +} + +.check row:backdrop, +.check row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-alt.png"); +} + +.check row:hover:backdrop, +.check row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover-alt.png"); +} + +.check:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled.png"); +} + +.check row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled-alt.png"); +} + +.check:checked { + -gtk-icon-source: url("assets/check-selected.png"); +} + +.check:checked:hover { + -gtk-icon-source: url("assets/check-selected-hover.png"); +} + +.check row:checked, +.check row:selected:checked, +.check row:selected:focus:checked { + -gtk-icon-source: url("assets/check-selected-alt.png"); +} + +.check row:checked:hover, +.check row:selected:checked:hover, +.check row:selected:checked:focus:hover { + -gtk-icon-source: url("assets/check-selected-hover-alt.png"); +} + +.check:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled.png"); +} + +.check row:checked:insensitive, +.check row:selected:checked:insensitive, +.check row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled-alt.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover.png"); +} + +.check row:checked:backdrop, +.check row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-alt.png"); +} + +.check row:checked:hover:backdrop, +.check row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover-alt.png"); +} + +.check:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled.png"); +} + +.check row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled-alt.png"); +} + +.check:inconsistent { + -gtk-icon-source: url("assets/check-mixed.png"); +} + +.check:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover.png"); +} + +.check row:inconsistent, +.check row:selected:inconsistent, +.check row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/check-mixed-alt.png"); +} + +.check row:inconsistent:hover, +.check row:selected:inconsistent:hover, +.check row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled.png"); +} + +.check row:inconsistent:insensitive, +.check row:selected:inconsistent:insensitive, +.check row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled-alt.png"); +} + +.check:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed.png"); +} + +.check:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover.png"); +} + +.check row:inconsistent:backdrop, +.check row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-alt.png"); +} + +.check row:inconsistent:hover:backdrop, +.check row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled.png"); +} + +.check row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled-alt.png"); +} + +.radio { + -gtk-icon-source: url("assets/radio-unselected.png"); +} + +.radio:hover { + -gtk-icon-source: url("assets/radio-unselected-hover.png"); +} + +.radio row, +.radio row:selected, +.radio row:selected:focus { + -gtk-icon-source: url("assets/radio-unselected-alt.png"); +} + +.radio row:hover, +.radio row:selected:hover, +.radio row:selected:focus:hover { + -gtk-icon-source: url("assets/radio-unselected-hover-alt.png"); +} + +.radio:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled.png"); +} + +.radio row:insensitive { + background-color: transparent; +} + +.radio row:insensitive, +.radio row:selected:insensitive, +.radio row:selected:focus:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled-alt.png"); +} + +.radio:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected.png"); +} + +.radio:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover.png"); +} + +.radio row:backdrop, +.radio row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-alt.png"); +} + +.radio row:hover:backdrop, +.radio row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover-alt.png"); +} + +.radio:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled.png"); +} + +.radio row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled-alt.png"); +} + +.radio:checked { + -gtk-icon-source: url("assets/radio-selected.png"); +} + +.radio:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover.png"); +} + +.radio row:checked, +.radio row:selected:checked, +.radio row:selected:focus:checked { + -gtk-icon-source: url("assets/radio-selected-alt.png"); +} + +.radio row:checked:hover, +.radio row:selected:checked:hover, +.radio row:selected:focus:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled.png"); +} + +.radio row:insensitive, +.radio row:selected:checked:insensitive, +.radio row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled-alt.png"); +} + +.radio:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected.png"); +} + +.radio:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover.png"); +} + +.radio row:checked:backdrop, +.radio row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-alt.png"); +} + +.radio row:checked:hover:backdrop, +.radio row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled.png"); +} + +.radio row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled-alt.png"); +} + +.radio:inconsistent { + -gtk-icon-source: url("assets/radio-mixed.png"); +} + +.radio:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover.png"); +} + +.radio row:inconsistent, +.radio row:selected:inconsistent, +.radio row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover, +.radio row:selected:inconsistent:hover, +.radio row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled.png"); +} + +.radio row:inconsistent:insensitive, +.radio row:selected:inconsistent:insensitive, +.radio row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled-alt.png"); +} + +.radio:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed.png"); +} + +.radio:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover.png"); +} + +.radio row:inconsistent:backdrop, +.radio row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover:backdrop, +.radio row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled.png"); +} + +.radio row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled-alt.png"); +} + +.primary-toolbar .menu .check, +.menubar.toolbar .menu .check, +.header-bar .menu .check, +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .radio, +.menubar.toolbar .menu .radio, +.header-bar .menu .radio, +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .check:checked, +.menubar.toolbar .menu .check:checked, +.header-bar .menu .check:checked, +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:hover, +.menu .check:checked:hover { + -gtk-icon-source: url("assets/check-menuitem.png"); +} + +.primary-toolbar .menu .check:checked:insensitive, +.menubar.toolbar .menu .check:checked:insensitive, +.header-bar .menu .check:checked:insensitive, +.toolbar .menu .check:checked:hover:insensitive, +.menu .check:checked:insensitive, +.menu .check:checked:hover:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive.png"); +} + +.toolbar .menu .radio:checked:hover, +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem.png"); +} + +.primary-toolbar .menu .radio:checked:insensitive, +.menubar.toolbar .menu .radio:checked:insensitive, +.header-bar .menu .radio:checked:insensitive, +.toolbar .menu .radio:checked:hover:insensitive, +.menu .radio:checked:insensitive, +.menu .radio:checked:hover:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive.png"); +} + +.toolbar .menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.toolbar .menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.toolbar .menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} + +/********************* + * GtkScale's slider * + *********************/ +.scale.slider, +.scale.slider.horizontal { + background-image: url("assets/slider-horizontal.png"); +} + +.scale.slider:backdrop, +.scale.slider.horizontal:backdrop { + /*background-image: url("assets/slider-horizontal-disabled.png");*/ +} + +.scale.slider:hover, +.scale.slider.horizontal:hover { + background-image: url("assets/slider-horizontal-hover.png"); +} + +.scale.slider:focused, +.scale.slider.horizontal:focused { + background-image: url("assets/slider-horizontal-focused.png"); +} + +.scale.slider:hover:focused, +.scale.slider.horizontal:hover:focused { + background-image: url("assets/slider-horizontal-focused-hover.png"); +} + +.scale.slider:insensitive, +.scale.slider.horizontal:insensitive { + background-image: url("assets/slider-horizontal-disabled.png"); +} + +.scale.slider:insensitive:backdrop, +.scale.slider.horizontal:insensitive:backdrop { + /*background-image: url("assets/slider-horizontal-backdrop-disabled.png");*/ +} + +.scale.slider.vertical { + background-image: url("assets/slider-vertical.png"); +} + +.scale.slider.vertical:backdrop { + /*background-image: url("assets/slider-vertical-backdrop.png");*/ +} + +.scale.slider.vertical:hover { + background-image: url("assets/slider-vertical-hover.png"); +} + +.scale.slider.vertical:focused { + background-image: url("assets/slider-vertical-focused.png"); +} + +.scale.slider.vertical:hover:focused { + background-image: url("assets/slider-vertical-focused-hover.png"); +} + +.scale.slider.vertical:insensitive { + background-image: url("assets/slider-vertical-disabled.png"); +} + +.scale.slider.vertical:insensitive:backdrop { + /*background-image: url("assets/slider-vertical-backdrop-disabled.png");*/ +} + +/*.scale.scale-has-marks-above.slider.horizontal { + background-image: url("assets/slider-up.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:insensitive { + background-image: url("assets/slider-up-disabled.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop { + background-image: url("assets/slider-up-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-up-backdrop-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical { + background-image: url("assets/slider-left.png"); +} + +.scale.scale-has-marks-above.slider.vertical:insensitive { + background-image: url("assets/slider-left-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop { + background-image: url("assets/slider-left-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-left-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal { + background-image: url("assets/slider-down.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:insensitive { + background-image: url("assets/slider-down-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop { + background-image: url("assets/slider-down-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-down-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical { + background-image: url("assets/slider-right.png"); +} + +.scale.scale-has-marks-below.slider.vertical:insensitive { + background-image: url("assets/slider-right-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop { + background-image: url("assets/slider-right-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-right-backdrop-disabled.png"); +}*/ + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-assets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-assets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-assets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-assets-radiance.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,23 @@ +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-borders.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-borders.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-borders.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-borders.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,313 @@ +/* Borders */ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border: 1px solid #2e2e2c; + border-bottom-width: 0px; + border-radius: 4px 4px 0 0; +} + +/********* + * entry * + *********/ +.entry { + border-radius: 8px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.entry { + border-image: url("assets/entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:backdrop { + border-image: url("assets/backdrop-entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:focus { + border-image: url("assets/entry-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive { + border-image: url("assets/entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive:backdrop { + border-image: url("assets/backdrop-entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + border-radius: 8px; + border-width: 0; +} + +/****************** + * combobox entry * + ******************/ +GtkComboBox.combobox-entry .entry:first-child, +GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 1px 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +GtkComboBox.combobox-entry .entry:last-child, +GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +GtkComboBox.combobox-entry .button { + border-image: url("assets/combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:backdrop { + border-image: url("assets/backdrop-combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive { + border-image: url("assets/combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive:backdrop { + border-image: url("assets/backdrop-combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:active:focus { + border-image: url("assets/combobox-button-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:first-child, +.primary-toolbar GtkComboBox.combobox-entry .button:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:first-child, +.header-bar GtkComboBox.combobox-entry .entry:first-child, +.header-bar GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:last-child, +.primary-toolbar GtkComboBox.combobox-entry .button:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:last-child, +.header-bar GtkComboBox.combobox-entry .entry:last-child, +.header-bar GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +.notebook tab.top:active { + border-image: url("assets/notebook-tab-top.png") 8 10 1 10 / 8px 10px 1px 10px stretch; +} + +.notebook tab.right:active { + border-image: url("assets/notebook-tab-right.png") 10 8 10 1 / 10px 8px 10px 1px stretch; +} + +.notebook tab.bottom:active { + border-image: url("assets/notebook-tab-bottom.png") 1 10 8 10 / 1px 10px 8px 10px stretch; +} + +.notebook tab.left:active { + border-image: url("assets/notebook-tab-left.png") 10 1 10 8 / 10px 1px 10px 8px stretch; +} + +/* unfocused window: generic element borders */ +.button:backdrop, +GtkComboBox.combobox-entry .entry:backdrop, +GtkComboBox.combobox-entry .button:backdrop, +.entry:backdrop, +GtkSwitch.trough:backdrop, +.trough:backdrop { +} + +.trough, +.trough.highlight { + border-radius: 4px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.trough { + border-image: url("assets/progressbar-horizontal-trough.png") 6 7 6 7 / 6px 7px 6px 7px stretch; +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +.trough row { +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +GtkSwitch.trough { + border-image: url("assets/switch-trough-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.trough:active { + border-image: url("assets/switch-trough-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough, +.menubar.toolbar GtkSwitch.trough, +.header-bar GtkSwitch.trough { + border-image: url("assets/switch-trough-toolbar-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough:active, +.menubar.toolbar GtkSwitch.trough:active, +.header-bar GtkSwitch.trough:active { + border-image: url("assets/switch-trough-toolbar-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:active:backdrop, +GtkSwitch.trough:insensitive, +GtkSwitch.trough:active:insensitive { + border-image: url("assets/switch-trough-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.slider { + border-image: url("assets/switch-button-off.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +GtkSwitch.slider:active { + border-image: url("assets/switch-button-on.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:backdrop, +GtkSwitch.slider:insensitive { + border-image: url("assets/switch-button-off-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:active:backdrop, +GtkSwitch.slider:active:insensitive { + border-image: url("assets/switch-button-on-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-image: url("assets/progressbar-horizontal-fill.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical { + border-image: url("assets/progressbar-vertical-fill.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop { + border-image: url("assets/progressbar-horizontal-fill-backdrop.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical:backdrop { + border-image: url("assets/progressbar-vertical-fill-backdrop.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.scale.trough { + border-image: url("assets/scale-horizontal-trough.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:insensitive { + border-image: url("assets/scale-horizontal-trough-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:backdrop { + border-image: url("assets/scale-horizontal-trough-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical { + border-image: url("assets/scale-vertical-trough.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.vertical:insensitive { + border-image: url("assets/scale-vertical-trough-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left { + border-image: url("assets/scale-horizontal-fill.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical:backdrop { + border-image: url("assets/scale-vertical-trough-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left:insensitive { + border-image: url("assets/scale-horizontal-fill-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.left:backdrop { + border-image: url("assets/scale-horizontal-fill-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.bottom.vertical { + border-image: url("assets/scale-vertical-fill.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:insensitive { + border-image: url("assets/scale-vertical-fill-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:backdrop { + border-image: url("assets/scale-vertical-fill-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-borders-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-borders-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-borders-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-borders-radiance.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,38 @@ + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/radiance-entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/radiance-entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/radiance-combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/radiance-combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/radiance-combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border-color: #b8ab9c; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:17.000000000 +0000 @@ -0,0 +1,2126 @@ +* { + -GtkArrow-arrow-scaling: 0.6; + -GtkButton-child-displacement-x: 1; + -GtkButton-child-displacement-y: 1; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-interior-focus: true; + -GtkButton-inner-border: 3; + -GtkCheckButton-indicator-size: 18; + -GtkCheckMenuItem-indicator-size: 16; + -GtkEntry-inner-border: 2; + -GtkEntry-progress-border: 0; + -GtkExpander-expander-size: 8; + -GtkHTML-link-color: #5E79E9; /* @link_color */ + -GtkIMHtml-hyperlink-color: #5E79E9; /* @link_color */ + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 5px; + -GtkMenuBar-internal-padding: 0; + -GtkMenuItem-arrow-scaling: 0.6; + -GtkNotebook-tab-overlap: 1; + -GtkPaned-handle-size: 6; + -GtkProgressBar-min-horizontal-bar-height: 14; + -GtkProgressBar-min-vertical-bar-width: 14; + -GtkRange-trough-border: 0; + -GtkRange-slider-width: 14; + -GtkRange-stepper-size: 13; + -GtkRange-trough-under-steppers: 1; + -GtkRange-stepper-spacing: 0; + -GtkScale-trough-border: 0; + -GtkScrollbar-activate-slider: 1; + -GtkScrollbar-trough-border: 0; + -GtkScrollbar-min-slider-length: 31; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkSeparatorMenuItem-horizontal-padding: 0; + -GtkStatusbar-shadow-type: none; + -GtkTextView-error-underline-color: #df382c; /* @error_color */ + -GtkToolButton-icon-spacing: 6; + -GtkToolItemGroup-expander-size: 11; + -GtkToolbar-internal-padding: 0; + -GtkTreeView-expander-size: 8; + -GtkTreeView-vertical-separator: 0; + -GtkWidget-separator-width: 2; + -GtkWidget-separator-height: 2; + -GtkWidget-link-color: #5E79E9; /* @link_color */ + -GtkWidget-visited-link-color: #5E79E9; /* @link_color */ + -GtkWindow-resize-grip-width: 0; + -GtkWindow-resize-grip-height: 0; + -WnckTasklist-fade-overlay-rect: 0; + + background-origin: border-box; + background-clip: padding-box; +} + +.background { + color: @fg_color; + background-color: @bg_color; +} + +.background:backdrop { + color: @backdrop_fg_color; +} + +/* LP: #1285783 */ +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; +} + +GtkPaned { + background-color: @bg_color; +} + +/* Background hack to make DejaDup Assistant windows not turn black when + * overlay scrollbars are enabled. + */ +Assistant GtkEventBox { + background-color: @bg_color; +} + +/* ... and for Evolution's mail preferences window */ +EPreferencesWindow GtkNotebook GtkAlignment GtkVBox { + background-color: @bg_color; +} + +/************* + * assistant * + *************/ +GtkAssistant .sidebar .highlight { + color: @fg_color; + font: bold; +} + +GtkAssistant .sidebar { + background-color: shade (@bg_color, 0.97); + border-right-color: shade (@bg_color, 0.8); + border-radius: 0; + border-style: solid; + border-width: 0 1px 0 0; + padding: 12px; + + color: mix (@fg_color, @bg_color, 0.40); + text-shadow: 0 1px shade (@bg_color, 1.04); + + box-shadow: inset -1px 0 shade (@bg_color, 0.94); +} + +/********** + * button * + **********/ +.button { + padding: 5px 6px; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + + border: 1px solid transparent; + border-radius: 8px; + border-image-source: url("assets/button.png"); + + /* all button border images have the same size and are sliced in the same way */ + border-image-width: 10px 12px 10px 12px; + border-image-slice: 10 12 10 12; + border-image-repeat: stretch; +} + +.button.flat { + background-image: none; + border-image-source: none; +} + +.button:backdrop { + background-image: none; + background-color: @bg_color; + border-image-source: url("assets/backdrop-button.png"); + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +.button.flat:backdrop { + border-image-source: none; +} + +.button:focus { + border-image-source: url("assets/button-focused.png"); +} + +.button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.12)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.96))); + border-image-source: url("assets/button-hover.png"); +} + +.button:hover:backdrop { + background-color: shade (@bg_color, 1.04); + border-image-source: url("assets/backdrop-button-hover.png"); +} + +.button:hover:focus { + border-image-source: url("assets/button-focused-hover.png"); +} + +.button:insensitive { + background-image: none; + background-color: mix (#ebebeb, @bg_color, 0.5); + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + border-image-source: url("assets/button-disabled.png"); +} + +.button:insensitive:backdrop { + background-color: #ebebeb; + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); + border-image-source: url("assets/backdrop-button-disabled.png"); +} + +.button.flat:insensitive, +.button.flat:insensitive:backdrop { + background-color: transparent; + border-image-source: none; +} + +.button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + border-image-source: url("assets/button-active.png"); +} + +.button:checked:focus { + border-image-source: url("assets/button-active-focused.png"); +} + +.button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#dcdcdc), + to (#f3f3f3)); + border-image-source: url("assets/button-active-hover.png"); +} + +.button:active:focus { + border-image-source: url("assets/button-active-focused-hover.png"); +} + +.button:active:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#e3e3e3), + to (#f3f3f3)); + border-image-source: url("assets/button-active-disabled.png"); +} + +.button:checked:backdrop { + border-image-source: url("assets/backdrop-button-active.png"); +} + +.button:active:backdrop { + border-image-source: url("assets/backdrop-button-active-hover.png"); +} + +.button:checked:insensitive:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (#e3e3e3, @bg_color, 0.5)), + to (mix (#f3f3f3, @bg_color, 0.5))); + border-image-source: url("assets/backdrop-button-active-disabled.png"); +} + +.button.default { + border-image-source: url("assets/button-default.png"); +} + +.button.default:hover { + border-image-source: url("assets/button-default-hover.png"); +} + +.button.default:focus { + border-image-source: url("assets/button-default-focused.png"); +} + +.button.default:focus:hover { + border-image-source: url("assets/button-default-focused-hover.png"); +} + +/****************** + * Linked Widgets * + *****************/ +.linked > .entry, +.linked > .button, +.linked > GtkComboBox > .button { + border-radius: 0; + border-image-width: 10px 0 10px 0; + border-width: 1px 0 1px 0; + box-shadow: inset -1px 0 shade (@bg_color, 0.84); +} + +.linked > .entry:first-child, +.linked > .button:first-child, +.linked > GtkComboBox:first-child > .button { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; +} + +.linked > .entry:last-child, +.linked > .button:last-child, +.linked > GtkComboBox:last-child > .button { + border-image-width: 10px 12px 10px 0; + border-radius: 0 8px 8px 0; + box-shadow: none; +} + +.linked > .entry:only-child, +.linked > .button:only-child, +.linked > GtkComboBox:only-child > .button { + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +.primary-toolbar .linked .button, +.header-bar .linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.header-bar .linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.header-bar .linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4) +} + +.primary-toolbar .linked .button:active, +.header-bar .linked .button:active, +.primary-toolbar .linked .button:insensitive, +.header-bar .linked .button:insensitive { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:only-child, +.header-bar .linked .button:only-child { + box-shadow: none; +} + +/**************** + * cell and row * + ****************/ +.cell { + -GtkCheckButton-indicator-size: 16; + + background-color: @base_color; + border-radius: 0; + border-width: 0; +} + +row:selected { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@selected_bg_color, 1.06)), + to (shade (@selected_bg_color, 0.94))); + border-top-color: shade (@selected_bg_color, 0.88); + border-style: solid; + border-width: 1px 0 0 0; + + color: @selected_fg_color; +} + +row:selected:backdrop { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@backdrop_selected_bg_color, 1.06)), + to (shade (@backdrop_selected_bg_color, 0.94))); + border-top-color: shade (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + +/******************* + * check and radio * + *******************/ + +/* Draw a focus ring around the contained label ... */ +GtkCheckButton.text-button GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +GtkCheckButton.text-button:focus GtkLabel { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +/* ... unless it's a proper button, which already has a focus-colored border */ +.button.text-button:focus GtkLabel { + border: none; + background: none; +} + +.menu .radio * { + box-shadow: none; +} + +/***************** + * column-header * + *****************/ +column-header .button, +column-header .button:active { + border-radius: 0; + border-width: 0 1px 1px 0; + border-image: none; +} + +column-header .button { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.06)), + to (shade (@bg_color, 1.04))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); + + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.4); +} + +column-header .button:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.02))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.94)), + to (shade (@bg_color, 0.88))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.03), + inset 0 -1px shade (@bg_color, 1.03); +} + +column-header .button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.13)), + to (shade (@bg_color, 1.08))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + +column-header .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.1)), + to (shade (@bg_color, 1.06))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + + +column-header:nth-child(last) .button { + border-width: 0 0 1px 0; +} + +/**************** + * Content view * + ****************/ +.content-view.view { + background-color: shade (@bg_color, 1.01); +} + +.content-view.view:prelight { + background-color: shade (@bg_color, 1.03); +} + +.view:selected, +.view:active, +.content-view.view:selected, +.content-view.view:active { + background-color: @selected_bg_color; +} + +.content-view.view:insensitive { + background-color: @bg_color; +} + +.content-view.view:backdrop { + background-color: @bg_color; +} + +.content-view.view:selected:backdrop { + background-color: @backdrop_selected_bg_color; +} + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; +} + +/********* + * entry * + *********/ +.entry { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@base_color, 0.96)), + to (@base_color)); + padding: 5px 7px; + + color: @text_color; +} + +.entry:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@base_color, 0.96), @bg_color, 0.5)), + to (mix (@base_color, @bg_color, 0.5))); + color: @backdrop_text_color; +} + +.entry:selected, +.entry:selected:focused { + background-color: @selected_bg_color; + + color: @selected_fg_color; +} + +.entry:insensitive { + background-color: #f5f5f5; + background-image: none; + + color: mix (@text_color, @base_color, 0.4); +} + +.entry:insensitive:backdrop { + background-color: mix (#f5f5f5, @bg_color, 0.5); + + color: mix (@text_color, @base_color, 0.4); +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.8)), + color-stop (0.1, shade (@selected_bg_color, 0.9)), + to (shade (@selected_bg_color, 1.1))); + border-width: 0; + + color: @selected_fg_color; +} + +/************ + * expander * + ************/ +.expander { + color: @fg_color; +} + +/********* + * frame * + *********/ +.frame { + border-radius: 3px; + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.82); + border-image: none; + background: none; +} + +.frame.flat { + border: none; +} + +/**************** + * window-frame * + ****************/ + +.window-frame.csd.popup { + border-style: none; + border-radius: 0; + box-shadow: 0 3px 8px @shadow_color; +} + +.window-frame { + border: none; + border-radius: 2px 2px 0 0; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), + 0 6px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); + + /* this is used for the resize cursor area */ + margin: 15px; +} + +.window-frame:backdrop { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.12); +} + +.window-frame.tiled { + border-radius: 0; +} + +.window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: none; +} + +.window-frame.csd.message-dialog { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), + 0 3px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); +} + +/******* + * CSD * + *******/ +.titlebar { + border-radius: 0px; + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +.tiled .titlebar { + border-radius: 0; +} + +.maximized .titlebar { + border-radius: 0; +} + +/* this is the default titlebar that is added by GTK + * when client-side decorations are in use and the application + * does not set a custom titlebar. + */ +.titlebar.default-decoration { + border: none; + box-shadow: none; +} + +.titlebar .title { + font: bold; +} + +.titlebar:backdrop { + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + background-color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +/************ + * iconview * + ************/ +.view { + background-color: @base_color; + color: @text_color; +} + +GtkIconView.view.cell:selected, +GtkIconView.view.cell:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.0)), + to (shade (@selected_bg_color, 0.9))); + border-radius: 5px; + border-style: solid; + border-width: 1px; + border-color: shade (@selected_bg_color, 0.8); + border-bottom-color: shade (@selected_bg_color, 0.7); + + color: @selected_fg_color; + + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.05), + inset -1px 0 shade (@selected_bg_color, 1.05), + inset 0 1px shade (@selected_bg_color, 1.08), + inset 0 -1px shade (@selected_bg_color, 1.0); +} + +.rubberband { + background-color: alpha (@selected_bg_color, 0.35); + border-color: @selected_bg_color; + border-radius: 0; + border-style: solid; + border-width: 1px; +} + +GtkIconView.cell { + background-color: transparent; +} + +/*********** + * infobar * + ***********/ +.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@info_bg_color, 1.04)), + to (shade (@info_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @info_fg_color; + + border-color: shade (@info_bg_color, 0.8); + border-bottom-color: shade (@info_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@info_bg_color, 1.08), + inset -1px 0 shade (@info_bg_color, 1.08), + inset 0 1px shade (@info_bg_color, 1.1), + inset 0 -1px shade (@info_bg_color, 1.04); +} + +.warning { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@warning_bg_color, 1.04)), + to (shade (@warning_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @warning_fg_color; + + border-color: shade (@warning_bg_color, 0.8); + border-bottom-color: shade (@warning_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@warning_bg_color, 1.08), + inset -1px 0 shade (@warning_bg_color, 1.08), + inset 0 1px shade (@warning_bg_color, 1.1), + inset 0 -1px shade (@warning_bg_color, 1.04); +} + +.question { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@question_bg_color, 1.04)), + to (shade (@question_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @question_fg_color; + + border-color: shade (@question_bg_color, 0.8); + border-bottom-color: shade (@question_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@question_bg_color, 1.08), + inset -1px 0 shade (@question_bg_color, 1.08), + inset 0 1px shade (@question_bg_color, 1.1), + inset 0 -1px shade (@question_bg_color, 1.04); +} + +.error { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@error_bg_color, 1.04)), + to (shade (@error_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @error_fg_color; + + border-color: shade (@error_bg_color, 0.8); + border-bottom-color: shade (@error_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@error_bg_color, 1.08), + inset -1px 0 shade (@error_bg_color, 1.08), + inset 0 1px shade (@error_bg_color, 1.1), + inset 0 -1px shade (@error_bg_color, 1.04); +} + +/******** + * menu * + ********/ +GtkTreeMenu.menu, +.toolbar .header-bar .menu, +GtkMenuToolButton.menu, +.primary-toolbar .button .menu, +.header-bar .button .menu, +.menu { + background-image: none; + background-color: shade (@dark_bg_color, 1.08); + border-bottom-color: shade (@dark_bg_color, 0.96); + border-left-color: shade (@dark_bg_color, 0.8); + border-right-color: shade (@dark_bg_color, 0.8); + border-top-color: shade (@dark_bg_color, 0.96); + padding: 0; + border-width: 1px; + border-style: solid; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.18), + inset 0 -1px shade (@dark_bg_color, 1.18), + inset -1px 0 shade (@dark_bg_color, 1.16), + inset 1px 0 shade (@dark_bg_color, 1.18); + + margin: 1px; +} + +.toolbar .menu, +GtkComboBox .menu { + background-image: none; + background-color: @bg_color; + border-bottom-color: shade (@bg_color, 0.66); + border-left-color: shade (@bg_color, 0.7); + border-right-color: shade (@bg_color, 0.7); + border-top-color: shade (@bg_color, 0.8); + border-style: solid; + padding: 0; + + color: @fg_color; + + box-shadow: inset -1px 0 shade (@bg_color, 1.18), + inset 1px 0 shade (@bg_color, 1.18), + inset 0 1px shade (@bg_color, 1.18); +} + +.menu:selected { + background-color: @selected_bg_color; +} + +.menu.button:hover, +.menu.button:checked, +.menu.button:checked:insensitive, +.menu.button:insensitive, +.menu.button +{ + background-color: shade (@dark_bg_color, 1.08); + background-image: none; + border-radius: 0; + border-style: none; + border-width: 1px; +} + +.context-menu { + font: regular medium; +} + +/*********** + * menubar * + ***********/ +.menubar { + -GtkWidget-window-dragging: true; + + background-color: @dark_bg_color; + background-image: none; + border-width: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.menubar:backdrop { + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.8); +} + +/*************** + * menubaritem * + ***************/ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.38)), + to (shade (@dark_bg_color, 1.11))); + + box-shadow: inset 0 1px 1px 0 shade (@dark_bg_color, 1.8); + + color: shade (@dark_fg_color, 1.1); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +/************ + * menuitem * + ************/ +.menuitem { + -GtkMenuItem-horizontal-padding: 0; + background: transparent; + border-radius: 0; + padding: 3px 5px 3px 5px; + + text-shadow: none; +} + +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { +} + +GtkComboBox .menuitem *:hover { + color: @selected_fg_color; +} + +.popover .menuitem:checked:hover, +.menuitem:hover, +.menu .menuitem:hover { + border-radius: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.1)), + to (shade (@selected_bg_color, 0.9))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.7)), + to (shade (@selected_bg_color, 0.7))) 1; + border-image-width: 1px; + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.02), + inset -1px 0 shade (@selected_bg_color, 1.02), + inset 0 1px shade (@selected_bg_color, 1.16), + inset 0 -1px shade (@selected_bg_color, 0.96); + + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem.check:checked, +.menuitem.radio:checked { + color: @fg_color; +} + +.menu .menuitem.check:hover, +.menu .menuitem.radio:hover { + box-shadow: none; +} + +GtkTreeMenu.menu .menuitem:insensitive, +GtkTreeMenu.menu .menuitem *:insensitive, +.toolbar .header-bar .menu .menuitem:insensitive, +.toolbar .header-bar .menu .menuitem *:insensitive, +GtkMenuToolButton.menu .menuitem:insensitive, +GtkMenuToolButton.menu .menuitem *:insensitive, +.primary-toolbar .button .menu .menuitem:insensitive, +.primary-toolbar .button .menu .menuitem *:insensitive, +.header-bar .button .menu .menuitem:insensitive, +.header-bar .button .menu .menuitem *:insensitive, +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@dark_fg_color, @dark_bg_color, 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.toolbar .menu .menuitem:insensitive, +.toolbar .menu .menuitem *:insensitive, +GtkComboBox .menu .menuitem:insensitive, +GtkComboBox .menu .menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +.menuitem GtkCalendar, +.menuitem GtkCalendar.button, +.menuitem GtkCalendar.header, +.menuitem GtkCalendar.view { + background-color: @dark_bg_color; + background-image: none; + border-radius: 0; + border-style: solid; + border-width: 0; + padding: 0; + + color: @dark_fg_color; +} + +.menuitem GtkCalendar { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; +} + +.menuitem GtkCalendar:inconsistent { + color: shade (@bg_color, 0.6); +} + +.menuitem .entry { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; + + color: @dark_fg_color; + + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 0.9))) 1; + border-image-width: 1px; +} + +.primary-toolbar GtkScale.trough, +.primary-toolbar GtkScale.trough:backdrop, +.header-bar GtkScale.trough, +.header-bar GtkScale.trough:backdrop, +.menuitem GtkScale.trough { + background-color: @dark_bg_color; + background-image: none; + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 1.15))) 1; + border-image-width: 1px; +} + +.menuitem .accelerator { + color: alpha (@dark_fg_color, 0.5); +} + +.menuitem .accelerator:hover { + color: alpha (@selected_fg_color, 0.8); +} + +.menuitem .accelerator:insensitive { + color: alpha (mix (@dark_fg_color, @dark_bg_color, 0.5), 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.menuitem > GtkBox > GtkImage + GtkLabel { + padding-left: 6px; +} + +/************ + * notebook * + ************/ +.notebook tab.top { padding: 4px 6px 2px 6px; } +.notebook tab.top:active { padding-bottom: 3px; } +.notebook tab.bottom { padding: 2px 6px 4px 6px; } +.notebook tab.bottom:active { padding-top: 3px; } +.notebook tab.left { padding: 2px 4px 2px 6px; } +.notebook tab.left:active { padding-right: 5px; } +.notebook tab.right { padding: 2px 6px 2px 4px; } +.notebook tab.right:active { padding-left: 5px; } + +/* give active tab a background, as it might be dragged across of others when reordering */ +.notebook tab:active { + background-color: @bg_color; +} + +.notebook.header { + border-width: 0; /* set below depending on position of tab bar */ + border-color: shade (@bg_color, 0.82); + border-style: solid; +} + +/* Draw a border between tabs and content ... */ +.notebook.header.top { border-bottom-width: 1px; } +.notebook.header.right { border-left-width: 1px; } +.notebook.header.left { border-right-width: 1px; } +.notebook.header.bottom { border-top-width: 1px; } + +/* ... unless the content is in a frame (thus having a border itself */ +.notebook.header.frame.top { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.bottom { border: none; } + +.notebook tab.top { + border-image: -gtk-gradient (linear, left top, left bottom, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +.notebook tab.right { + border-image: -gtk-gradient (linear, right top, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.left { + border-image: -gtk-gradient (linear, left top, right top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.bottom { + border-image: -gtk-gradient (linear, left bottom, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +/* Draw a focus ring around labels in tabs */ +.notebook tab GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +.notebook:focus tab GtkLabel.active-page { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +.notebook GtkDrawingArea { + background-color: shade (@bg_color, 1.02); +} + +/****************** + * pane separator * + ******************/ +.sidebar .pane-separator, +.pane-separator { + background-color: transparent; + border-color: shade (@bg_color, 0.84); +} + +/************************* + * progressbar and scale * + *************************/ +GtkScale, +GtkProgressBar { + border-radius: 8px; + border-width: 0px; + padding: 1px; +} + +.scale.trough { + margin: 7px 0 6px 0; +} + +.scale.trough.vertical { + margin: 0 7px 0 6px; +} + +.menubar .menuitem .scale.highlight.left, +.scale.highlight.left, +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #3C5EBD; + border-style: solid; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop, +.scale.highlight.bottom:backdrop, +.progressbar.vertical:backdrop { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #b0b0b0; +} + +.scale.highlight.left:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.scale.highlight.bottom:insensitive { + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.trough, +.trough row, +.trough row:hover, +.trough row:selected, +.trough row:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#d1d1d1), + to (#e8e8e8)); + border-style: solid; + border-width: 1px; + + color: @text_color; +} + +.trough.vertical { + background-image: -gtk-gradient (linear, left top, right top, + from (#d1d1d1), + to (#e8e8e8)); +} + +/* level bars as used for password quality or remaining power */ + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; +} + +GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; +} + +.level-bar.trough { + padding: 2px; +} + +.level-bar.fill-block { + border-width: 1px; + border-style: solid; + + border-color: @selected_bg_color; + background-color: #3C5EBD; +} + +.level-bar.indicator-continuous.fill-block { + padding: 2px; + border-radius: 2px; +} + +.level-bar.fill-block:backdrop, +.level-bar.fill-block.level-high:backdrop, +.level-bar.fill-block.level-low:backdrop { + background-color: #b0b0b0; + border-color: #b0b0b0; + background-image: none; +} + + +.level-bar.indicator-discrete.fill-block.horizontal { + margin: 0 1px; +} + +.level-bar.indicator-discrete.fill-block.vertical { + margin: 1px 0; +} + +.level-bar.fill-block.level-high { + border-color: shade(@success_color, 0.85); + background-image: linear-gradient(to bottom, + shade(@success_color, 1.2), + @success_color 75%, + shade(@success_color, 0.95) + ); +} + +.level-bar.fill-block.level-low { + border-color: shade(@warning_bg_color, 0.80); + background-image: linear-gradient(to bottom, + shade(@warning_bg_color, 1.3), + @warning_bg_color 75%, + shade(@warning_bg_color, 0.90) + ); +} + +.level-bar.fill-block.empty-fill-block { + background-color: transparent; + background-image: none; + border-color: alpha(@bg_color, 0.1); +} + +.level-bar.fill-block.empty-fill-block:backdrop { + border-color: transparent; + background-color: transparent; +} + +GtkScale { + -GtkRange-slider-width: 18; + -GtkRange-trough-border: 0; + -GtkScale-slider-length: 14; +} + +GtkScale.vertical { + -GtkScale-slider-length: 13; +} + +.scale.trough.highlight { + background-color: #3C5EBD; + background-image: none; + background-clip: content-box; +} + +.scale.trough.highlight:insensitive { + background-color: #b5b5b5; + background-image: none; +} + +.scale.trough.highlight.left { + margin: 7px 0 7px 0; +} + +.scale.trough.highlight:backdrop { + background-color: #dcdcdc; + background-image: none; +} + +.scale.trough.highlight.bottom { + margin: 0 7px 0 7px; +} + +GtkScale.mark { + border-color: shade (@bg_color, 0.8); +} + +/************* + * scrollbar * + *************/ +.scrollbar, +.scrollbar.vertical { + -GtkScrollbar-has-backward-stepper: 0; + -GtkScrollbar-has-forward-stepper: 0; + -GtkRange-slider-width: 14; + + border-radius: 20px; + + border-image: none; +} + +.scrollbar.trough, +.scrollbar.trough.vertical { + border-color: shade (@bg_color, 0.8); +} + +.scrollbar.slider, +.scrollbar.slider:hover, +.scrollbar.button, +.scrollbar.slider.vertical, +.scrollbar.slider.vertical:hover, +.scrollbar.button.vertical { + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.86); + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.01), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); +} + +.scrollbar.slider.horizontal, +.scrollbar.slider.horizontal:hover, +.scrollbar.button.horizontal { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.1), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.01); +} + +/* overlay scrollbar */ +OsThumb { + color: shade (@fg_color, 1.6); +} + +OsThumb:selected, +GtkScrollbar:selected { + background-color: @selected_bg_color; +} + +OsThumb:active, +GtkScrollbar:active { + background-color: shade (@bg_color, 0.6); +} + +OsThumb:insensitive, +GtkScrollbar:insensitive { + background-color: shade (@bg_color, 0.85); +} + +/******************* + * scrolled window * + *******************/ +.ubuntu-online-accounts.frame, +GtkScrolledWindow.frame { + border-top-color: shade (@bg_color, 0.84); + border-right-color: shade (@bg_color, 0.76); + border-bottom-color: shade (@bg_color, 0.86); + border-left-color: shade (@bg_color, 0.76); + border-radius: 0; + border-style: solid; +} + +.ubuntu-online-accounts.frame { + border-top-width: 0; +} + +/************* + * separator * + *************/ +.separator { + border-width: 1px; + border-style: solid; + border-image: none; + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +GtkTreeView.view.separator, +GtkTreeView.separator, +.separator, +.separator:hover { + color: shade (@bg_color, 0.92); +} + +.separator.horizontal { + border-width: 1px 0 1px 0; +} + +.separator.vertical { + border-width: 0 1px 0 1px; +} + +GtkComboBox .separator { + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +.button .separator, +.button.separator { + border-color: shade (@button_bg_color, 0.9); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +.button .separator:insensitive, +.button.separator:insensitive { + border-color: shade (@button_insensitive_bg_color, 0.96); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.3); + border-right-color: alpha (shade (@bg_color, 1.26), 0.3); +} + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + border: none; + color: @dark_bg_color; +} + +GtkTreeMenu .menuitem.separator, +.toolbar .header-bar .menuitem.separator, +GtkMenuToolButton .menuitem.separator, +.primary-toolbar .button .menuitem.separator, +.header-bar .button .menuitem.separator, +.menuitem.separator { + border-color: shade (@dark_bg_color, 0.99); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +.toolbar .menuitem.separator, +GtkComboBox .menuitem.separator { + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +/*********** + * sidebar * + ***********/ +.sidebar row:selected { + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +.sidebar .frame { + border-width: 0; +} + +/************** + * spinbutton * + **************/ +.spinbutton.button:active, +.spinbutton.button:insensitive, +.spinbutton.button { + border-radius: 0; +} + +.spinbutton.button:active:nth-child(last), +.spinbutton.button:insensitive:nth-child(last) +.spinbutton.button:nth-child(last), +.spinbutton.button:active:backdrop:nth-child(last), +.spinbutton.button:insensitive:backdrop:nth-child(last), +.spinbutton.button:backdrop:nth-child(last) { + border-radius: 0 7px 7px 0; +} + +.spinbutton.button, +.spinbutton.button:active, +.spinbutton.button:backdrop, +.spinbutton.button:active:backdrop, +.spinbutton.button:hover, +.spinbutton.button:hover:backdrop { + background-image: none; + background-color: transparent; + border-image: none; + border-width: 0 0 0 1px; + border-left-color: alpha (shade (@bg_color, 0.6), 0.22); +} + +.spinbutton.button:active { + background-image: -gtk-gradient (radial, center center, 0.0, center center, 0.5, + from (alpha (@selected_bg_color, 0.2)), + to (alpha (@selected_bg_color, 0.0))); +} + +.spinbutton.button:insensitive, +.spinbutton.button:insensitive:backdrop { + border-left-color: alpha (shade (@bg_color, 0.6), 0.18); + + color: shade (@bg_color, 0.66); +} + +.spinbutton, +.spinbutton:hover { + color: @fg_color; +} + +/*********** + * spinner * + ***********/ +@keyframes spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.spinner { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + color: @selected_bg_color; + opacity: 0; +} + +.spinner:active { + animation: spinner 1s infinite linear; + opacity: 1; +} + +.spinner:active:backdrop { + color: @backdrop_fg_color; +} + +.spinner:active:insensitive { + opacity: 0.5; +} + +/************* + * statusbar * + *************/ +GtkStatusbar { +} + +/********** + * switch * + **********/ +GtkSwitch { + border-radius: 8px; + padding: 0; +} + +GtkSwitch.trough { + border-radius: 8px; + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.trough:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.93)), + to (shade (@selected_bg_color, 0.99))); + + color: @selected_fg_color; + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +GtkSwitch:focus { + outline: 2px solid @focus_color; + outline-offset: -2px; + outline-radius: 6px; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.93)), + to (shade (@bg_color, 0.99))); + + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.slider { + padding: 1px; + border-radius: 6px; + border-style: solid; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); +} + +GtkSwitch.slider:backdrop { + background-image: none; + background-color: @bg_color; + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +/************ + * textview * + ************/ +GtkTextView { + background-color: @base_color; +} + +.header-bar { + padding: 2px 6px; +} + +/* + * Header Bars + * + * The following rules only style header bars when they are used as a window's + * titlebar widget (i.e., they have .titlebar set as well). + * + * Some applications reuse their header bar as a primary toolbar on desktops + * that prefer showing traditional title bars. The rules for those are further + * down grouped with normal toolbars. + */ +.titlebar.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (@dark_bg_color)); + border-color: shade (@dark_bg_color, 1.5); + border-style: solid; + border-width: 1px 0 0 0; + border-radius: 0 0 0 0; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.65); +} + +.titlebar.header-bar .title { + font: bold; +} + +.titlebar.header-bar .subtitle { + font-size: smaller; + opacity: 0.5; +} + +.titlebar.header-bar:backdrop { + color: @backdrop_fg_color; + background-image: none; + background-color: @dark_bg_color; + border-top-color: @dark_bg_color; +} + +.maximized .titlebar.header-bar { + border-radius: 0; + border: none; +} + +.titlebar.header-bar .button.titlebutton { + background-clip: padding-box; + border: 1px solid #d0c7bf; + color: #8b8379; + icon-shadow: 0 1px rgba(255, 255, 255, 0.5); + border-radius: 9px; + padding: 0; + box-shadow: none; + background-image: linear-gradient(to top, #d5d2ce, #ece8e4 50%, #f7f4f3); +} + +.titlebar.header-bar .button.titlebutton.close { + color: #7F7F7F; + icon-shadow: 0 1px rgba(255, 255, 255, 0.25); + background-image: linear-gradient(to top, #8492F9, #B7C2FA 60%, #DAE2FB); +} + +.titlebar.header-bar .button.titlebutton.close:hover { + background-image: linear-gradient(to top, #8492F9, #B7C2FA 20%, #DAE2FB); +} + +.titlebar.header-bar .button.titlebutton:hover, +.titlebar.header-bar .button.titlebutton:backdrop:hover { + background-image: linear-gradient(to top, #e2e1df, #f8f6f3 50%, #fcfbf9); +} + +.titlebar.header-bar .button.titlebutton:active { + icon-shadow: none; + background-image: linear-gradient(to top, #fcfbf8, #fbf9f6); +} + +.titlebar.header-bar .button.titlebutton.close:active { + background-image: linear-gradient(to top, #8492F9, #A9B3E6); +} + +.titlebar.header-bar .button.titlebutton:backdrop { + color: #8b8379; + icon-shadow: none; + background-image: linear-gradient(to top, #ece9e6, #e8e4e1); +} + +/*********** + * toolbar * + ***********/ +.toolbar { + border-style: none; + padding: 1px; + + color: @fg_color; + text-shadow: none; +} + +.toolbar:backdrop { + color: @backdrop_fg_color; +} + +/******************* + * primary-toolbar * + *******************/ +.primary-toolbar, +.header-bar { + -GtkWidget-window-dragging: true; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + border-style: solid; + border-width: 1px 0 1px 0; + border-radius: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + + box-shadow: none; +} + +.primary-toolbar:backdrop, +.header-bar:backdrop { + background-image: none; + background-color: @dark_bg_color; + box-shadow: none; + border-top-color: @dark_bg_color; + border-bottom-color: shade (@dark_bg_color, 0.9); + + color: @backdrop_dark_fg_color; +} + +.primary-toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.primary-toolbar .button, +.header-bar .button, +.primary-toolbar .button.flat:hover { + background: transparent; + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + border-image-source: url("assets/radiance-button-toolbar.png"); +} + +.primary-toolbar .button.flat { + border-image-source: none; + background: transparent; +} + +.primary-toolbar .button:focused, +.header-bar .button:focused { + border-image-source: url("assets/radiance-button-toolbar-focused.png"); +} + +.primary-toolbar .button:active, +.primary-toolbar .button:checked, +.header-bar .button:active, +.header-bar .button:checked { + border-image-source: url("assets/radiance-button-toolbar-active.png"); +} + +.primary-toolbar .button:active:focused, +.primary-toolbar .button:checked:focused, +.header-bar .button:active:focused, +.header-bar .button:checked:focused { + border-image-source: url("assets/radiance-button-toolbar-active-focused.png"); +} + +.primary-toolbar .button:backdrop, +.header-bar .button:backdrop { + background-color: transparent; + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.9); + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:hover:backdrop, +.header-bar .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.98)), + to (shade (@dark_bg_color, 0.94))); +} + +.primary-toolbar .button.flat:backdrop { + border-image-source: none; +} + +.primary-toolbar .button.flat:hover:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:active:backdrop, +.primary-toolbar .button:checked:backdrop, +.header-bar .button:active:backdrop, +.header-bar .button:checked:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar-active.png"); +} + +.primary-toolbar .button:hover, +.primary-toolbar .button:checked, +.header-bar .button:hover, +.header-bar .button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.2)), + to (shade (@dark_bg_color, 1.1))); +} + +.primary-toolbar .button:active, +.header-bar .button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.primary-toolbar .button:active:hover, +.menubar.toolbar .button:active:hover, +.header-bar .button:active:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); +} + +.primary-toolbar .button:checked:insensitive, +.primary-toolbar .button:insensitive, +.header-bar .button:checked:insensitive, +.header-bar .button:insensitive { + text-shadow: none; +} + +.primary-toolbar .button:insensitive, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.01)), + to (shade (@dark_bg_color, 0.99))); +} + +.primary-toolbar .button.flat:insensitive { + background-image: none; +} + +.primary-toolbar .button:checked:insensitive, +.header-bar .button:checked:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.94)), + to (shade (@dark_bg_color, 1.02))); +} + +.primary-toolbar GtkSeparatorToolItem, +.primary-toolbar .separator, +.primary-toolbar .separator:insensitive, +.header-bar GtkSeparatorToolItem, +.header-bar .separator, +.header-bar .separator:insensitive { + border-color: alpha (shade (@dark_bg_color, 0.94), 0.35); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* inline-toolbar */ +.inline-toolbar.toolbar { + -GtkToolbar-button-relief: normal; + + border-right-color: shade (@bg_color, 0.86); + border-bottom-color: shade (@bg_color, 0.88); + border-left-color: shade (@bg_color, 0.86); + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#f2f1ef, 0.93)), + color-stop (0.08, #f2f1ef), + to (#ffffff)); + border-width: 0 1px 1px 1px; + border-style: solid; + border-radius: 3px; + border-top-right-radius: 0; + border-top-left-radius: 0; + padding: 3px 4px 4px 4px; +} + +.inline-toolbar.toolbar .button { + padding: 4px; + + icon-shadow: 0 1px shade (@bg_color, 1.16); +} + +/* Middle button */ +.inline-toolbar.toolbar .button, +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar .button:focus, +.inline-toolbar.toolbar .button:focus:active, +.inline-toolbar.toolbar .button:insensitive, +.inline-toolbar.toolbar .button:backdrop, +.inline-toolbar.toolbar .button:backdrop:insensitive, +.inline-toolbar.toolbar GtkToolButton .button, +.inline-toolbar.toolbar GtkToolButton .button:active, +.inline-toolbar.toolbar GtkToolButton .button:focus, +.inline-toolbar.toolbar GtkToolButton .button:focus:active, +.inline-toolbar.toolbar GtkToolButton .button:insensitive, +.inline-toolbar.toolbar GtkToolButton .button:backdrop, +.inline-toolbar.toolbar GtkToolButton .button:backdrop:insensitive { + border-right-width: 0; + border-left-width: 0; + border-image-width: 10px 0 10px 0; + border-radius: 0; +} + +/* Leftmost button */ +.inline-toolbar.toolbar .button:first-child, +.inline-toolbar.toolbar .button:active:first-child, +.inline-toolbar.toolbar .button:focus:first-child, +.inline-toolbar.toolbar .button:focus:active:first-child, +.inline-toolbar.toolbar .button:insensitive:first-child, +.inline-toolbar.toolbar .button:backdrop:first-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:first-child, +.inline-toolbar.toolbar GtkToolButton:first-child .button, +.inline-toolbar.toolbar GtkToolButton:first-child .button:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop:insensitive { + border-left-width: 1px; + border-right-width: 0; + border-image-width: 10px 0 10px 12px; + border-radius: 8px; + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +/* Rightmost button */ +.inline-toolbar.toolbar .button:last-child, +.inline-toolbar.toolbar .button:active:last-child, +.inline-toolbar.toolbar .button:focus:last-child, +.inline-toolbar.toolbar .button:focus:active:last-child, +.inline-toolbar.toolbar .button:insensitive:last-child, +.inline-toolbar.toolbar .button:backdrop:last-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:last-child, +.inline-toolbar.toolbar GtkToolButton:last-child .button, +.inline-toolbar.toolbar GtkToolButton:last-child .button:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop:insensitive { + border-left-width: 0; + border-right-width: 1px; + border-image-width: 10px 12px 10px 0; + border-radius: 8px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +/* Single button */ +.inline-toolbar.toolbar .button:only-child, +.inline-toolbar.toolbar .button:active:only-child, +.inline-toolbar.toolbar .button:focus:only-child, +.inline-toolbar.toolbar .button:focus:active:only-child, +.inline-toolbar.toolbar .button:insensitive:only-child, +.inline-toolbar.toolbar .button:backdrop:only-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:only-child, +.inline-toolbar.toolbar GtkToolButton:only-child .button, +.inline-toolbar.toolbar GtkToolButton:only-child .button:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop:insensitive { + border-right-width: 1px; + border-left-width: 1px; + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +/*********** + * tooltip * + ***********/ +.tooltip { + background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8, + from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)), + to (alpha (@tooltip_bg_color, 0.86))); + border-color: alpha (#ffffff, 0.2); + border-radius: 5px; + border-style: solid; + border-width: 1px; + + background-color: @tooltip_bg_color; + color: @tooltip_fg_color; +} + +/************ + * treeview * + ************/ +GtkTreeView.dnd { + border-color: shade (@selected_bg_color, 1.12); + border-radius: 2px; + border-width: 1px; + border-style: solid; +} + +GtkTreeView .entry { + background-image: none; +} + +/************ + * viewport * + ************/ +GtkViewport.frame { + border-width: 0; +} + +/************ + * listbox * + ************/ +.list-row.button { + border-image: none; + border-style: none; + border-radius: 0; + background-image: none; +} + +.list-row.button:selected { + text-shadow: none; +} + +/************ + * popover * + ************/ +.popover { + background-clip: border-box; + + border-radius: 5px; + border: 1px solid darker(@bg_color); + + box-shadow: 0 2px 3px @shadow_color; + margin: 10px; + padding: 2px; +} + +.popover:backdrop { + box-shadow: none; +} + +/* Popover menuitems are actually buttons. The following rules reset most of + * the button styles for them. + */ +.popover .menuitem, +.popover .menuitem:checked, +.popover .menuitem:hover, +.popover .menuitem:active, +.popover .menuitem:insensitive, +.popover .menuitem:backdrop { + border-image: none; + border: none; + text-shadow: none; + border-radius: 3px; +} + +.popover .menuitem:backdrop:hover { + border: none; + border-image: none; + background: transparent; + color: @fg_color; +} + +.popover .menuitem:checked, +.popover .menuitem.check, +.popover .menuitem.check:checked, +.popover .menuitem.radio, +.popover .menuitem.radio:checked { + background-image: none; + border: none; +} + +.popover .menuitem:insensitive, +.popover .menuitem *:insensitive { + text-shadow: none; + background: none; +} + + +/* OSD overlays */ +.osd, +.osd:backdrop { + color: @osd_fg_color; + background-color: @osd_bg_color; + border-color: @osd_border_color; +} + +.osd.toolbar { + padding: 12px; + border-radius: 8px; +} + +.osd .button, +.osd .button:backdrop { + color: @osd_fg_color; + background: none; + border: none; + padding: 12px; + border-radius: 8px; + transition: all 100ms ease-in-out; +} + +.osd .button:hover { + color: lighter(@osd_fg_color); + icon-shadow: 0 0 3px @osd_fg_color; +} + +.osd .button:active { + color: darker(@osd_fg_color); + icon-shadow: none; +} + +.osd .scale { + margin-left: 9px; + margin-right: 9px; +} + +/***************************************************************************** + * states [please keep this section at the end of the file (CSS precedence)] * + *****************************************************************************/ +*:insensitive { + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +*:selected, +*:selected:focused { + background-color: alpha (@selected_bg_color, 0.9); + + color: @selected_fg_color; +} + +*:selected:backdrop, +*:selected:focused:backdrop { + background-color: alpha (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/gtk-widgets-radiance.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,155 @@ +/* Set up shadows and hilights for button visual separation */ +.primary-toolbar .linked .button, +.primary-toolbar .button.raised.linked, +.primary-toolbar .raised.linked .button, +.menubar.toolbar .linked .button, +.menubar.toolbar .button.raised.linked, +.menubar.toolbar .raised.linked .button, +.header-bar .linked .button, +.header-bar .button.raised.linked, +.header-bar .button.raised.linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.primary-toolbar .button.raised.linked:first-child, +.primary-toolbar .raised.linked .button:first-child, +.menubar.toolbar .linked .button:first-child, +.menubar.toolbar .button.raised.linked:first-child, +.menubar.toolbar .raised.linked .button:first-child, +.header-bar .linked .button:first-child, +.header-bar .button.raised.linked:first-child, +.header-bar .raised.linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.primary-toolbar .button.raised.linked:last-child, +.primary-toolbar .raised.linked .button:last-child, +.menubar.toolbar .linked .button:last-child, +.menubar.toolbar .button.raised.linked:last-child, +.menubar.toolbar .raised.linked .button:last-child, +.header-bar .linked .button:last-child, +.header-bar .button.raised.linked:last-child, +.header-bar .raised.linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1) +} + +.primary-toolbar .linked .button:active, +.primary-toolbar .button.raised.linked:active, +.primary-toolbar .raised.linked .button:active, +.menubar.toolbar .linked .button:active, +.menubar.toolbar .button.raised.linked:active, +.menubar.toolbar .raised.linked .button:active, +.header-bar .linked .button:active, +.header-bar .button.raised.linked:active, +.header-bar .raised.linked .button:active { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:insensitive, +.primary-toolbar .button.raised.linked:insensitive, +.primary-toolbar .raised.linked .button:insensitive, +.menubar.toolbar .linked .button:insensitive, +.menubar.toolbar .button.raised.linked:insensitive, +.menubar.toolbar .raised.linked .button:insensitive, +.header-bar .linked .button:insensitive, +.header-bar .button.raised.linked:insensitive, +.header-bar .raised.linked .button:insensitive { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:backdrop:last-child, +.primary-toolbar .button.raised.linked:backdrop:last-child, +.primary-toolbar .raised.linked .button:backdrop:last-child, +.menubar.toolbar .linked .button:backdrop:last-child, +.menubar.toolbar .button.raised.linked:backdrop:last-child, +.menubar.toolbar .raised.linked .button:backdrop:last-child, +.header-bar .linked .button:backdrop:last-child, +.header-bar .button.raised.linked:backdrop:last-child, +.header-bar .raised.linked .button:backdrop:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1); +} + +.menubar { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menuitem:hover, +.menu .menuitem:hover { + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +/* for the playback menu item in the sound menu */ +.menu .spinner, +.menu .spinner:hover { + color: @selected_bg_color; +} + +/* primary-toolbar */ +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar.toolbar, +.menubar.toolbar, +.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar :insensitive, +.menubar.toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar GtkComboBox, +.primary-toolbar .button *, +.primary-toolbar .button, +.menubar.toolbar GtkComboBox, +.menubar.toolbar .button *, +.menubar.toolbar .button, +.header-bar GtkComboBox, +.header-bar .button *, +.header-bar .button { + text-shadow: 0 1px alpha (shade (@dark_bg_color, 1.25), 0.32); +} + +.primary-toolbar .raised .button, +.primary-toolbar .raised.button, +.primary-toolbar .button:hover, +.primary-toolbar .button:active, +.primary-toolbar .button:insensitive, +.menubar.toolbar .raised .button, +.menubar.toolbar .raised.button, +.menubar.toolbar .button:hover, +.menubar.toolbar .button:active, +.menubar.toolbar .button:insensitive, +.header-bar .raised .button, +.header-bar .raised.button, +.header-bar .button:hover, +.header-bar .button:active, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.03)), + to (shade (@dark_bg_color, 0.96))); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/public-colors.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/public-colors.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/public-colors.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/public-colors.css 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,23 @@ +/* + * Some applications depend on these named colors. + */ + +@define-color theme_fg_color @fg_color; +@define-color theme_bg_color @bg_color; +@define-color theme_base_color @base_color; +@define-color theme_selected_bg_color @selected_bg_color; +@define-color theme_selected_fg_color @selected_fg_color; +@define-color insensitive_bg_color @bg_color; +@define-color insensitive_fg_color @fg_color; +@define-color insensitive_base_color @base_color; +@define-color theme_unfocused_fg_color @backdrop_fg_color; +@define-color theme_unfocused_bg_color @bg_color; +@define-color theme_unfocused_base_color @base_color; +@define-color theme_unfocused_selected_bg_color @selected_bg_color; +@define-color theme_unfocused_selected_fg_color @selected_fg_color; +@define-color borders shade(@bg_color, 0.82); +@define-color unfocused_borders transparent; + +@define-color warning_color @warning_fg_color; +@define-color error_color @error_fg_color; +@define-color success_color @success_color; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/settings.ini radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/settings.ini --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/settings.ini 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/gtk-3.0/settings.ini 2015-05-13 00:10:38.000000000 +0000 @@ -0,0 +1,4 @@ +[Settings] +gtk-color-scheme = "base_color:#ffffff\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nselected_bg_color:#546BCF\ntext_color:#3C3C3C\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#546BCF\nbg_color_dark:#3C3C3C\nfg_color_dark:#DFDFDF" +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = true diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/index.theme radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/index.theme --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/index.theme 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/index.theme 2014-10-09 22:46:14.000000000 +0000 @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Radiance-ZRAVE-Blue +Comment=Ubuntu Radiance theme, In New Colors By RAVEfinity 14.04 Build +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Radiance-ZRAVE-Blue +MetacityTheme=Radiance-ZRAVE-Blue +IconTheme=ubuntu-mono-light +CursorTheme=DMZ-White +ButtonLayout=close,minimize,maximize: Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/close_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/close_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/close_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/close_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/close_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/close_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/close.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/close.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/close_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/close_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/close_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/close_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/close_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/close_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/close_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/close_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/maximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/maximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/maximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/maximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/maximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/maximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/maximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/maximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/maximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/maximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/maximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/maximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/maximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/maximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/maximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/maximize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/menu.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/menu.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/menu_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/menu_prelight.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/metacity-theme-1.xml radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/metacity-theme-1.xml --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/metacity-theme-1.xml 2014-10-09 22:46:54.000000000 +0000 @@ -0,0 +1,530 @@ +<?xml version="1.0"?> + +<metacity_theme> +<info> + <name>Radiance-ZRAVE-Blue</name> + <author>Kenneth Wimer, James Schriver, Andrea Cimitan, Jared Sot (RAVEfinity Project)</author> + <copyright>Canonical Ltd.</copyright> + <date>April, 2014</date> + <description>Metacity theme</description> +</info> + +<!-- general window layout --> +<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="19"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="18"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="3"/> + <distance name="right_width" value="3"/> + <distance name="bottom_height" value="3"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- window title --> + +<draw_ops name="draw_title_text_normal"> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="shade/#DFDFDF/1.06" x="9" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/1.06" x="11" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/0.4" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title_text_unfocused"> + <title color="shade/#DFDFDF/1.08" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="#A3A3A3" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/1.06" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.18" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.08" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.08" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility"> + <include name="draw_title" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_unfocused"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/0.96" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#EDEDED" /> + <color value="shade/#EDEDED/0.98" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.02" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.02" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility_unfocused"> + <include name="draw_title_unfocused" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.38" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_title_maximized_unfocused"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.94" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <line color="#EDEDED" x1="0" x2="width" y1="1" y2="1"/> +</draw_ops> + +<!-- window Frames --> + +<draw_ops name="draw_frame"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> + <gradient type="vertical" x="0" y="0" width="width" height="60"> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/gtk:bg[NORMAL]/0.7" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_frame_utility"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="bottom_edge"> + <line color="shade/gtk:bg[NORMAL]/0.7" x1="0" x2="width" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<!-- buttons --> + +<!-- button trough left --> +<draw_ops name="left_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button Trough Right --> +<draw_ops name="right_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button prelightlays --> +<draw_ops name="menu_focused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_normal"> + <image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_normal"> + <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_normal"> + <image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_normal"> + <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_normal"> + <image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_normal"> + <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_normal"> + <image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_normal"> + <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- frame style --> +<frame_style name="normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.5" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_maximized_unfocused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="utility_focused" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_utility"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="utility_unfocused" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_utility_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_focused"> + <piece position="title" draw_ops="draw_title"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> +</frame_style> + +<!-- style set --> +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="maximized_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="utility"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<!-- window --> +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="utility"/> +<window type="modal_dialog" style_set="utility"/> +<window type="menu" style_set="utility"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +</metacity_theme> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/minimize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/minimize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/minimize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/minimize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/minimize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/minimize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/minimize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/minimize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/minimize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/minimize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/minimize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/minimize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/minimize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/minimize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/minimize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/minimize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/trough_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/trough_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/trough_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/trough_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/trough_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/trough_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/trough_unfocused_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/trough_unfocused_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/trough_unfocused_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/trough_unfocused_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/trough_unfocused_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/trough_unfocused_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/unmaximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/unmaximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/unmaximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/unmaximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/unmaximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/unmaximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/unmaximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/unmaximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/unmaximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/unmaximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/unmaximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/unmaximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/unmaximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/unmaximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/unmaximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/metacity-1/unmaximize_unfocused_pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_pressed.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-11.391949" + inkscape:cy="9.5000006" + inkscape:window-x="569" + inkscape:window-y="106" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#7886de;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_disabled.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-11.391949" + inkscape:cy="9.5000006" + inkscape:window-x="572" + inkscape:window-y="106" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#7c88ed;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_pressed.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-11.391949" + inkscape:cy="9.5000006" + inkscape:window-x="569" + inkscape:window-y="106" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#5d70ed;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-4.6694912" + inkscape:cy="9.5000003" + inkscape:window-x="569" + inkscape:window-y="106" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#7a8aff;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#838be5;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#e5e8fd;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="g4775" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="306" + inkscape:window-y="183" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40183,856.52418 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path4646" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -283.80078,855.45312 -0.38867,0.38868 -4.59961,4.59961 -0.39063,0.38867 0.7793,0.7793 0.38867,-0.38868 4.59961,-4.60156 0.38867,-0.38867 -0.77734,-0.77735 z" + id="path4535" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40039,855.45312 -0.7793,0.77735 0.39063,0.38867 4.59961,4.60156 0.38867,0.38868 0.77734,-0.7793 -0.38867,-0.38867 -4.59961,-4.59961 -0.38867,-0.38868 z" + id="path4537" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4564" + id="linearGradient4552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4564"> + <stop + style="stop-color:#556ad5;stop-opacity:1;" + offset="0" + id="stop4511" /> + <stop + style="stop-color:#b6bbe2;stop-opacity:1;" + offset="1" + id="stop4513" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4554" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4556" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="-0.043125214" + inkscape:cy="11.696114" + inkscape:document-units="px" + inkscape:current-layer="g4540" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1152" + inkscape:window-height="795" + inkscape:window-x="336" + inkscape:window-y="136" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(411.35715,-967.57648)"> + <g + style="display:inline" + transform="translate(-411.35714,-85.785707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4540"> + <circle + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4542" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4544" + style="color:#000000;fill:url(#linearGradient4552);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4554);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4546" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4548" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4556);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4550" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -399.55637,973.99943 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path4989" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -404.15793,973.99943 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path4991" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_focused.svg 2014-10-09 22:36:51.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#6972e0;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#d7dbfc;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close.svg 2014-10-09 22:36:29.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#6972e0;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#d7dbfc;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.086244" + inkscape:cx="1.354841" + inkscape:cy="10.519078" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5151" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5153" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5155" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-658.92858" + inkscape:cy="153.21428" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-378.21428,-666.57648)"> + <g + style="display:inline" + id="g5139" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(378.21429,-386.7857)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5141" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5151);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5143" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5145" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5153);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5155);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5147" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5149" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,674.0698 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path5157" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 390.01506,672.9994 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5159" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,672.9994 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5161" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5175" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5177" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5179" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-129.42858" + inkscape:cy="471.28571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(151.28572,-984.64791)"> + <g + style="display:inline" + transform="translate(-151.28571,-68.714274)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5163"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5165" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5167" + style="color:#000000;fill:url(#linearGradient5175);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5169" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5177);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5179);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5171" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5173" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -139.48494,991.07087 -0.39062,0.3886 -4.59961,4.5996 -0.38867,0.3887 0.77734,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5249" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -144.0865,991.07087 -0.77734,0.7773 0.38867,0.3887 4.59961,4.5996 0.39062,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5251" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/close_unfocused.svg 2014-10-09 22:40:22.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4656" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4660" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4658" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="7.0892085" + inkscape:cy="8.3026513" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="871" + inkscape:window-y="166" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(552.28572,-1071.3622)"> + <g + style="display:inline" + id="g4497" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-552.28571,18.000012)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4499" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4501" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4660);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4505" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4503" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4658);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4507" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_disabled.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="opacity:0.25;display:inline" + transform="translate(-289.71429,-492.00011)" + id="g4240"> + <path + inkscape:connector-curvature="0" + id="path4242" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4244" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_prelight.svg"> + <defs + id="defs4488"> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter4230" + x="-0.12" + width="1.24" + y="-0.12" + height="1.24"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.75" + id="feGaussianBlur4232" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="display:inline" + id="g4222" + transform="translate(-289.71429,-492.00011)"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4224" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4226" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4228" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4230);enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_pressed.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + id="g4234" + transform="translate(-289.71429,-492.00011)" + style="opacity:0.5;display:inline"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4236" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4238" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + transform="translate(-289.71429,-492.00011)" + style="display:inline" + id="g4218"> + <path + inkscape:connector-curvature="0" + id="path4209" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4203" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5009" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5011" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5013" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="392.57143" + inkscape:cy="470.42857" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(673.28572,-983.79076)"> + <g + style="display:inline" + id="g4997" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-673.28571,-69.571423)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4999" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5009);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5001" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5003" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5011);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5013);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5005" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5007" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5061" + d="m -667.28572,990.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + <path + inkscape:connector-curvature="0" + id="path5063" + d="m -667.28572,989.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5295" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5297" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5299" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-472.21428" + inkscape:cy="-431.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-191.49999,-81.862193)"> + <g + style="display:inline" + transform="translate(191.5,-971.49999)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5253"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5255" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5257" + style="color:#000000;fill:url(#linearGradient5295);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5259" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5297);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5299);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5261" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5263" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 197.49999,87.863246 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5289" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_focused.svg 2014-10-09 22:37:34.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="8.8963052" + inkscape:cy="9.3077119" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="751" + inkscape:window-y="204" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize.svg 2014-10-09 22:37:10.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9195959" + inkscape:cx="4.7296154" + inkscape:cy="17.441954" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="710" + inkscape:window-y="119" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5121" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5123" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1098.9286" + inkscape:cy="-683.92851" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-818.21427,170.56632)"> + <g + style="display:inline" + transform="translate(818.21428,-1223.9285)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5073"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5075" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5077" + style="color:#000000;fill:url(#linearGradient5121);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5123);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5079" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5081" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5125);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5083" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-163.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5109" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-164.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5111" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5201" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5203" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5205" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1168.4286" + inkscape:cy="-530.57141" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-887.71427,17.209217)"> + <g + style="display:inline" + id="g5189" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(887.71428,-1070.5714)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5191" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5201);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5193" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5203);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5195" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5197" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5205);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5199" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5243" + d="m 893.71427,-11.208178 0,0.5 0,6.4999998 7,0 0,-6.9999998 -7,0 z m 1,1 5,0 0,4.9999998 -5,0 0,-4.9999998 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/maximize_unfocused.svg 2014-10-09 22:40:46.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4937" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4941" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="11.012127" + inkscape:cy="5.4472923" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="868" + inkscape:window-height="646" + inkscape:window-x="663" + inkscape:window-y="224" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-408.71427,-87.505113)"> + <g + style="display:inline" + transform="translate(408.71428,-965.85707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4925"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4927" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4929" + style="color:#000000;fill:url(#linearGradient4937);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4931" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4939);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4941);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4933" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4935" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/menu_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/menu_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/menu_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/menu_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4747" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-435.29 -180.93)"> + <g id="g4731" transform="translate(435.29 -776.43)"> + <circle id="circle4733" style="color:#000000;fill:url(#linearGradient4747)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" transform="rotate(90)" cy="-9.5" cx="966.86" r="6.5"/> + <circle id="circle5388-4" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="circle4735" style="color:#000000;stroke:#6c6967;fill:#555351" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cx="9.5" cy="966.86" r="3"/> + <path id="path4737" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <path id="path4739" style="opacity:.2;color:#000000;fill:#fff" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z"/> + <path id="path4741" style="opacity:.2;color:#000000;fill:#fff" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z"/> + <path id="path4743" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <rect id="rect4745" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/menu.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/menu.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/menu.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/menu.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4672" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-284.79 -314.29)"> + <g id="g4722" transform="translate(284.79 -643.07)"> + <circle id="circle4664" style="color:#000000;fill:url(#linearGradient4672)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" cx="966.86" transform="rotate(90)" cy="-9.5" r="6.5"/> + <circle id="circle5388" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="path4662" style="color:#000000;stroke:#d3d0cb;fill:#c6c2bb" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cy="966.86" cx="9.5" r="3"/> + <path id="circle4682" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <path id="circle4691" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z" style="opacity:.2;color:#000000;fill:#fff"/> + <path id="circle4702" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z" style="opacity:0.07;color:#000000;fill:#fff"/> + <path id="circle4711" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <rect id="rect4720" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.25" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4411" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4413" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4265" transform="translate(-289.71 -473)"> + <path id="path4267" style="color:#000000;fill:#fff" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" transform="translate(-76.5 938.36)"/> + <rect id="rect4269" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + <path id="path4409" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;filter:url(#filter4411);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_focused.svg 2014-10-09 22:48:57.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.535768" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize.svg 2014-10-09 22:48:23.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.669697" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/minimize_unfocused.svg 2014-10-09 22:41:09.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4955" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4957" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4959" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.439246" + inkscape:cx="8.1418379" + inkscape:cy="8.4994228" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="742" + inkscape:window-y="242" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-262.75023,-284.66847)"> + <g + style="display:inline" + id="g4943" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(262.75024,-768.69371)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4945" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4955);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4947" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4957);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4949" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4951" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4959);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4953" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.25" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4405" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4407" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4381" transform="translate(-289.71 -454)"> + <path id="path4383" style="color:#000000;fill:#fff" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" transform="translate(-76.5 938.36)"/> + <rect id="rect4385" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + <path id="path4403" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;filter:url(#filter4405);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.5" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_focused.svg 2014-10-09 22:39:58.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="17.19268" + inkscape:cy="5.00027" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1006" + inkscape:window-y="145" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize.svg 2014-10-09 22:39:36.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="12.348945" + inkscape:cy="10.478037" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1407" + inkscape:window-y="24" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/unity/unmaximize_unfocused.svg 2014-10-09 22:41:32.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4973" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4975" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4977" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="6.2901987" + inkscape:cy="6.1607613" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="772" + inkscape:window-y="191" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-687.7857,142.99492)"> + <g + style="display:inline" + transform="translate(687.78571,-1196.3571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4961"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4963" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4965" + style="color:#000000;fill:url(#linearGradient4973);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4967" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4975);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4977);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4969" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4971" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/bottom-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/bottom-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/bottom-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/bottom-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/bottom-left-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/bottom-left-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/bottom-left-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/bottom-left-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/bottom-right-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/bottom-right-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/bottom-right-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/bottom-right-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/close-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/close-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/close-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/close-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/close-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/close-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/close-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/close-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/hide-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/hide-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/hide-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/hide-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/hide-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/hide-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/hide-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/hide-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/left-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * left_active_xpm[] = { +"2 15 3 1", +" c None", +". c #C1C1C1", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/left-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #CFCFCF", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/maximize-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/maximize-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/maximize-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/maximize-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/maximize-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/maximize-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/maximize-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/maximize-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/maximize-toggled-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/maximize-toggled-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/maximize-toggled-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/maximize-toggled-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/maximize-toggled-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/maximize-toggled-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/maximize-toggled-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/maximize-toggled-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/menu-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/menu-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/menu-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/menu-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/menu-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/menu-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/right-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * right_active_xpm[] = { +"2 15 3 1", +" c None", +". c #D7D7D7", +"+ c #C1C1C1", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/right-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #D7D7D7", +"+ c #CFCFCF", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/themerc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/themerc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/themerc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/themerc 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,20 @@ +# Radiance ported to XFCE (Xfwm4) by The RAVEfinity Project. www.ravefinity.blogspot.com (2012+) Jared Sot. +# Based on code/pixmaps from (Orig.) Radiance. and Originol Ambiance XFCE port by p0ng http://www.p0ng.com.br. +# Radiance XFCE version was ported by scrach by RAVEfinity(Jared Sot.) on top of the XFCE Ambiance theme. + + +button_offset=3 +button_spacing=0 +maximized_offset=9 +title_full_width=true +title_horizontal_offset=8 +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +title_shadow_active=frame +title_shadow_inactive=frame +show_app_icon=false # Change to true or false if you want a app icon on each window. (Default is false) +#button_layout=CHM| # This prevents one from customizing their buttons VIA Xfce Window Manager Settings (Defualt is disabled via #) +active_text_color=#4C4942 +active_text_shadow_color=#E5E2D8 +inactive_text_color=#a39e9a +inactive_text_shadow_color=#E5E2D8 Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-1-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-1-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-1-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-1-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-2-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-2-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-2-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-2-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-3-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-3-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-3-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-3-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-4-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-4-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-4-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-4-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-5-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-5-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-5-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/title-5-inactive.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/top-left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/top-left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/top-left-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +" .....", +" ..+++++", +" .@@@@@@@", +" .@@@@@@@@", +" .########", +".@@@@@@@@@", +".#########", +".#########", +".@@@@@@@@@", +".#########", +".@@@@@@@@@", +".$$$$$$$$$", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".*********", +".=========", +".*********", +".*********", +".*********", +".*********", +".=========", +".*********", +".=========", +".*********", +".---------", +".*********", +".*********"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/top-left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/top-left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/top-left-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +" .....", +" ..+++++", +" .@@@@@@@", +" .########", +" .$$$$$$$$", +".#########", +".$$$$$$$$$", +".$$$$$$$$$", +".#########", +".$$$$$$$$$", +".#########", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".---------", +".---------", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".=========", +".;;;;;;;;;", +".;;;;;;;;;"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/top-right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/top-right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/top-right-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"@@@@@@@@. ", +"########. ", +"@@@@@@@@@.", +"#########.", +"#########.", +"@@@@@@@@@.", +"#########.", +"@@@@@@@@@.", +"$$$$$$$$$.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"*********.", +"*********.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"---------.", +"*********.", +"*********."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/top-right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/top-right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue/xfwm4/top-right-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"########. ", +"$$$$$$$$. ", +"#########.", +"$$$$$$$$$.", +"$$$$$$$$$.", +"#########.", +"$$$$$$$$$.", +"#########.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"---------.", +"---------.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"=========.", +";;;;;;;;;.", +";;;;;;;;;."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/banshee.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/banshee.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/banshee.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/banshee.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,23 @@ +# ============================================================================== +# BANSHEE SPECIFIC SETTINGS +# ============================================================================== + +style "banshee_scrollbar" { + engine "murrine" { + roundness = 20 + } +} + +widget "__gtksharp_1*SeekSlider*" style "scale" +widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar" + +widget_class "__gtksharp_1*<GtkToolbar>*" style "default" +widget_class "__gtksharp_1*<GtkButton>*" style "button" +#widget_class "__gtksharp_1*<GtkScale>*" style "scale" + + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/chromium.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/chromium.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/chromium.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/chromium.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,39 @@ +# ============================================================================== +# CHROMIUM SPECIFIC SETTINGS +# ============================================================================== + +style "chromium_toolbar_button" { + engine "murrine" { + roundness = 3 + textstyle = 0 + } +} + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = "#DFDFDF" + ChromeGtkFrame::inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::incognito-frame-color = "#DFDFDF" + ChromeGtkFrame::incognito-inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::incognito-frame-gradient-size = 16 + ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*Chrom*Button*" style "chromium_toolbar_button" + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/ff.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/ff.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/ff.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/ff.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,33 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-default" { + GtkCheckButton::indicator-size = 14 + + engine "murrine" { + reliefstyle = 0 + } +} + +style "ff-statusbar" { +} + +#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar" +#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + +widget "MozillaGtkWidget*" style "ff-default" + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/gnome-panel.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/gnome-panel.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/gnome-panel.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/gnome-panel.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,129 @@ +# =========================================================================================================================== +# GNOME,XFCE,LXDE & GTK Desktop(S) PANEL SPECIFIC SETTINGS *SPECIFIC SETTINGS TO ENABLE PROPER FUNCTION ON XFCE/LXDE* +# =========================================================================================================================== + +style "panel" +{ + xthickness = 0 + ythickness = 0 + + bg_pixmap[NORMAL] = "img/panel.png" + + engine "murrine" { + colorize_scrollbar = TRUE + } +} + +style "panel_task_button" +{ + xthickness = 3 + xthickness = 3 + + GtkWidget::focus-line-width = 0 + GtkWidget::focus_padding = 0 + GtkWidget::interior_focus = 0 + GtkWidget::internal_padding = 0 + + GtkButton::child_displacement_x = 0 + GtkButton::child_displacement_y = 0 + GtkButton::default_border = {0, 0, 0, 0} + GtkButton::default_outside_border = {0, 0, 0, 0} + GtkButtonBox::child_internal_pad_x = 0 + GtkButtonBox::child_internal_pad_y = 0 + GtkButtonBox::child_min_heigth = 0 + + bg[SELECTED] = shade (0.2, @bg_color) + bg[PRELIGHT] = shade (0.26, @bg_color) + bg[ACTIVE] = shade (0.2, @bg_color) + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = OUT + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "img/panel-button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "XFCE" +{ + xthickness = 3 + ythickness = 3 + + bg_pixmap[NORMAL] = "img/panel.png" +} + +widget "*Panel*" style "panel" +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet +class "PanelApp*" style "panel" +class "PanelToplevel*" style "panel" +#widget_class "*Mail*" style "panel" +widget_class "*notif*" style "panel" + +#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop +widget "*task*" style "panel_task_button" +widget "*.tasklist-button" style "panel_task_button" +widget "*PanelApplet*TaskTitle*" style "panel_task_button" +widget_class "*Xfce*Panel*" style "XFCE" +widget_class "*Xfce*Panel*" style "XFCE" +class "GtkScrollbar" style "scrollbar" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/gnome-terminal.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/gnome-terminal.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/gnome-terminal.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/gnome-terminal.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,42 @@ +# ============================================================================== +# GNOME TERMINAL SPECIFIC SETTINGS +# ============================================================================== + +style "terminal_menubar" +{ + engine "murrine" { + } +} + +style "terminal_notebook" +{ + engine "murrine" { + contrast = 1.0 + } +} + +style "terminal_scrollbar" = "scrollbar" +{ + engine "murrine" { + } +} + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#060606" + + TerminalScreen::background-darkness = 0.97 +} + +#widget "*TerminalWindow*" style "terminal_window" +#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar" +widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook" +#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar" +#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button" +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/nautilus.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/nautilus.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/nautilus.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/apps/nautilus.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,11 @@ +# ============================================================================== +# NAUTILUS SPECIFIC SETTINGS +# ============================================================================== + +style "nautilus_info_pane" { + bg[NORMAL] = @bg_color +} + +widget_class "*Nautilus*<GtkNotebook>*<GtkEventBox>" style "nautilus_info_pane" +widget_class "*Nautilus*<GtkButton>" style "notebook_button" +widget_class "*Nautilus*<GtkButton>*<GtkLabel>" style "notebook_button" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/gtkrc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/gtkrc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/gtkrc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/gtkrc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,690 @@ +gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#6E9AD8\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nlink_color:#6E9AD8" + +gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16" + +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = 1 + +style "default" { + xthickness = 1 + ythickness = 1 + + ####################### + # Style Properties + ####################### + GtkButton::child-displacement-x = 1 + GtkButton::child-displacement-y = 1 + GtkButton::default-border = { 0, 0, 0, 0 } + + GtkCheckButton::indicator-size = 16 + + GtkPaned::handle-size = 6 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 14 + GtkRange::stepper-size = 13 + GtkRange::trough-under-steppers = 1 + + GtkScale::trough-border = 0 + GtkScale::slider-width = 23 + GtkScale::slider-length = 14 + GtkScale::trough-side-details = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::trough-border = 0 + GtkScrollbar::slider-width = 13 + GtkScrollbar::min-slider-length = 31 + + GtkMenuBar::internal-padding = 0 + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkExpander::expander-size = 11 + GtkToolbar::internal-padding = 1 + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkTreeView::expander-size = 7 + GtkTreeView::vertical-separator = 0 +# GtkTreeView::odd-row-color = shade (0.96, @base_color) + GtkNotebook::tab-overlap = -1 + + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 3 + + WnckTasklist::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + GtkEntry::state-hint = 0 + + GtkEntry::progress-border = { 2, 2, 2, 2 } + + GtkProgressBar::min-horizontal-bar-height = 14 + GtkProgressBar::min-vertical-bar-width = 14 + + GtkImage::x-ayatana-indicator-dynamic = 1 + GtkMenuBar::window-dragging = 1 + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + #################### + # Color Definitions + #################### + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = shade (0.95, @bg_color) + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.8, @bg_color) + text[ACTIVE] = darker (@text_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.98, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = shade (0.97, @bg_color) + base[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + arrowstyle = 2 + reliefstyle = 3 + highlight_shade = 1.0 + glazestyle = 0 + default_button_color = shade (1.1, "#cdcdcd") + gradient_shades = {1.1, 1.0, 1.0, 0.9} + roundness = 3 + lightborder_shade = 1.26 + lightborderstyle = 1 + listviewstyle = 2 + progressbarstyle = 0 + colorize_scrollbar = FALSE + menubaritemstyle = 1 + menubarstyle = 1 + menustyle = 0 + focusstyle = 3 + handlestyle = 1 + sliderstyle = 3 + scrollbarstyle = 2 + stepperstyle = 3 +# rgba = TRUE + } +} + +style "dark" +{ + bg[NORMAL] = "#DFDFDF" + bg[PRELIGHT] = shade (1.05, "#DFDFDF") + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.95, "#DFDFDF") + bg[INSENSITIVE] = "#DFDFDF" +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "entry" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + } +} + +style "vscale" { +} + +style "hscale" { +} + +style "button" { + + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.03, @bg_color) + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + bg[INSENSITIVE] = @bg_color + fg[INSENSITIVE] = "#9c9c9c" + + engine "murrine" { + #contrast = 1.0 + textstyle = 1 + border_shades = {1.01, 0.8} + reliefstyle = 0 + shadow_shades = {1.0, 1.1} + glowstyle = 5 + glow_shade = 1.02 + lightborder_shade = 1.32 +# lightborderstyle = 0 + #text_shade = 1.04 + } +} + +style "notebook_button" = "button" { +} + +style "spinbutton" = "notebook_button" { + xthickness = 4 + + engine "murrine" { + } +} + +style "scrollbar" = "button" { + xthickness = 2 + ythickness = 2 + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.04, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + + engine "murrine" + { + border_shades = {0.95, 0.90} + roundness = 20 + contrast = 1.0 + trough_shades = {0.92, 0.98} + lightborder_shade = 1.3 + glowstyle = 5 + glow_shade = 1.02 + gradient_shades = {1.2, 1.0, 1.0, 0.86} + trough_border_shades = {0.9, 0.98} + } +} + +style "hscrollbar" { +} + +style "vscrollbar" { +} + +style "overlay_scrollbar" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.85, @bg_color) + bg[ACTIVE] = shade (0.6, @bg_color) +} + +style "scale" = "button" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + border_shades = {0.9, 0.8} + roundness = 5 + lightborder_shade = 1.32 + gradient_shades = {1.1, 1.0, 1.0, 0.8} + handlestyle = 2 + trough_border_shades = {0.9, 1.4} + glow_shade = 1.0 +# reliefstyle = 2 +# shadow_shades = { 1.0, 0.9 } + } +} + +style "notebook_bg" { + bg[NORMAL] = shade (1.02, @bg_color) + bg[ACTIVE] = shade (0.97, @bg_color) + fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color)) +} + +# The color is changed by the notebook_bg style, this style +# changes the x/ythickness +style "notebook" { + xthickness = 2 + ythickness = 2 + + engine "murrine" { + roundness = 3 + contrast = 0.8 + focusstyle = 2 + lightborder_shade = 1.16 + gradient_shades = {1.1, 1.0, 1.0, 0.68} + } +} + +style "statusbar" { + engine "murrine" { + contrast = 1.2 + } +} + +style "comboboxentry" = "notebook_button" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + textstyle = 1 + glowstyle = 5 + glow_shade = 1.02 + } +} + +style "menubar" = "dark" { + # those two lines were added to fix firefox's menubar item text + bg[SELECTED] = "#ECECEC" + fg[SELECTED] = @fg_color + + engine "murrine" { + textstyle = 1 + text_shade = 1.23 + gradient_shades = {1.0, 1.0, 1.0, 1.0} + lightborder_shade = 1.0 + } +} + +style "toolbar" { + engine "murrine" { + textstyle = 1 + text_shade = 1.32 + lightborder_shade = 1.0 + } +} + +style "toolbar-button" = "notebook_button" { + engine "murrine" { + } +} + +style "menu" { + xthickness = 0 + ythickness = 0 + + engine "murrine" + { + reliefstyle = 0 + roundness = 0 + } +} + +style "menu_item" = "menu" { + xthickness = 2 + ythickness = 3 + + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" + { + glowstyle = 5 + glow_shade = 1.1 +# lightborder_shade = 1.0 +# border_shades = { 1.5, 1.3 } + roundness = 0 + } +} + +style "menubar_item" = "menu_item" { + bg[PRELIGHT] = "#ece7e2" + fg[PRELIGHT] = @fg_color + + engine "murrine" { + gradient_shades = {1.00, 1.0, 1.0, 1.0} +# glowstyle = 5 + border_shades = { 1.0, 1.0 } + glow_shade = 1.00 + lightborderstyle = 3 + lightborder_shade = 1.2 + roundness = 4 + } +} + +style "scale_menu_item" = "scale" { + engine "murrine" { + roundness = 20 + lightborder_shade = 1.32 + reliefstyle = 0 + } +} + +# This style is there to modify the separator menu items. The goals are: +# 1. Get a specific height. +# 2. The line should go to the edges (ie. no border at the left/right) +style "separator_menu_item" { + xthickness = 1 + ythickness = 0 + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 7 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "separator_tool_item" { + xthickness = 0 + ythickness = 1 + + GtkVSeparator::vertical-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 7 + GtkWidget::separator-height = 1 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "frame_title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "treeview" { + engine "murrine" + { + roundness = 2 + lightborder_shade = 1.1 + gradient_shades = {1.04, 1.0, 1.0, 0.96} + } +} + +style "progressbar" { + xthickness = 1 + ythickness = 1 + + bg[ACTIVE] = shade (0.94, @bg_color) + #bg[SELECTED] = "#cdcdcd" + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" { + #trough_shades = {0.98, 1.02} + roundness = 8 + lightborderstyle = 1 + lightborder_shade = 1.26 + border_shades = {0.95, 0.85} + gradient_shades = {1.1, 1.0, 1.0, 0.9} + trough_border_shades = {0.9, 1.4} + } +} + +style "progressbar_menu_item" = "progressbar" { + engine "murrine" { + roundness = 0 + } +} + +# This style is based on the default style, so that the colors from the button +# style are overriden again. +style "treeview_header" = "notebook_button" { + xthickness = 2 + ythickness = 1 + + engine "murrine" { + glazestyle = 1 + contrast = 0.8 + lightborder_shade = 1.16 + textstyle = 1 + glow_shade = 1.0 + } +} + +style "treeview_header_scrolled" = "treeview_header" { +} + +style "scrolledwindow" { + engine "murrine" { + contrast = 0.6 + } +} + +style "radiocheck" = "button" { + text[NORMAL] = shade (0.535, @selected_bg_color) + text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color)) + bg[NORMAL] = shade (0.92, @bg_color) + bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color)) + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + engine "murrine" { + reliefstyle = 3 + gradient_shades = {1.2, 1.0, 1.0, 0.9} + shadow_shades = {0.6, 0.5} + textstyle = 0 + } +} + +style "tooltips" { + xthickness = 4 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = "#000000" + + engine "murrine" { + rgba = TRUE + } +} + +style "infobar" { + engine "murrine" { + } +} + +style "nautilus_location" { + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color) +} + +style "calendar" { + xthickness = 0 + ythickness = 0 + + engine "murrine" { + roundness = 0 + } +} + +style "calendar_menu_item" = "calendar" { +# base[NORMAL] = "#c5bfb7" +} + +style "soundfix" +{ +} + +# Wrokaround style for places where the text color is used instead of the fg color. +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +# Workaround style for menus where the text color is used instead of the fg color. +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = "#999999" +} + +# Workaround style for places where the fg color is used instead of the text color. +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +# Style to set the toolbar to use a flat style. This is because the "New" button in +# Evolution is not drawn transparent. So if there is a gradient in the background it will +# look really wrong. +# See http://bugzilla.gnome.org/show_bug.cgi?id=446953. +style "evo_new_button_workaround" { +} + +# Make the XFCE desktop icons text backrounds look prettier (The only change to theme, Code by RAVEfinity Project) +style "xfdesktop-icon-view" { + +XfdesktopIconView::label-alpha = 100 + +base[NORMAL] = "#151515" +base[ACTIVE] = "#7F7C7C" +base[PRELIGHT] = "#7F7C7C" +base[SELECTED] = shade (0.98, @selected_bg_color) + +fg[NORMAL] = @selected_fg_color +fg[SELECTED] = @selected_fg_color +fg[ACTIVE] = @selected_fg_color +} + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# The default style is applied to every widget +class "GtkWidget" style "default" + +class "GtkSeparator" style "wide" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkEntry" style "entry" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "vscale" +class "GtkHScale" style "hscale" +class "GtkScrollbar" style "scrollbar" +class "GtkHScrollbar" style "hscrollbar" +class "GtkVScrollbar" style "vscrollbar" +class "GtkCalendar" style "calendar" +class "GtkInfoBar" style "infobar" + +# General matching follows. The order is choosen so that the right styles override +# each other. EG. progressbar needs to be more important than the menu match. +widget_class "*<GtkNotebook>" style "notebook_bg" +# This is not perfect, it could be done better. +# (That is modify *every* widget in the notebook, and change those back that +# we really don't want changed) +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook_bg" + +widget_class "*<GtkToolbar>*" style "toolbar" +widget_class "*<GtkScrolledWindow>*" style "scrolledwindow" + +widget_class "*<GtkButton>" style "button" +widget_class "*<GtkButton>*<GtkLabel>" style "button" +widget_class "*<GtkToolbar>.*.<GtkButton>*" style "notebook_button" +widget_class "*<GtkNotebook>" style "notebook" +widget_class "*<GtkStatusbar>" style "statusbar" +widget_class "*<GtkSpinButton>*" style "spinbutton" +widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button" +widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button" +widget_class "*<GtkRadioButton>*" style "radiocheck" +widget_class "*<GtkCheckButton>*" style "radiocheck" + +widget_class "*<GtkComboBoxEntry>*" style "comboboxentry" +widget_class "*<GtkCombo>*" style "comboboxentry" + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" +widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item" +widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "menubar_item" + +widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title" +widget_class "*.<GtkTreeView>*" style "treeview" + +widget_class "*<GtkProgress>" style "progressbar" +widget_class "*<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "calendar_menu_item" + +# Treeview headers (and similar stock GTK+ widgets) +widget_class "*.<GtkScrolledWindow>*<GtkTreeView>*" style "treeview_header_scrolled" +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkTreeView>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header" + +# Overlay scrollbar +widget_class "*<OsScrollbar>" style "overlay_scrollbar" +widget_class "*<OsThumb>" style "overlay_scrollbar" + +# The window of the tooltip is called "gtk-tooltip" +################################################################## +# FIXME: +# This will not work if one embeds eg. a button into the tooltip. +# As far as I can tell right now we will need to rework the theme +# quite a bit to get this working correctly. +# (It will involve setting different priorities, etc.) +################################################################## +widget "gtk-tooltip*" style "tooltips" + +########################################################################## +# Following are special cases and workarounds for issues in applications. +########################################################################## + +# Workaround for the evolution ETable (bug #527532) +widget_class "*.ETable.ECanvas" style "treeview_header" +# Workaround for the evolution ETree +widget_class "*.ETree.ECanvas" style "treeview_header" + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "nautilus_location" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that this work around assumes that the combobox is _not_ in appears-as-list mode. +widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround" +# This is the part of the workaround that fixes the menus +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color. +widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround" +# GtkCList also uses the fg color to draw text on top of the base colors. +widget_class "*<GtkCList>" style "fg_is_text_color_workaround" +# Nautilus when renaming files, and maybe other places. +widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround" +# Work around for ubuntu's lucid sound indicator +widget "ido-offscreen-scale" style "soundfix" +# Thickness for indicator menu items +widget "*IdoEntryMenuItem*" style "wide" + +# See the documentation of the style. +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" + +# Makes XFCE desktop icon and text backround tweaks work. +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Includes +#include "apps/banshee.rc" +include "apps/chromium.rc" +include "apps/ff.rc" +include "apps/gnome-terminal.rc" +include "apps/nautilus.rc" +include "apps/gnome-panel.rc" Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/img/arrow-down.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/img/arrow-down.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/img/handle-h.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/img/handle-h.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/img/handle-v.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/img/handle-v.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/img/panel-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/img/panel-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/img/panel-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/img/panel-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/img/panel-button-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/img/panel-button-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/img/panel.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-2.0/img/panel.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/baobab.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/baobab.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/baobab.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/baobab.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,25 @@ + +BaobabWindow GtkGrid { + background-color: @bg_color; +} + +BaobabLocationList GtkGrid { + background-color: transparent; +} + +.baobab-toolbar.toolbar { + border-color: shade (@bg_color, 0.9); + border-style: solid; + border-width: 0 0 1px 0; + border-radius: 0; +} + +.cell.baobab-level-cell, +.cell.baobab-level-cell:hover, +.cell.baobab-level-cell:selected, +.cell.baobab-level-cell:selected:hover { + border-color: alpha (black, 0.06); + border-width: 1px; + border-style: solid; + background-color: @base_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/california.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/california.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/california.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/california.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +CaliforniaViewWeekGrid { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/geary.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/geary.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/geary.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/geary.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +ComposerWidget { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/gedit.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/gedit.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/gedit.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/gedit.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,60 @@ +@define-color notebook_tab_gradient_b shade (@bg_color, 0.98); + +GeditWindow .pane-separator, +GeditWindow .pane-separator:hover { +} + +GeditPanel.title GtkLabel { +} + +GeditDocumentsPanel .view { +} + +GeditDocumentsPanel .view:backdrop { +} + +GeditWindow .notebook { + border-radius: 1px; +} + +GeditPanel .notebook { + border-radius: 1px; +} + +GeditPanel .notebook tab, +GeditWindow .notebook tab { + border-radius: 3px; +} + +GeditViewFrame .gedit-search-slider { + background-color: @base_color; + padding: 6px; + border-color: shade (@notebook_tab_gradient_b, 0.80); + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px 1px; + border-style: solid; +} + +GeditViewFrame .gedit-search-slider .not-found { + color: @error_fg_color; + background-image: none; + background-color: @error_bg_color; +} + +GeditViewFrame .gedit-search-slider .not-found:selected { + background-color: @selected_bg_color; + color: @selected_fg_color; +} + +GeditFileBrowserWidget .toolbar { + background-color: @bg_color; + border: none; + padding-bottom: 3px; +} + +.gedit-search-entry-occurrences-tag { + background-color: transparent; + color: @backdrop_text_color; + margin: 2px; + padding: 2px; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/glade.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/glade.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/glade.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/glade.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,8 @@ + +GladeEditor GtkContainer { + background-color: @bg_color +} + +GladeWindow GtkGrid { + background-color: @bg_color +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/gnome-panel.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/gnome-panel.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/gnome-panel.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/gnome-panel.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,97 @@ +/* Fallback Mode Panel */ +PanelWidget :backdrop, +PanelApplet :backdrop, +PanelToplevel :backdrop, +PanelWidget, +PanelApplet, +PanelToplevel { + border-image: none; + + color: @dark_fg_color; +} + +PanelWidget, +PanelApplet, +PanelToplevel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelApplet { + border-width: 0; +} + +PanelSeparator:backdrop, +PanelSeparator { + border-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + + color: @dark_fg_color; +} + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelApplet > GtkMenuBar.menubar.menuitem, +PanelMenuBar.menubar, +PanelMenuBar.menubar.menuitem { + -PanelMenuBar-icon-visible: true; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelAppletFrame { + background-color: @dark_bg_color; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-width: 0; +} + +PanelApplet .button:backdrop, +PanelApplet .button { + -GtkButton-inner-border: 2; + + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.6); + border-radius: 0; + border-width: 0 1px 0 1px; + + text-shadow: none; +} + +PanelApplet .button:active:prelight:backdrop, +PanelApplet .button:active:prelight, +PanelApplet .button:active:backdrop, +PanelApplet .button:active { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.7)), + to (shade (@dark_bg_color, 0.8))); + border-color: shade (@dark_bg_color, 0.7); +} + +PanelApplet .button:prelight:backdrop, +PanelApplet .button:prelight { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.3)), + to (shade (@dark_bg_color, 1.1))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.8); +} + +ClockBox { + text-shadow: 0 1px shade (@dark_bg_color, 1.08); +} + +WnckPager, WnckTasklist { + background-color: @dark_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/gnome-system-log.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/gnome-system-log.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/gnome-system-log.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/gnome-system-log.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,4 @@ +/* LP: #1045602 */ +LogviewWindow .view.dim-label, .dim-label { + color: @info_fg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/gnome-terminal.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/gnome-terminal.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/gnome-terminal.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/gnome-terminal.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,7 @@ +/* gnome-terminal */ +TerminalScreen { + -TerminalScreen-background-darkness: 0.97; + background-color: #060606; + color: #E8E8E8; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/nautilus.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -0,0 +1,238 @@ +@define-color cluebar_color shade (mix (@bg_color, @base_color, 0.5), 0.95); + +NautilusWindow *, +NemoWindow * { + -GtkPaned-handle-size: 1; +} + +NautilusDesktopWindow GtkWidget { + background-color: @transparent; +} + +.nautilus-canvas-item, +.nemo-canvas-item { + border-radius: 4px; +} + +/* desktop mode */ +.nautilus-desktop.nautilus-canvas-item, +.nemo-desktop.nemo-canvas-item { + color: @bg_color; + text-shadow: 1px 1px alpha (black, 0.8); +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nemo-desktop.nemo-canvas-item:active { + background-image: none; + background-color: alpha (@bg_color, 0.84); + + color: @fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:selected { + background-image: none; + background-color: alpha (@selected_bg_color, 0.84); + + color: @selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:active, +.nemo-desktop.nemo-canvas-item:prelight, +.nemo-desktop.nemo-canvas-item:selected { + text-shadow: none; +} + +/* browser window */ +NautilusTrashBar.info, +NautilusXContentBar.info, +NautilusSearchBar.info, +NautilusQueryEditor.info, +NemoTrashBar.info, +NemoXContentBar.info, +NemoSearchBar.info, +NemoQueryEditor.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.03)), + to (shade (@cluebar_color, 0.92))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); + border-radius: 0; + border-style: solid; + border-width: 0px 0px 1px 0px; +} + +NautilusTrashBar.info:backdrop, +NautilusXContentBar.info:backdrop, +NautilusSearchBar.info:backdrop, +NautilusQueryEditor.info:backdrop, +NemoTrashBar.info:backdrop, +NemoXContentBar.info:backdrop, +NemoSearchBar.info:backdrop, +NemoQueryEditor.info:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.01)), + to (shade (@cluebar_color, 0.96))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); +} + +NautilusSearchBar .entry, +NemoSearchBar .entry { +} + +.nautilus-cluebar-label, +.nemo-cluebar-label { + font: bold; +} + +.nautilus-cluebar-label:backdrop, +.nemo-cluebar-label:backdrop { + color: mix (@fg_color, @cluebar_color, 0.2); +} + +nautilus-search-button *:active, +nautilus-search-button *:active:prelight, +nemo-search-button *:active, +nemo-search-button *:active:prelight { + color: @dark_fg_color; +} + +NautilusFloatingBar, +NemoFloatingBar { + background-color: shade (@cluebar_color, 0.92); +} + +NautilusFloatingBar .button, +NemoFloatingBar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; +} + +/* sidebar */ +NautilusWindow .sidebar, +NautilusWindow .sidebar .view, +NemoWindow .sidebar, +NemoWindow .sidebar .view { + background-color: @cluebar_color; + + color: @fg_color; +} + +NautilusWindow .sidebar .frame, +NemoWindow .sidebar .frame { + border-style: none +} + +NautilusWindow .sidebar:backdrop, +NautilusWindow .sidebar .view:backdrop, +NemoWindow .sidebar:backdrop, +NemoWindow .sidebar .view:backdrop { + background-color: shade (@bg_color, 0.96); + color: mix (@fg_color, shade (@bg_color, 0.95), 0.2); +} + +NautilusWindow .sidebar row:selected, +NemoWindow .sidebar row:selected { + color: @selected_fg_color; +} + +NautilusWindow .sidebar row:selected:backdrop, +NemoWindow .sidebar row:selected:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (shade (@bg_color, 0.95), 0.94)), + to (shade (shade (@bg_color, 0.95), 0.86))); + border-top-color: shade (shade (@bg_color, 0.95), 0.88); + + color: @fg_color; +} + +NautilusWindow .pane-separator, +NemoWindow .pane-separator { + background-color: shade (shade (@bg_color, 0.95), 0.94); + border-color: @dark_bg_color; + border-style: solid; + border-width: 0; + box-shadow: none; +} + +NautilusWindow .pane-separator:backdrop, +NemoWindow .pane-separator:backdrop { + background-color: shade (shade (@bg_color, 0.95), 0.96); +} + +NautilusWindow .toolbar.menubar, +NemoWindow .toolbar.menubar { + -GtkToolbar-button-relief: normal; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.0)), + to (shade (@dark_bg_color, 1.2))); + color: @fg_color; + padding: 3px; + box-shadow: none; +} + +/* for breadcrumbs path bar */ +NautilusWindow .toolbar.menubar .button, +.nemo-pathbar-button, +NemoPathbarButton { + -GtkWidget-focus-line-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.4)), + to (shade (@dark_bg_color, 0.96))); + color: @dark_fg_color; + padding: 6px 6px; + border-width: 1px; + border-style: solid; + border-color: alpha(shade (@dark_bg_color, 0.80), 1.2); + -NemoPathbarButton-border-radius: 3px; +} + +NautilusWindow .toolbar.menubar .button:hover, +NautilusWindow .toolbar.menubar .button:active:hover, +NemoPathbarButton:hover, +NemoPathbarButton:active:hover { + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +NautilusWindow .toolbar.menubar .button:active, +NemoPathbarButton:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@selected_bg_color, 1.32), shade(@dark_bg_color, 1.1), 0.7)), + to (mix (shade (@selected_bg_color, 1.05), shade(@dark_bg_color, 1.18), 0.7))); + + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +.toolbar.menubar .separator { + border-color: shade (@dark_bg_color, 0.96); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* For Places Sidebar diskfull indicators */ + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, .65); + -NemoPlacesTreeView-disk-full-fg-color: shade(@selected_bg_color, 1.0); + -NemoPlacesTreeView-disk-full-bar-width: 1px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 1px; + -NemoPlacesTreeView-disk-full-max-length: 70px; +} + +NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, 2.0); + -NemoPlacesTreeView-disk-full-fg-color: shade(@fg_color, 2.0); +} + +NemoPlacesTreeView:hover { +} + +NemoPlacesTreeView:selected:hover { +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/software-center.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/software-center.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/software-center.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/software-center.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +.action-bar { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/unity.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/unity.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/unity.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/unity.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,131 @@ +/* Decorations */ + +UnityDecoration { + -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-input-extents: 10px; + + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 5px; + -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.78); + -UnityDecoration-active-shadow-radius: 30px; + -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.3); + -UnityDecoration-inactive-shadow-radius: 25px; + + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: rgb (221, 72, 20); + + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration.top { + border: 1px solid rgba (85, 40, 0, 0.04); /* shade (@dark_bg_color) (shade (#edebe6, 1.06) */ + border-bottom-width: 0; + border-radius: 6px 6px 0 0; + padding: 1px 6px 0 6px; + + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 1.065), inset 0 0 transparent; + + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityDecoration.top:backdrop { + border: 1px solid rgba (110, 27, 0, 0.04); /* shade @dark_bg_color - shade (#edebe6, 0.96) */ + border-bottom-width: 0; + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 0.96)), + to (@dark_bg_color)); + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 0.97), inset 0 0 transparent; + + color: #a39e9a; + text-shadow: 1px 0 1px shade (@dark_bg_color, 1.08), -1px 0 1px shade (@dark_bg_color, 1.08), + 0 1px 1px shade (@dark_bg_color, 1.08), 0 -1px 1px shade (@dark_bg_color, 1.08); +} + +UnityDecoration.left, +UnityDecoration.right { + background-color: shade (@bg_color, 0.7); + background-size: 1px 70px; + background-repeat: repeat-x; + + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #A8A8A8), + color-stop (0.5, #A8A8A8), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.left:backdrop, +UnityDecoration.right:backdrop { + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #B5B5B5), + color-stop (0.5, #B5B5B5), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.bottom { + background-image: none; + background-color: shade (@bg_color, 0.7); +} + +/* Panel Style */ + +UnityPanelWidget, +.unity-panel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + border-top-color: shade (#EDEDED, 1.08); + border-style: solid; + border-width: 1px 0 0 0; + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: #A3A3A3; +} + +.unity-panel.menubar, +.unity-panel .menubar { +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 1px 1px 0 1px; + icon-shadow: 0 -1px shade (@dark_bg_color, 1.06); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (shade (@dark_bg_color, 1.02))); +} + +@keyframes playbackmenuitem_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: playbackmenuitem_spinner 1s infinite linear; + color: @selected_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/unity-greeter.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/unity-greeter.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/unity-greeter.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/apps/unity-greeter.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,94 @@ +.lightdm.menu { + background-image: none; + background-color: alpha (black, 0.6); + border-color: alpha (white, 0.2); + border-radius: 4px; + padding: 1px; + + color: white; +} + +.lightdm-combo .menu { + background-color: shade (@dark_bg_color, 1.08); + border-radius: 0px; + padding: 0px; + + color: white; +} + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: white; +} + +.lightdm.menubar { + background-image: none; + background-color: alpha (black, 0.5); +} + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .entry, +.lightdm.button, +.lightdm.entry { + background-image: none; + background-color: alpha (black, 0.3); + border-color: alpha (white, 0.6); + border-radius: 5px; + padding: 7px; + + color: white; + text-shadow: none; +} + +.lightdm.button, +.lightdm.button:hover, +.lightdm.button:active, +.lightdm.button:active:focused, +.lightdm.entry, +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focused { + background-image: none; + border-image: none; +} + +.lightdm.button:focused, +.lightdm.entry:focused { + border-color: alpha (white, 0.9); + border-width: 1px; + border-style: solid; + + color: white; +} + +.lightdm.entry:selected { + background-color: alpha (white, 0.2); +} + +@keyframes dashentry_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; +} + +.lightdm.option-button { + padding: 2px; + background: none; + border: 0; +} + +.lightdm.toggle-button { + background: none; + border-width: 0; +} + +.lightdm.toggle-button.selected { + background-color: alpha (black, 0.3); + border-width: 1px; +} Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/backdrop-radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-active-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-active-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-default-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-default-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-default-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-default-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-default-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-default-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-default.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-default.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-menuitem-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-menuitem-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-arrow-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-arrow-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-arrow.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-arrow.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-button-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-button-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/frame.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/frame.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/notebook-tab-bottom.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/notebook-tab-bottom.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/notebook-tab-left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/notebook-tab-left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/notebook-tab-right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/notebook-tab-right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/notebook-tab-top.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/notebook-tab-top.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/progressbar-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/progressbar-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/progressbar-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/progressbar-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/progressbar-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/progressbar-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/progressbar-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/progressbar-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radiance-entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-horizontal-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-horizontal-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-horizontal-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-horizontal-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-horizontal-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-horizontal-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-vertical-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-vertical-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-vertical-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-vertical-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-vertical-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-vertical-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scale-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scrollbar_handle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scrollbar_handle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scrollbar_handle_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/scrollbar_handle_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-horizontal-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-horizontal-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-horizontal-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-horizontal-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-horizontal-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-horizontal-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-horizontal-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-horizontal-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-horizontal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-horizontal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_prelight_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_prelight_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_vertical_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_vertical_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-vertical-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-vertical-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-vertical-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-vertical-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-vertical-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-vertical-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-vertical-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-vertical-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_vertical_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_vertical_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/slider-vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-button-off-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-button-off-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-button-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-button-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-button-on-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-button-on-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-button-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-button-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-trough-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-trough-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-trough-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-trough-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-trough-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-trough-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-trough-toolbar-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-trough-toolbar-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-trough-toolbar-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/assets/switch-trough-toolbar-on.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1 @@ +@import url("gtk-main.css"); \ No newline at end of file diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-main.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-main.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-main.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-main.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,70 @@ +/*default color scheme */ +@define-color bg_color #F2F2F2; +@define-color fg_color #4C4C4C; +@define-color base_color #ffffff; +@define-color text_color #3C3C3C; +@define-color selected_bg_color #6E9AD8; +@define-color selected_fg_color #ffffff; +@define-color tooltip_bg_color #000000; +@define-color tooltip_fg_color #ffffff; + +/* misc colors used by gtk+ + * + * Gtk doesn't currently expand color variables for style properties. Thus, + * gtk-widgets.css uses literal color names, but includes a comment containing + * the name of the variable. Please remember to change values there as well + * when changing one of the variables below. + */ +@define-color info_fg_color rgb (181, 171, 156); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (173, 120, 41); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (97, 122, 214); +@define-color question_bg_color rgb (138, 173, 212); +@define-color error_fg_color rgb (235, 235, 235); +@define-color error_bg_color rgb (223, 56, 44); +@define-color link_color @selected_bg_color; +@define-color success_color #4e9a06; +@define-color error_color #df382c; + +/* theme common colors */ +@define-color button_bg_color shade (@bg_color, 1.02); /*shade (#cdcdcd, 1.08);*/ +@define-color notebook_button_bg_color shade (@bg_color, 1.02); +@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6); +@define-color dark_bg_color #DFDFDF; +@define-color dark_fg_color @fg_color; + +@define-color backdrop_fg_color mix (@bg_color, @fg_color, 0.8); +@define-color backdrop_text_color mix (@base_color, @text_color, 0.8); +@define-color backdrop_dark_fg_color mix (@dark_bg_color, @dark_fg_color, 0.75); +@define-color backdrop_selected_bg_color shade (@bg_color, 0.92); +@define-color backdrop_selected_fg_color @fg_color; + +@define-color focus_color alpha (@selected_bg_color, 0.5); +@define-color focus_bg_color alpha (@selected_bg_color, 0.1); + +@define-color shadow_color alpha(black, 0.5); + +@define-color osd_fg_color #eeeeec; +@define-color osd_bg_color alpha(#202526, 0.7); +@define-color osd_border_color alpha(black, 0.7); + +@import url("gtk-widgets-borders.css"); +@import url("gtk-widgets-borders-radiance.css"); +@import url("gtk-widgets-assets.css"); +@import url("gtk-widgets-assets-radiance.css"); +@import url("gtk-widgets.css"); +@import url("gtk-widgets-radiance.css"); +@import url("apps/geary.css"); +@import url("apps/unity.css"); +@import url("apps/unity-greeter.css"); +@import url("apps/baobab.css"); +@import url("apps/gedit.css"); +@import url("apps/nautilus.css"); +@import url("apps/gnome-panel.css"); +@import url("apps/gnome-terminal.css"); +@import url("apps/gnome-system-log.css"); +@import url("apps/glade.css"); +@import url("apps/california.css"); +@import url("apps/software-center.css"); +@import url("public-colors.css"); diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-assets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-assets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-assets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-assets.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,562 @@ +/*************** + * Resize grip * + ***************/ + +.grip { + background-color: transparent; + /*background-image: url("assets/resize-grip.svg");*/ +} + +/************************* + * Check and Radio items * + *************************/ + +/* draw regular check and radio items using our SVG assets */ +.check { + -gtk-icon-source: url("assets/check-unselected.png"); +} + +.check:hover { + -gtk-icon-source: url("assets/check-unselected-hover.png"); +} + +.check row, +.check row:selected, +.check row:selected:focus { + -gtk-icon-source: url("assets/check-unselected-alt.png"); +} + +.check row:hover, +.check row:selected:hover, +.check row:selected:focus:hover { + -gtk-icon-source: url("assets/check-unselected-hover-alt.png"); +} + +.check:insensitive { + -gtk-icon-source: url("assets/check-unselected-disabled.png"); +} + +.check row:insensitive { + background-color: transparent; +} + +.check row:insensitive, +.check row:selected:insensitive, +.check row:selected:focus:insensitive { + background-color: transparent; + -gtk-icon-source: url("assets/check-unselected-disabled-alt.png"); +} + +.check:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected.png"); +} + +.check:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover.png"); +} + +.check row:backdrop, +.check row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-alt.png"); +} + +.check row:hover:backdrop, +.check row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover-alt.png"); +} + +.check:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled.png"); +} + +.check row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled-alt.png"); +} + +.check:checked { + -gtk-icon-source: url("assets/check-selected.png"); +} + +.check:checked:hover { + -gtk-icon-source: url("assets/check-selected-hover.png"); +} + +.check row:checked, +.check row:selected:checked, +.check row:selected:focus:checked { + -gtk-icon-source: url("assets/check-selected-alt.png"); +} + +.check row:checked:hover, +.check row:selected:checked:hover, +.check row:selected:checked:focus:hover { + -gtk-icon-source: url("assets/check-selected-hover-alt.png"); +} + +.check:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled.png"); +} + +.check row:checked:insensitive, +.check row:selected:checked:insensitive, +.check row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled-alt.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover.png"); +} + +.check row:checked:backdrop, +.check row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-alt.png"); +} + +.check row:checked:hover:backdrop, +.check row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover-alt.png"); +} + +.check:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled.png"); +} + +.check row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled-alt.png"); +} + +.check:inconsistent { + -gtk-icon-source: url("assets/check-mixed.png"); +} + +.check:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover.png"); +} + +.check row:inconsistent, +.check row:selected:inconsistent, +.check row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/check-mixed-alt.png"); +} + +.check row:inconsistent:hover, +.check row:selected:inconsistent:hover, +.check row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled.png"); +} + +.check row:inconsistent:insensitive, +.check row:selected:inconsistent:insensitive, +.check row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled-alt.png"); +} + +.check:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed.png"); +} + +.check:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover.png"); +} + +.check row:inconsistent:backdrop, +.check row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-alt.png"); +} + +.check row:inconsistent:hover:backdrop, +.check row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled.png"); +} + +.check row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled-alt.png"); +} + +.radio { + -gtk-icon-source: url("assets/radio-unselected.png"); +} + +.radio:hover { + -gtk-icon-source: url("assets/radio-unselected-hover.png"); +} + +.radio row, +.radio row:selected, +.radio row:selected:focus { + -gtk-icon-source: url("assets/radio-unselected-alt.png"); +} + +.radio row:hover, +.radio row:selected:hover, +.radio row:selected:focus:hover { + -gtk-icon-source: url("assets/radio-unselected-hover-alt.png"); +} + +.radio:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled.png"); +} + +.radio row:insensitive { + background-color: transparent; +} + +.radio row:insensitive, +.radio row:selected:insensitive, +.radio row:selected:focus:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled-alt.png"); +} + +.radio:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected.png"); +} + +.radio:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover.png"); +} + +.radio row:backdrop, +.radio row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-alt.png"); +} + +.radio row:hover:backdrop, +.radio row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover-alt.png"); +} + +.radio:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled.png"); +} + +.radio row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled-alt.png"); +} + +.radio:checked { + -gtk-icon-source: url("assets/radio-selected.png"); +} + +.radio:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover.png"); +} + +.radio row:checked, +.radio row:selected:checked, +.radio row:selected:focus:checked { + -gtk-icon-source: url("assets/radio-selected-alt.png"); +} + +.radio row:checked:hover, +.radio row:selected:checked:hover, +.radio row:selected:focus:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled.png"); +} + +.radio row:insensitive, +.radio row:selected:checked:insensitive, +.radio row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled-alt.png"); +} + +.radio:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected.png"); +} + +.radio:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover.png"); +} + +.radio row:checked:backdrop, +.radio row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-alt.png"); +} + +.radio row:checked:hover:backdrop, +.radio row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled.png"); +} + +.radio row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled-alt.png"); +} + +.radio:inconsistent { + -gtk-icon-source: url("assets/radio-mixed.png"); +} + +.radio:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover.png"); +} + +.radio row:inconsistent, +.radio row:selected:inconsistent, +.radio row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover, +.radio row:selected:inconsistent:hover, +.radio row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled.png"); +} + +.radio row:inconsistent:insensitive, +.radio row:selected:inconsistent:insensitive, +.radio row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled-alt.png"); +} + +.radio:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed.png"); +} + +.radio:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover.png"); +} + +.radio row:inconsistent:backdrop, +.radio row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover:backdrop, +.radio row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled.png"); +} + +.radio row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled-alt.png"); +} + +.primary-toolbar .menu .check, +.menubar.toolbar .menu .check, +.header-bar .menu .check, +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .radio, +.menubar.toolbar .menu .radio, +.header-bar .menu .radio, +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .check:checked, +.menubar.toolbar .menu .check:checked, +.header-bar .menu .check:checked, +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:hover, +.menu .check:checked:hover { + -gtk-icon-source: url("assets/check-menuitem.png"); +} + +.primary-toolbar .menu .check:checked:insensitive, +.menubar.toolbar .menu .check:checked:insensitive, +.header-bar .menu .check:checked:insensitive, +.toolbar .menu .check:checked:hover:insensitive, +.menu .check:checked:insensitive, +.menu .check:checked:hover:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive.png"); +} + +.toolbar .menu .radio:checked:hover, +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem.png"); +} + +.primary-toolbar .menu .radio:checked:insensitive, +.menubar.toolbar .menu .radio:checked:insensitive, +.header-bar .menu .radio:checked:insensitive, +.toolbar .menu .radio:checked:hover:insensitive, +.menu .radio:checked:insensitive, +.menu .radio:checked:hover:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive.png"); +} + +.toolbar .menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.toolbar .menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.toolbar .menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} + +/********************* + * GtkScale's slider * + *********************/ +.scale.slider, +.scale.slider.horizontal { + background-image: url("assets/slider-horizontal.png"); +} + +.scale.slider:backdrop, +.scale.slider.horizontal:backdrop { + /*background-image: url("assets/slider-horizontal-disabled.png");*/ +} + +.scale.slider:hover, +.scale.slider.horizontal:hover { + background-image: url("assets/slider-horizontal-hover.png"); +} + +.scale.slider:focused, +.scale.slider.horizontal:focused { + background-image: url("assets/slider-horizontal-focused.png"); +} + +.scale.slider:hover:focused, +.scale.slider.horizontal:hover:focused { + background-image: url("assets/slider-horizontal-focused-hover.png"); +} + +.scale.slider:insensitive, +.scale.slider.horizontal:insensitive { + background-image: url("assets/slider-horizontal-disabled.png"); +} + +.scale.slider:insensitive:backdrop, +.scale.slider.horizontal:insensitive:backdrop { + /*background-image: url("assets/slider-horizontal-backdrop-disabled.png");*/ +} + +.scale.slider.vertical { + background-image: url("assets/slider-vertical.png"); +} + +.scale.slider.vertical:backdrop { + /*background-image: url("assets/slider-vertical-backdrop.png");*/ +} + +.scale.slider.vertical:hover { + background-image: url("assets/slider-vertical-hover.png"); +} + +.scale.slider.vertical:focused { + background-image: url("assets/slider-vertical-focused.png"); +} + +.scale.slider.vertical:hover:focused { + background-image: url("assets/slider-vertical-focused-hover.png"); +} + +.scale.slider.vertical:insensitive { + background-image: url("assets/slider-vertical-disabled.png"); +} + +.scale.slider.vertical:insensitive:backdrop { + /*background-image: url("assets/slider-vertical-backdrop-disabled.png");*/ +} + +/*.scale.scale-has-marks-above.slider.horizontal { + background-image: url("assets/slider-up.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:insensitive { + background-image: url("assets/slider-up-disabled.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop { + background-image: url("assets/slider-up-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-up-backdrop-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical { + background-image: url("assets/slider-left.png"); +} + +.scale.scale-has-marks-above.slider.vertical:insensitive { + background-image: url("assets/slider-left-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop { + background-image: url("assets/slider-left-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-left-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal { + background-image: url("assets/slider-down.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:insensitive { + background-image: url("assets/slider-down-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop { + background-image: url("assets/slider-down-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-down-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical { + background-image: url("assets/slider-right.png"); +} + +.scale.scale-has-marks-below.slider.vertical:insensitive { + background-image: url("assets/slider-right-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop { + background-image: url("assets/slider-right-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-right-backdrop-disabled.png"); +}*/ + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-assets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-assets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-assets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-assets-radiance.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,23 @@ +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-borders.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-borders.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-borders.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-borders.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,313 @@ +/* Borders */ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border: 1px solid #2e2e2c; + border-bottom-width: 0px; + border-radius: 4px 4px 0 0; +} + +/********* + * entry * + *********/ +.entry { + border-radius: 8px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.entry { + border-image: url("assets/entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:backdrop { + border-image: url("assets/backdrop-entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:focus { + border-image: url("assets/entry-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive { + border-image: url("assets/entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive:backdrop { + border-image: url("assets/backdrop-entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + border-radius: 8px; + border-width: 0; +} + +/****************** + * combobox entry * + ******************/ +GtkComboBox.combobox-entry .entry:first-child, +GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 1px 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +GtkComboBox.combobox-entry .entry:last-child, +GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +GtkComboBox.combobox-entry .button { + border-image: url("assets/combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:backdrop { + border-image: url("assets/backdrop-combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive { + border-image: url("assets/combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive:backdrop { + border-image: url("assets/backdrop-combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:active:focus { + border-image: url("assets/combobox-button-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:first-child, +.primary-toolbar GtkComboBox.combobox-entry .button:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:first-child, +.header-bar GtkComboBox.combobox-entry .entry:first-child, +.header-bar GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:last-child, +.primary-toolbar GtkComboBox.combobox-entry .button:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:last-child, +.header-bar GtkComboBox.combobox-entry .entry:last-child, +.header-bar GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +.notebook tab.top:active { + border-image: url("assets/notebook-tab-top.png") 8 10 1 10 / 8px 10px 1px 10px stretch; +} + +.notebook tab.right:active { + border-image: url("assets/notebook-tab-right.png") 10 8 10 1 / 10px 8px 10px 1px stretch; +} + +.notebook tab.bottom:active { + border-image: url("assets/notebook-tab-bottom.png") 1 10 8 10 / 1px 10px 8px 10px stretch; +} + +.notebook tab.left:active { + border-image: url("assets/notebook-tab-left.png") 10 1 10 8 / 10px 1px 10px 8px stretch; +} + +/* unfocused window: generic element borders */ +.button:backdrop, +GtkComboBox.combobox-entry .entry:backdrop, +GtkComboBox.combobox-entry .button:backdrop, +.entry:backdrop, +GtkSwitch.trough:backdrop, +.trough:backdrop { +} + +.trough, +.trough.highlight { + border-radius: 4px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.trough { + border-image: url("assets/progressbar-horizontal-trough.png") 6 7 6 7 / 6px 7px 6px 7px stretch; +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +.trough row { +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +GtkSwitch.trough { + border-image: url("assets/switch-trough-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.trough:active { + border-image: url("assets/switch-trough-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough, +.menubar.toolbar GtkSwitch.trough, +.header-bar GtkSwitch.trough { + border-image: url("assets/switch-trough-toolbar-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough:active, +.menubar.toolbar GtkSwitch.trough:active, +.header-bar GtkSwitch.trough:active { + border-image: url("assets/switch-trough-toolbar-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:active:backdrop, +GtkSwitch.trough:insensitive, +GtkSwitch.trough:active:insensitive { + border-image: url("assets/switch-trough-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.slider { + border-image: url("assets/switch-button-off.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +GtkSwitch.slider:active { + border-image: url("assets/switch-button-on.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:backdrop, +GtkSwitch.slider:insensitive { + border-image: url("assets/switch-button-off-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:active:backdrop, +GtkSwitch.slider:active:insensitive { + border-image: url("assets/switch-button-on-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-image: url("assets/progressbar-horizontal-fill.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical { + border-image: url("assets/progressbar-vertical-fill.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop { + border-image: url("assets/progressbar-horizontal-fill-backdrop.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical:backdrop { + border-image: url("assets/progressbar-vertical-fill-backdrop.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.scale.trough { + border-image: url("assets/scale-horizontal-trough.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:insensitive { + border-image: url("assets/scale-horizontal-trough-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:backdrop { + border-image: url("assets/scale-horizontal-trough-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical { + border-image: url("assets/scale-vertical-trough.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.vertical:insensitive { + border-image: url("assets/scale-vertical-trough-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left { + border-image: url("assets/scale-horizontal-fill.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical:backdrop { + border-image: url("assets/scale-vertical-trough-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left:insensitive { + border-image: url("assets/scale-horizontal-fill-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.left:backdrop { + border-image: url("assets/scale-horizontal-fill-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.bottom.vertical { + border-image: url("assets/scale-vertical-fill.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:insensitive { + border-image: url("assets/scale-vertical-fill-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:backdrop { + border-image: url("assets/scale-vertical-fill-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-borders-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-borders-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-borders-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-borders-radiance.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,38 @@ + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/radiance-entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/radiance-entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/radiance-combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/radiance-combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/radiance-combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border-color: #b8ab9c; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:20.000000000 +0000 @@ -0,0 +1,2126 @@ +* { + -GtkArrow-arrow-scaling: 0.6; + -GtkButton-child-displacement-x: 1; + -GtkButton-child-displacement-y: 1; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-interior-focus: true; + -GtkButton-inner-border: 3; + -GtkCheckButton-indicator-size: 18; + -GtkCheckMenuItem-indicator-size: 16; + -GtkEntry-inner-border: 2; + -GtkEntry-progress-border: 0; + -GtkExpander-expander-size: 8; + -GtkHTML-link-color: #6E9AD8; /* @link_color */ + -GtkIMHtml-hyperlink-color: #6E9AD8; /* @link_color */ + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 5px; + -GtkMenuBar-internal-padding: 0; + -GtkMenuItem-arrow-scaling: 0.6; + -GtkNotebook-tab-overlap: 1; + -GtkPaned-handle-size: 6; + -GtkProgressBar-min-horizontal-bar-height: 14; + -GtkProgressBar-min-vertical-bar-width: 14; + -GtkRange-trough-border: 0; + -GtkRange-slider-width: 14; + -GtkRange-stepper-size: 13; + -GtkRange-trough-under-steppers: 1; + -GtkRange-stepper-spacing: 0; + -GtkScale-trough-border: 0; + -GtkScrollbar-activate-slider: 1; + -GtkScrollbar-trough-border: 0; + -GtkScrollbar-min-slider-length: 31; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkSeparatorMenuItem-horizontal-padding: 0; + -GtkStatusbar-shadow-type: none; + -GtkTextView-error-underline-color: #df382c; /* @error_color */ + -GtkToolButton-icon-spacing: 6; + -GtkToolItemGroup-expander-size: 11; + -GtkToolbar-internal-padding: 0; + -GtkTreeView-expander-size: 8; + -GtkTreeView-vertical-separator: 0; + -GtkWidget-separator-width: 2; + -GtkWidget-separator-height: 2; + -GtkWidget-link-color: #6E9AD8; /* @link_color */ + -GtkWidget-visited-link-color: #6E9AD8; /* @link_color */ + -GtkWindow-resize-grip-width: 0; + -GtkWindow-resize-grip-height: 0; + -WnckTasklist-fade-overlay-rect: 0; + + background-origin: border-box; + background-clip: padding-box; +} + +.background { + color: @fg_color; + background-color: @bg_color; +} + +.background:backdrop { + color: @backdrop_fg_color; +} + +/* LP: #1285783 */ +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; +} + +GtkPaned { + background-color: @bg_color; +} + +/* Background hack to make DejaDup Assistant windows not turn black when + * overlay scrollbars are enabled. + */ +Assistant GtkEventBox { + background-color: @bg_color; +} + +/* ... and for Evolution's mail preferences window */ +EPreferencesWindow GtkNotebook GtkAlignment GtkVBox { + background-color: @bg_color; +} + +/************* + * assistant * + *************/ +GtkAssistant .sidebar .highlight { + color: @fg_color; + font: bold; +} + +GtkAssistant .sidebar { + background-color: shade (@bg_color, 0.97); + border-right-color: shade (@bg_color, 0.8); + border-radius: 0; + border-style: solid; + border-width: 0 1px 0 0; + padding: 12px; + + color: mix (@fg_color, @bg_color, 0.40); + text-shadow: 0 1px shade (@bg_color, 1.04); + + box-shadow: inset -1px 0 shade (@bg_color, 0.94); +} + +/********** + * button * + **********/ +.button { + padding: 5px 6px; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + + border: 1px solid transparent; + border-radius: 8px; + border-image-source: url("assets/button.png"); + + /* all button border images have the same size and are sliced in the same way */ + border-image-width: 10px 12px 10px 12px; + border-image-slice: 10 12 10 12; + border-image-repeat: stretch; +} + +.button.flat { + background-image: none; + border-image-source: none; +} + +.button:backdrop { + background-image: none; + background-color: @bg_color; + border-image-source: url("assets/backdrop-button.png"); + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +.button.flat:backdrop { + border-image-source: none; +} + +.button:focus { + border-image-source: url("assets/button-focused.png"); +} + +.button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.12)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.96))); + border-image-source: url("assets/button-hover.png"); +} + +.button:hover:backdrop { + background-color: shade (@bg_color, 1.04); + border-image-source: url("assets/backdrop-button-hover.png"); +} + +.button:hover:focus { + border-image-source: url("assets/button-focused-hover.png"); +} + +.button:insensitive { + background-image: none; + background-color: mix (#ebebeb, @bg_color, 0.5); + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + border-image-source: url("assets/button-disabled.png"); +} + +.button:insensitive:backdrop { + background-color: #ebebeb; + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); + border-image-source: url("assets/backdrop-button-disabled.png"); +} + +.button.flat:insensitive, +.button.flat:insensitive:backdrop { + background-color: transparent; + border-image-source: none; +} + +.button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + border-image-source: url("assets/button-active.png"); +} + +.button:checked:focus { + border-image-source: url("assets/button-active-focused.png"); +} + +.button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#dcdcdc), + to (#f3f3f3)); + border-image-source: url("assets/button-active-hover.png"); +} + +.button:active:focus { + border-image-source: url("assets/button-active-focused-hover.png"); +} + +.button:active:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#e3e3e3), + to (#f3f3f3)); + border-image-source: url("assets/button-active-disabled.png"); +} + +.button:checked:backdrop { + border-image-source: url("assets/backdrop-button-active.png"); +} + +.button:active:backdrop { + border-image-source: url("assets/backdrop-button-active-hover.png"); +} + +.button:checked:insensitive:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (#e3e3e3, @bg_color, 0.5)), + to (mix (#f3f3f3, @bg_color, 0.5))); + border-image-source: url("assets/backdrop-button-active-disabled.png"); +} + +.button.default { + border-image-source: url("assets/button-default.png"); +} + +.button.default:hover { + border-image-source: url("assets/button-default-hover.png"); +} + +.button.default:focus { + border-image-source: url("assets/button-default-focused.png"); +} + +.button.default:focus:hover { + border-image-source: url("assets/button-default-focused-hover.png"); +} + +/****************** + * Linked Widgets * + *****************/ +.linked > .entry, +.linked > .button, +.linked > GtkComboBox > .button { + border-radius: 0; + border-image-width: 10px 0 10px 0; + border-width: 1px 0 1px 0; + box-shadow: inset -1px 0 shade (@bg_color, 0.84); +} + +.linked > .entry:first-child, +.linked > .button:first-child, +.linked > GtkComboBox:first-child > .button { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; +} + +.linked > .entry:last-child, +.linked > .button:last-child, +.linked > GtkComboBox:last-child > .button { + border-image-width: 10px 12px 10px 0; + border-radius: 0 8px 8px 0; + box-shadow: none; +} + +.linked > .entry:only-child, +.linked > .button:only-child, +.linked > GtkComboBox:only-child > .button { + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +.primary-toolbar .linked .button, +.header-bar .linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.header-bar .linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.header-bar .linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4) +} + +.primary-toolbar .linked .button:active, +.header-bar .linked .button:active, +.primary-toolbar .linked .button:insensitive, +.header-bar .linked .button:insensitive { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:only-child, +.header-bar .linked .button:only-child { + box-shadow: none; +} + +/**************** + * cell and row * + ****************/ +.cell { + -GtkCheckButton-indicator-size: 16; + + background-color: @base_color; + border-radius: 0; + border-width: 0; +} + +row:selected { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@selected_bg_color, 1.06)), + to (shade (@selected_bg_color, 0.94))); + border-top-color: shade (@selected_bg_color, 0.88); + border-style: solid; + border-width: 1px 0 0 0; + + color: @selected_fg_color; +} + +row:selected:backdrop { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@backdrop_selected_bg_color, 1.06)), + to (shade (@backdrop_selected_bg_color, 0.94))); + border-top-color: shade (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + +/******************* + * check and radio * + *******************/ + +/* Draw a focus ring around the contained label ... */ +GtkCheckButton.text-button GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +GtkCheckButton.text-button:focus GtkLabel { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +/* ... unless it's a proper button, which already has a focus-colored border */ +.button.text-button:focus GtkLabel { + border: none; + background: none; +} + +.menu .radio * { + box-shadow: none; +} + +/***************** + * column-header * + *****************/ +column-header .button, +column-header .button:active { + border-radius: 0; + border-width: 0 1px 1px 0; + border-image: none; +} + +column-header .button { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.06)), + to (shade (@bg_color, 1.04))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); + + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.4); +} + +column-header .button:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.02))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.94)), + to (shade (@bg_color, 0.88))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.03), + inset 0 -1px shade (@bg_color, 1.03); +} + +column-header .button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.13)), + to (shade (@bg_color, 1.08))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + +column-header .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.1)), + to (shade (@bg_color, 1.06))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + + +column-header:nth-child(last) .button { + border-width: 0 0 1px 0; +} + +/**************** + * Content view * + ****************/ +.content-view.view { + background-color: shade (@bg_color, 1.01); +} + +.content-view.view:prelight { + background-color: shade (@bg_color, 1.03); +} + +.view:selected, +.view:active, +.content-view.view:selected, +.content-view.view:active { + background-color: @selected_bg_color; +} + +.content-view.view:insensitive { + background-color: @bg_color; +} + +.content-view.view:backdrop { + background-color: @bg_color; +} + +.content-view.view:selected:backdrop { + background-color: @backdrop_selected_bg_color; +} + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; +} + +/********* + * entry * + *********/ +.entry { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@base_color, 0.96)), + to (@base_color)); + padding: 5px 7px; + + color: @text_color; +} + +.entry:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@base_color, 0.96), @bg_color, 0.5)), + to (mix (@base_color, @bg_color, 0.5))); + color: @backdrop_text_color; +} + +.entry:selected, +.entry:selected:focused { + background-color: @selected_bg_color; + + color: @selected_fg_color; +} + +.entry:insensitive { + background-color: #f5f5f5; + background-image: none; + + color: mix (@text_color, @base_color, 0.4); +} + +.entry:insensitive:backdrop { + background-color: mix (#f5f5f5, @bg_color, 0.5); + + color: mix (@text_color, @base_color, 0.4); +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.8)), + color-stop (0.1, shade (@selected_bg_color, 0.9)), + to (shade (@selected_bg_color, 1.1))); + border-width: 0; + + color: @selected_fg_color; +} + +/************ + * expander * + ************/ +.expander { + color: @fg_color; +} + +/********* + * frame * + *********/ +.frame { + border-radius: 3px; + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.82); + border-image: none; + background: none; +} + +.frame.flat { + border: none; +} + +/**************** + * window-frame * + ****************/ + +.window-frame.csd.popup { + border-style: none; + border-radius: 0; + box-shadow: 0 3px 8px @shadow_color; +} + +.window-frame { + border: none; + border-radius: 2px 2px 0 0; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), + 0 6px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); + + /* this is used for the resize cursor area */ + margin: 15px; +} + +.window-frame:backdrop { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.12); +} + +.window-frame.tiled { + border-radius: 0; +} + +.window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: none; +} + +.window-frame.csd.message-dialog { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), + 0 3px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); +} + +/******* + * CSD * + *******/ +.titlebar { + border-radius: 0px; + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +.tiled .titlebar { + border-radius: 0; +} + +.maximized .titlebar { + border-radius: 0; +} + +/* this is the default titlebar that is added by GTK + * when client-side decorations are in use and the application + * does not set a custom titlebar. + */ +.titlebar.default-decoration { + border: none; + box-shadow: none; +} + +.titlebar .title { + font: bold; +} + +.titlebar:backdrop { + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + background-color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +/************ + * iconview * + ************/ +.view { + background-color: @base_color; + color: @text_color; +} + +GtkIconView.view.cell:selected, +GtkIconView.view.cell:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.0)), + to (shade (@selected_bg_color, 0.9))); + border-radius: 5px; + border-style: solid; + border-width: 1px; + border-color: shade (@selected_bg_color, 0.8); + border-bottom-color: shade (@selected_bg_color, 0.7); + + color: @selected_fg_color; + + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.05), + inset -1px 0 shade (@selected_bg_color, 1.05), + inset 0 1px shade (@selected_bg_color, 1.08), + inset 0 -1px shade (@selected_bg_color, 1.0); +} + +.rubberband { + background-color: alpha (@selected_bg_color, 0.35); + border-color: @selected_bg_color; + border-radius: 0; + border-style: solid; + border-width: 1px; +} + +GtkIconView.cell { + background-color: transparent; +} + +/*********** + * infobar * + ***********/ +.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@info_bg_color, 1.04)), + to (shade (@info_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @info_fg_color; + + border-color: shade (@info_bg_color, 0.8); + border-bottom-color: shade (@info_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@info_bg_color, 1.08), + inset -1px 0 shade (@info_bg_color, 1.08), + inset 0 1px shade (@info_bg_color, 1.1), + inset 0 -1px shade (@info_bg_color, 1.04); +} + +.warning { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@warning_bg_color, 1.04)), + to (shade (@warning_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @warning_fg_color; + + border-color: shade (@warning_bg_color, 0.8); + border-bottom-color: shade (@warning_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@warning_bg_color, 1.08), + inset -1px 0 shade (@warning_bg_color, 1.08), + inset 0 1px shade (@warning_bg_color, 1.1), + inset 0 -1px shade (@warning_bg_color, 1.04); +} + +.question { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@question_bg_color, 1.04)), + to (shade (@question_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @question_fg_color; + + border-color: shade (@question_bg_color, 0.8); + border-bottom-color: shade (@question_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@question_bg_color, 1.08), + inset -1px 0 shade (@question_bg_color, 1.08), + inset 0 1px shade (@question_bg_color, 1.1), + inset 0 -1px shade (@question_bg_color, 1.04); +} + +.error { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@error_bg_color, 1.04)), + to (shade (@error_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @error_fg_color; + + border-color: shade (@error_bg_color, 0.8); + border-bottom-color: shade (@error_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@error_bg_color, 1.08), + inset -1px 0 shade (@error_bg_color, 1.08), + inset 0 1px shade (@error_bg_color, 1.1), + inset 0 -1px shade (@error_bg_color, 1.04); +} + +/******** + * menu * + ********/ +GtkTreeMenu.menu, +.toolbar .header-bar .menu, +GtkMenuToolButton.menu, +.primary-toolbar .button .menu, +.header-bar .button .menu, +.menu { + background-image: none; + background-color: shade (@dark_bg_color, 1.08); + border-bottom-color: shade (@dark_bg_color, 0.96); + border-left-color: shade (@dark_bg_color, 0.8); + border-right-color: shade (@dark_bg_color, 0.8); + border-top-color: shade (@dark_bg_color, 0.96); + padding: 0; + border-width: 1px; + border-style: solid; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.18), + inset 0 -1px shade (@dark_bg_color, 1.18), + inset -1px 0 shade (@dark_bg_color, 1.16), + inset 1px 0 shade (@dark_bg_color, 1.18); + + margin: 1px; +} + +.toolbar .menu, +GtkComboBox .menu { + background-image: none; + background-color: @bg_color; + border-bottom-color: shade (@bg_color, 0.66); + border-left-color: shade (@bg_color, 0.7); + border-right-color: shade (@bg_color, 0.7); + border-top-color: shade (@bg_color, 0.8); + border-style: solid; + padding: 0; + + color: @fg_color; + + box-shadow: inset -1px 0 shade (@bg_color, 1.18), + inset 1px 0 shade (@bg_color, 1.18), + inset 0 1px shade (@bg_color, 1.18); +} + +.menu:selected { + background-color: @selected_bg_color; +} + +.menu.button:hover, +.menu.button:checked, +.menu.button:checked:insensitive, +.menu.button:insensitive, +.menu.button +{ + background-color: shade (@dark_bg_color, 1.08); + background-image: none; + border-radius: 0; + border-style: none; + border-width: 1px; +} + +.context-menu { + font: regular medium; +} + +/*********** + * menubar * + ***********/ +.menubar { + -GtkWidget-window-dragging: true; + + background-color: @dark_bg_color; + background-image: none; + border-width: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.menubar:backdrop { + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.8); +} + +/*************** + * menubaritem * + ***************/ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.38)), + to (shade (@dark_bg_color, 1.11))); + + box-shadow: inset 0 1px 1px 0 shade (@dark_bg_color, 1.8); + + color: shade (@dark_fg_color, 1.1); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +/************ + * menuitem * + ************/ +.menuitem { + -GtkMenuItem-horizontal-padding: 0; + background: transparent; + border-radius: 0; + padding: 3px 5px 3px 5px; + + text-shadow: none; +} + +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { +} + +GtkComboBox .menuitem *:hover { + color: @selected_fg_color; +} + +.popover .menuitem:checked:hover, +.menuitem:hover, +.menu .menuitem:hover { + border-radius: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.1)), + to (shade (@selected_bg_color, 0.9))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.7)), + to (shade (@selected_bg_color, 0.7))) 1; + border-image-width: 1px; + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.02), + inset -1px 0 shade (@selected_bg_color, 1.02), + inset 0 1px shade (@selected_bg_color, 1.16), + inset 0 -1px shade (@selected_bg_color, 0.96); + + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem.check:checked, +.menuitem.radio:checked { + color: @fg_color; +} + +.menu .menuitem.check:hover, +.menu .menuitem.radio:hover { + box-shadow: none; +} + +GtkTreeMenu.menu .menuitem:insensitive, +GtkTreeMenu.menu .menuitem *:insensitive, +.toolbar .header-bar .menu .menuitem:insensitive, +.toolbar .header-bar .menu .menuitem *:insensitive, +GtkMenuToolButton.menu .menuitem:insensitive, +GtkMenuToolButton.menu .menuitem *:insensitive, +.primary-toolbar .button .menu .menuitem:insensitive, +.primary-toolbar .button .menu .menuitem *:insensitive, +.header-bar .button .menu .menuitem:insensitive, +.header-bar .button .menu .menuitem *:insensitive, +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@dark_fg_color, @dark_bg_color, 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.toolbar .menu .menuitem:insensitive, +.toolbar .menu .menuitem *:insensitive, +GtkComboBox .menu .menuitem:insensitive, +GtkComboBox .menu .menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +.menuitem GtkCalendar, +.menuitem GtkCalendar.button, +.menuitem GtkCalendar.header, +.menuitem GtkCalendar.view { + background-color: @dark_bg_color; + background-image: none; + border-radius: 0; + border-style: solid; + border-width: 0; + padding: 0; + + color: @dark_fg_color; +} + +.menuitem GtkCalendar { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; +} + +.menuitem GtkCalendar:inconsistent { + color: shade (@bg_color, 0.6); +} + +.menuitem .entry { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; + + color: @dark_fg_color; + + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 0.9))) 1; + border-image-width: 1px; +} + +.primary-toolbar GtkScale.trough, +.primary-toolbar GtkScale.trough:backdrop, +.header-bar GtkScale.trough, +.header-bar GtkScale.trough:backdrop, +.menuitem GtkScale.trough { + background-color: @dark_bg_color; + background-image: none; + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 1.15))) 1; + border-image-width: 1px; +} + +.menuitem .accelerator { + color: alpha (@dark_fg_color, 0.5); +} + +.menuitem .accelerator:hover { + color: alpha (@selected_fg_color, 0.8); +} + +.menuitem .accelerator:insensitive { + color: alpha (mix (@dark_fg_color, @dark_bg_color, 0.5), 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.menuitem > GtkBox > GtkImage + GtkLabel { + padding-left: 6px; +} + +/************ + * notebook * + ************/ +.notebook tab.top { padding: 4px 6px 2px 6px; } +.notebook tab.top:active { padding-bottom: 3px; } +.notebook tab.bottom { padding: 2px 6px 4px 6px; } +.notebook tab.bottom:active { padding-top: 3px; } +.notebook tab.left { padding: 2px 4px 2px 6px; } +.notebook tab.left:active { padding-right: 5px; } +.notebook tab.right { padding: 2px 6px 2px 4px; } +.notebook tab.right:active { padding-left: 5px; } + +/* give active tab a background, as it might be dragged across of others when reordering */ +.notebook tab:active { + background-color: @bg_color; +} + +.notebook.header { + border-width: 0; /* set below depending on position of tab bar */ + border-color: shade (@bg_color, 0.82); + border-style: solid; +} + +/* Draw a border between tabs and content ... */ +.notebook.header.top { border-bottom-width: 1px; } +.notebook.header.right { border-left-width: 1px; } +.notebook.header.left { border-right-width: 1px; } +.notebook.header.bottom { border-top-width: 1px; } + +/* ... unless the content is in a frame (thus having a border itself */ +.notebook.header.frame.top { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.bottom { border: none; } + +.notebook tab.top { + border-image: -gtk-gradient (linear, left top, left bottom, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +.notebook tab.right { + border-image: -gtk-gradient (linear, right top, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.left { + border-image: -gtk-gradient (linear, left top, right top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.bottom { + border-image: -gtk-gradient (linear, left bottom, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +/* Draw a focus ring around labels in tabs */ +.notebook tab GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +.notebook:focus tab GtkLabel.active-page { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +.notebook GtkDrawingArea { + background-color: shade (@bg_color, 1.02); +} + +/****************** + * pane separator * + ******************/ +.sidebar .pane-separator, +.pane-separator { + background-color: transparent; + border-color: shade (@bg_color, 0.84); +} + +/************************* + * progressbar and scale * + *************************/ +GtkScale, +GtkProgressBar { + border-radius: 8px; + border-width: 0px; + padding: 1px; +} + +.scale.trough { + margin: 7px 0 6px 0; +} + +.scale.trough.vertical { + margin: 0 7px 0 6px; +} + +.menubar .menuitem .scale.highlight.left, +.scale.highlight.left, +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #488CBD; + border-style: solid; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop, +.scale.highlight.bottom:backdrop, +.progressbar.vertical:backdrop { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #b0b0b0; +} + +.scale.highlight.left:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.scale.highlight.bottom:insensitive { + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.trough, +.trough row, +.trough row:hover, +.trough row:selected, +.trough row:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#d1d1d1), + to (#e8e8e8)); + border-style: solid; + border-width: 1px; + + color: @text_color; +} + +.trough.vertical { + background-image: -gtk-gradient (linear, left top, right top, + from (#d1d1d1), + to (#e8e8e8)); +} + +/* level bars as used for password quality or remaining power */ + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; +} + +GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; +} + +.level-bar.trough { + padding: 2px; +} + +.level-bar.fill-block { + border-width: 1px; + border-style: solid; + + border-color: @selected_bg_color; + background-color: #488CBD; +} + +.level-bar.indicator-continuous.fill-block { + padding: 2px; + border-radius: 2px; +} + +.level-bar.fill-block:backdrop, +.level-bar.fill-block.level-high:backdrop, +.level-bar.fill-block.level-low:backdrop { + background-color: #b0b0b0; + border-color: #b0b0b0; + background-image: none; +} + + +.level-bar.indicator-discrete.fill-block.horizontal { + margin: 0 1px; +} + +.level-bar.indicator-discrete.fill-block.vertical { + margin: 1px 0; +} + +.level-bar.fill-block.level-high { + border-color: shade(@success_color, 0.85); + background-image: linear-gradient(to bottom, + shade(@success_color, 1.2), + @success_color 75%, + shade(@success_color, 0.95) + ); +} + +.level-bar.fill-block.level-low { + border-color: shade(@warning_bg_color, 0.80); + background-image: linear-gradient(to bottom, + shade(@warning_bg_color, 1.3), + @warning_bg_color 75%, + shade(@warning_bg_color, 0.90) + ); +} + +.level-bar.fill-block.empty-fill-block { + background-color: transparent; + background-image: none; + border-color: alpha(@bg_color, 0.1); +} + +.level-bar.fill-block.empty-fill-block:backdrop { + border-color: transparent; + background-color: transparent; +} + +GtkScale { + -GtkRange-slider-width: 18; + -GtkRange-trough-border: 0; + -GtkScale-slider-length: 14; +} + +GtkScale.vertical { + -GtkScale-slider-length: 13; +} + +.scale.trough.highlight { + background-color: #488CBD; + background-image: none; + background-clip: content-box; +} + +.scale.trough.highlight:insensitive { + background-color: #b5b5b5; + background-image: none; +} + +.scale.trough.highlight.left { + margin: 7px 0 7px 0; +} + +.scale.trough.highlight:backdrop { + background-color: #dcdcdc; + background-image: none; +} + +.scale.trough.highlight.bottom { + margin: 0 7px 0 7px; +} + +GtkScale.mark { + border-color: shade (@bg_color, 0.8); +} + +/************* + * scrollbar * + *************/ +.scrollbar, +.scrollbar.vertical { + -GtkScrollbar-has-backward-stepper: 0; + -GtkScrollbar-has-forward-stepper: 0; + -GtkRange-slider-width: 14; + + border-radius: 20px; + + border-image: none; +} + +.scrollbar.trough, +.scrollbar.trough.vertical { + border-color: shade (@bg_color, 0.8); +} + +.scrollbar.slider, +.scrollbar.slider:hover, +.scrollbar.button, +.scrollbar.slider.vertical, +.scrollbar.slider.vertical:hover, +.scrollbar.button.vertical { + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.86); + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.01), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); +} + +.scrollbar.slider.horizontal, +.scrollbar.slider.horizontal:hover, +.scrollbar.button.horizontal { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.1), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.01); +} + +/* overlay scrollbar */ +OsThumb { + color: shade (@fg_color, 1.6); +} + +OsThumb:selected, +GtkScrollbar:selected { + background-color: @selected_bg_color; +} + +OsThumb:active, +GtkScrollbar:active { + background-color: shade (@bg_color, 0.6); +} + +OsThumb:insensitive, +GtkScrollbar:insensitive { + background-color: shade (@bg_color, 0.85); +} + +/******************* + * scrolled window * + *******************/ +.ubuntu-online-accounts.frame, +GtkScrolledWindow.frame { + border-top-color: shade (@bg_color, 0.84); + border-right-color: shade (@bg_color, 0.76); + border-bottom-color: shade (@bg_color, 0.86); + border-left-color: shade (@bg_color, 0.76); + border-radius: 0; + border-style: solid; +} + +.ubuntu-online-accounts.frame { + border-top-width: 0; +} + +/************* + * separator * + *************/ +.separator { + border-width: 1px; + border-style: solid; + border-image: none; + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +GtkTreeView.view.separator, +GtkTreeView.separator, +.separator, +.separator:hover { + color: shade (@bg_color, 0.92); +} + +.separator.horizontal { + border-width: 1px 0 1px 0; +} + +.separator.vertical { + border-width: 0 1px 0 1px; +} + +GtkComboBox .separator { + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +.button .separator, +.button.separator { + border-color: shade (@button_bg_color, 0.9); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +.button .separator:insensitive, +.button.separator:insensitive { + border-color: shade (@button_insensitive_bg_color, 0.96); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.3); + border-right-color: alpha (shade (@bg_color, 1.26), 0.3); +} + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + border: none; + color: @dark_bg_color; +} + +GtkTreeMenu .menuitem.separator, +.toolbar .header-bar .menuitem.separator, +GtkMenuToolButton .menuitem.separator, +.primary-toolbar .button .menuitem.separator, +.header-bar .button .menuitem.separator, +.menuitem.separator { + border-color: shade (@dark_bg_color, 0.99); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +.toolbar .menuitem.separator, +GtkComboBox .menuitem.separator { + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +/*********** + * sidebar * + ***********/ +.sidebar row:selected { + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +.sidebar .frame { + border-width: 0; +} + +/************** + * spinbutton * + **************/ +.spinbutton.button:active, +.spinbutton.button:insensitive, +.spinbutton.button { + border-radius: 0; +} + +.spinbutton.button:active:nth-child(last), +.spinbutton.button:insensitive:nth-child(last) +.spinbutton.button:nth-child(last), +.spinbutton.button:active:backdrop:nth-child(last), +.spinbutton.button:insensitive:backdrop:nth-child(last), +.spinbutton.button:backdrop:nth-child(last) { + border-radius: 0 7px 7px 0; +} + +.spinbutton.button, +.spinbutton.button:active, +.spinbutton.button:backdrop, +.spinbutton.button:active:backdrop, +.spinbutton.button:hover, +.spinbutton.button:hover:backdrop { + background-image: none; + background-color: transparent; + border-image: none; + border-width: 0 0 0 1px; + border-left-color: alpha (shade (@bg_color, 0.6), 0.22); +} + +.spinbutton.button:active { + background-image: -gtk-gradient (radial, center center, 0.0, center center, 0.5, + from (alpha (@selected_bg_color, 0.2)), + to (alpha (@selected_bg_color, 0.0))); +} + +.spinbutton.button:insensitive, +.spinbutton.button:insensitive:backdrop { + border-left-color: alpha (shade (@bg_color, 0.6), 0.18); + + color: shade (@bg_color, 0.66); +} + +.spinbutton, +.spinbutton:hover { + color: @fg_color; +} + +/*********** + * spinner * + ***********/ +@keyframes spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.spinner { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + color: @selected_bg_color; + opacity: 0; +} + +.spinner:active { + animation: spinner 1s infinite linear; + opacity: 1; +} + +.spinner:active:backdrop { + color: @backdrop_fg_color; +} + +.spinner:active:insensitive { + opacity: 0.5; +} + +/************* + * statusbar * + *************/ +GtkStatusbar { +} + +/********** + * switch * + **********/ +GtkSwitch { + border-radius: 8px; + padding: 0; +} + +GtkSwitch.trough { + border-radius: 8px; + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.trough:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.93)), + to (shade (@selected_bg_color, 0.99))); + + color: @selected_fg_color; + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +GtkSwitch:focus { + outline: 2px solid @focus_color; + outline-offset: -2px; + outline-radius: 6px; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.93)), + to (shade (@bg_color, 0.99))); + + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.slider { + padding: 1px; + border-radius: 6px; + border-style: solid; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); +} + +GtkSwitch.slider:backdrop { + background-image: none; + background-color: @bg_color; + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +/************ + * textview * + ************/ +GtkTextView { + background-color: @base_color; +} + +.header-bar { + padding: 2px 6px; +} + +/* + * Header Bars + * + * The following rules only style header bars when they are used as a window's + * titlebar widget (i.e., they have .titlebar set as well). + * + * Some applications reuse their header bar as a primary toolbar on desktops + * that prefer showing traditional title bars. The rules for those are further + * down grouped with normal toolbars. + */ +.titlebar.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (@dark_bg_color)); + border-color: shade (@dark_bg_color, 1.5); + border-style: solid; + border-width: 1px 0 0 0; + border-radius: 0 0 0 0; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.65); +} + +.titlebar.header-bar .title { + font: bold; +} + +.titlebar.header-bar .subtitle { + font-size: smaller; + opacity: 0.5; +} + +.titlebar.header-bar:backdrop { + color: @backdrop_fg_color; + background-image: none; + background-color: @dark_bg_color; + border-top-color: @dark_bg_color; +} + +.maximized .titlebar.header-bar { + border-radius: 0; + border: none; +} + +.titlebar.header-bar .button.titlebutton { + background-clip: padding-box; + border: 1px solid #d0c7bf; + color: #8b8379; + icon-shadow: 0 1px rgba(255, 255, 255, 0.5); + border-radius: 9px; + padding: 0; + box-shadow: none; + background-image: linear-gradient(to top, #d5d2ce, #ece8e4 50%, #f7f4f3); +} + +.titlebar.header-bar .button.titlebutton.close { + color: #7F7F7F; + icon-shadow: 0 1px rgba(255, 255, 255, 0.25); + background-image: linear-gradient(to top, #72AEF8, #AFD0F9 60%, #B3D3F9); +} + +.titlebar.header-bar .button.titlebutton.close:hover { + background-image: linear-gradient(to top, #72AEF8, #AFD0F9 20%, #B3D3F9); +} + +.titlebar.header-bar .button.titlebutton:hover, +.titlebar.header-bar .button.titlebutton:backdrop:hover { + background-image: linear-gradient(to top, #e2e1df, #f8f6f3 50%, #fcfbf9); +} + +.titlebar.header-bar .button.titlebutton:active { + icon-shadow: none; + background-image: linear-gradient(to top, #fcfbf8, #fbf9f6); +} + +.titlebar.header-bar .button.titlebutton.close:active { + background-image: linear-gradient(to top, #72AEF8, #A2C1E7); +} + +.titlebar.header-bar .button.titlebutton:backdrop { + color: #8b8379; + icon-shadow: none; + background-image: linear-gradient(to top, #ece9e6, #e8e4e1); +} + +/*********** + * toolbar * + ***********/ +.toolbar { + border-style: none; + padding: 1px; + + color: @fg_color; + text-shadow: none; +} + +.toolbar:backdrop { + color: @backdrop_fg_color; +} + +/******************* + * primary-toolbar * + *******************/ +.primary-toolbar, +.header-bar { + -GtkWidget-window-dragging: true; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + border-style: solid; + border-width: 1px 0 1px 0; + border-radius: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + + box-shadow: none; +} + +.primary-toolbar:backdrop, +.header-bar:backdrop { + background-image: none; + background-color: @dark_bg_color; + box-shadow: none; + border-top-color: @dark_bg_color; + border-bottom-color: shade (@dark_bg_color, 0.9); + + color: @backdrop_dark_fg_color; +} + +.primary-toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.primary-toolbar .button, +.header-bar .button, +.primary-toolbar .button.flat:hover { + background: transparent; + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + border-image-source: url("assets/radiance-button-toolbar.png"); +} + +.primary-toolbar .button.flat { + border-image-source: none; + background: transparent; +} + +.primary-toolbar .button:focused, +.header-bar .button:focused { + border-image-source: url("assets/radiance-button-toolbar-focused.png"); +} + +.primary-toolbar .button:active, +.primary-toolbar .button:checked, +.header-bar .button:active, +.header-bar .button:checked { + border-image-source: url("assets/radiance-button-toolbar-active.png"); +} + +.primary-toolbar .button:active:focused, +.primary-toolbar .button:checked:focused, +.header-bar .button:active:focused, +.header-bar .button:checked:focused { + border-image-source: url("assets/radiance-button-toolbar-active-focused.png"); +} + +.primary-toolbar .button:backdrop, +.header-bar .button:backdrop { + background-color: transparent; + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.9); + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:hover:backdrop, +.header-bar .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.98)), + to (shade (@dark_bg_color, 0.94))); +} + +.primary-toolbar .button.flat:backdrop { + border-image-source: none; +} + +.primary-toolbar .button.flat:hover:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:active:backdrop, +.primary-toolbar .button:checked:backdrop, +.header-bar .button:active:backdrop, +.header-bar .button:checked:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar-active.png"); +} + +.primary-toolbar .button:hover, +.primary-toolbar .button:checked, +.header-bar .button:hover, +.header-bar .button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.2)), + to (shade (@dark_bg_color, 1.1))); +} + +.primary-toolbar .button:active, +.header-bar .button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.primary-toolbar .button:active:hover, +.menubar.toolbar .button:active:hover, +.header-bar .button:active:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); +} + +.primary-toolbar .button:checked:insensitive, +.primary-toolbar .button:insensitive, +.header-bar .button:checked:insensitive, +.header-bar .button:insensitive { + text-shadow: none; +} + +.primary-toolbar .button:insensitive, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.01)), + to (shade (@dark_bg_color, 0.99))); +} + +.primary-toolbar .button.flat:insensitive { + background-image: none; +} + +.primary-toolbar .button:checked:insensitive, +.header-bar .button:checked:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.94)), + to (shade (@dark_bg_color, 1.02))); +} + +.primary-toolbar GtkSeparatorToolItem, +.primary-toolbar .separator, +.primary-toolbar .separator:insensitive, +.header-bar GtkSeparatorToolItem, +.header-bar .separator, +.header-bar .separator:insensitive { + border-color: alpha (shade (@dark_bg_color, 0.94), 0.35); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* inline-toolbar */ +.inline-toolbar.toolbar { + -GtkToolbar-button-relief: normal; + + border-right-color: shade (@bg_color, 0.86); + border-bottom-color: shade (@bg_color, 0.88); + border-left-color: shade (@bg_color, 0.86); + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#f2f1ef, 0.93)), + color-stop (0.08, #f2f1ef), + to (#ffffff)); + border-width: 0 1px 1px 1px; + border-style: solid; + border-radius: 3px; + border-top-right-radius: 0; + border-top-left-radius: 0; + padding: 3px 4px 4px 4px; +} + +.inline-toolbar.toolbar .button { + padding: 4px; + + icon-shadow: 0 1px shade (@bg_color, 1.16); +} + +/* Middle button */ +.inline-toolbar.toolbar .button, +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar .button:focus, +.inline-toolbar.toolbar .button:focus:active, +.inline-toolbar.toolbar .button:insensitive, +.inline-toolbar.toolbar .button:backdrop, +.inline-toolbar.toolbar .button:backdrop:insensitive, +.inline-toolbar.toolbar GtkToolButton .button, +.inline-toolbar.toolbar GtkToolButton .button:active, +.inline-toolbar.toolbar GtkToolButton .button:focus, +.inline-toolbar.toolbar GtkToolButton .button:focus:active, +.inline-toolbar.toolbar GtkToolButton .button:insensitive, +.inline-toolbar.toolbar GtkToolButton .button:backdrop, +.inline-toolbar.toolbar GtkToolButton .button:backdrop:insensitive { + border-right-width: 0; + border-left-width: 0; + border-image-width: 10px 0 10px 0; + border-radius: 0; +} + +/* Leftmost button */ +.inline-toolbar.toolbar .button:first-child, +.inline-toolbar.toolbar .button:active:first-child, +.inline-toolbar.toolbar .button:focus:first-child, +.inline-toolbar.toolbar .button:focus:active:first-child, +.inline-toolbar.toolbar .button:insensitive:first-child, +.inline-toolbar.toolbar .button:backdrop:first-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:first-child, +.inline-toolbar.toolbar GtkToolButton:first-child .button, +.inline-toolbar.toolbar GtkToolButton:first-child .button:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop:insensitive { + border-left-width: 1px; + border-right-width: 0; + border-image-width: 10px 0 10px 12px; + border-radius: 8px; + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +/* Rightmost button */ +.inline-toolbar.toolbar .button:last-child, +.inline-toolbar.toolbar .button:active:last-child, +.inline-toolbar.toolbar .button:focus:last-child, +.inline-toolbar.toolbar .button:focus:active:last-child, +.inline-toolbar.toolbar .button:insensitive:last-child, +.inline-toolbar.toolbar .button:backdrop:last-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:last-child, +.inline-toolbar.toolbar GtkToolButton:last-child .button, +.inline-toolbar.toolbar GtkToolButton:last-child .button:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop:insensitive { + border-left-width: 0; + border-right-width: 1px; + border-image-width: 10px 12px 10px 0; + border-radius: 8px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +/* Single button */ +.inline-toolbar.toolbar .button:only-child, +.inline-toolbar.toolbar .button:active:only-child, +.inline-toolbar.toolbar .button:focus:only-child, +.inline-toolbar.toolbar .button:focus:active:only-child, +.inline-toolbar.toolbar .button:insensitive:only-child, +.inline-toolbar.toolbar .button:backdrop:only-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:only-child, +.inline-toolbar.toolbar GtkToolButton:only-child .button, +.inline-toolbar.toolbar GtkToolButton:only-child .button:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop:insensitive { + border-right-width: 1px; + border-left-width: 1px; + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +/*********** + * tooltip * + ***********/ +.tooltip { + background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8, + from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)), + to (alpha (@tooltip_bg_color, 0.86))); + border-color: alpha (#ffffff, 0.2); + border-radius: 5px; + border-style: solid; + border-width: 1px; + + background-color: @tooltip_bg_color; + color: @tooltip_fg_color; +} + +/************ + * treeview * + ************/ +GtkTreeView.dnd { + border-color: shade (@selected_bg_color, 1.12); + border-radius: 2px; + border-width: 1px; + border-style: solid; +} + +GtkTreeView .entry { + background-image: none; +} + +/************ + * viewport * + ************/ +GtkViewport.frame { + border-width: 0; +} + +/************ + * listbox * + ************/ +.list-row.button { + border-image: none; + border-style: none; + border-radius: 0; + background-image: none; +} + +.list-row.button:selected { + text-shadow: none; +} + +/************ + * popover * + ************/ +.popover { + background-clip: border-box; + + border-radius: 5px; + border: 1px solid darker(@bg_color); + + box-shadow: 0 2px 3px @shadow_color; + margin: 10px; + padding: 2px; +} + +.popover:backdrop { + box-shadow: none; +} + +/* Popover menuitems are actually buttons. The following rules reset most of + * the button styles for them. + */ +.popover .menuitem, +.popover .menuitem:checked, +.popover .menuitem:hover, +.popover .menuitem:active, +.popover .menuitem:insensitive, +.popover .menuitem:backdrop { + border-image: none; + border: none; + text-shadow: none; + border-radius: 3px; +} + +.popover .menuitem:backdrop:hover { + border: none; + border-image: none; + background: transparent; + color: @fg_color; +} + +.popover .menuitem:checked, +.popover .menuitem.check, +.popover .menuitem.check:checked, +.popover .menuitem.radio, +.popover .menuitem.radio:checked { + background-image: none; + border: none; +} + +.popover .menuitem:insensitive, +.popover .menuitem *:insensitive { + text-shadow: none; + background: none; +} + + +/* OSD overlays */ +.osd, +.osd:backdrop { + color: @osd_fg_color; + background-color: @osd_bg_color; + border-color: @osd_border_color; +} + +.osd.toolbar { + padding: 12px; + border-radius: 8px; +} + +.osd .button, +.osd .button:backdrop { + color: @osd_fg_color; + background: none; + border: none; + padding: 12px; + border-radius: 8px; + transition: all 100ms ease-in-out; +} + +.osd .button:hover { + color: lighter(@osd_fg_color); + icon-shadow: 0 0 3px @osd_fg_color; +} + +.osd .button:active { + color: darker(@osd_fg_color); + icon-shadow: none; +} + +.osd .scale { + margin-left: 9px; + margin-right: 9px; +} + +/***************************************************************************** + * states [please keep this section at the end of the file (CSS precedence)] * + *****************************************************************************/ +*:insensitive { + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +*:selected, +*:selected:focused { + background-color: alpha (@selected_bg_color, 0.9); + + color: @selected_fg_color; +} + +*:selected:backdrop, +*:selected:focused:backdrop { + background-color: alpha (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/gtk-widgets-radiance.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,155 @@ +/* Set up shadows and hilights for button visual separation */ +.primary-toolbar .linked .button, +.primary-toolbar .button.raised.linked, +.primary-toolbar .raised.linked .button, +.menubar.toolbar .linked .button, +.menubar.toolbar .button.raised.linked, +.menubar.toolbar .raised.linked .button, +.header-bar .linked .button, +.header-bar .button.raised.linked, +.header-bar .button.raised.linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.primary-toolbar .button.raised.linked:first-child, +.primary-toolbar .raised.linked .button:first-child, +.menubar.toolbar .linked .button:first-child, +.menubar.toolbar .button.raised.linked:first-child, +.menubar.toolbar .raised.linked .button:first-child, +.header-bar .linked .button:first-child, +.header-bar .button.raised.linked:first-child, +.header-bar .raised.linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.primary-toolbar .button.raised.linked:last-child, +.primary-toolbar .raised.linked .button:last-child, +.menubar.toolbar .linked .button:last-child, +.menubar.toolbar .button.raised.linked:last-child, +.menubar.toolbar .raised.linked .button:last-child, +.header-bar .linked .button:last-child, +.header-bar .button.raised.linked:last-child, +.header-bar .raised.linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1) +} + +.primary-toolbar .linked .button:active, +.primary-toolbar .button.raised.linked:active, +.primary-toolbar .raised.linked .button:active, +.menubar.toolbar .linked .button:active, +.menubar.toolbar .button.raised.linked:active, +.menubar.toolbar .raised.linked .button:active, +.header-bar .linked .button:active, +.header-bar .button.raised.linked:active, +.header-bar .raised.linked .button:active { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:insensitive, +.primary-toolbar .button.raised.linked:insensitive, +.primary-toolbar .raised.linked .button:insensitive, +.menubar.toolbar .linked .button:insensitive, +.menubar.toolbar .button.raised.linked:insensitive, +.menubar.toolbar .raised.linked .button:insensitive, +.header-bar .linked .button:insensitive, +.header-bar .button.raised.linked:insensitive, +.header-bar .raised.linked .button:insensitive { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:backdrop:last-child, +.primary-toolbar .button.raised.linked:backdrop:last-child, +.primary-toolbar .raised.linked .button:backdrop:last-child, +.menubar.toolbar .linked .button:backdrop:last-child, +.menubar.toolbar .button.raised.linked:backdrop:last-child, +.menubar.toolbar .raised.linked .button:backdrop:last-child, +.header-bar .linked .button:backdrop:last-child, +.header-bar .button.raised.linked:backdrop:last-child, +.header-bar .raised.linked .button:backdrop:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1); +} + +.menubar { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menuitem:hover, +.menu .menuitem:hover { + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +/* for the playback menu item in the sound menu */ +.menu .spinner, +.menu .spinner:hover { + color: @selected_bg_color; +} + +/* primary-toolbar */ +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar.toolbar, +.menubar.toolbar, +.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar :insensitive, +.menubar.toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar GtkComboBox, +.primary-toolbar .button *, +.primary-toolbar .button, +.menubar.toolbar GtkComboBox, +.menubar.toolbar .button *, +.menubar.toolbar .button, +.header-bar GtkComboBox, +.header-bar .button *, +.header-bar .button { + text-shadow: 0 1px alpha (shade (@dark_bg_color, 1.25), 0.32); +} + +.primary-toolbar .raised .button, +.primary-toolbar .raised.button, +.primary-toolbar .button:hover, +.primary-toolbar .button:active, +.primary-toolbar .button:insensitive, +.menubar.toolbar .raised .button, +.menubar.toolbar .raised.button, +.menubar.toolbar .button:hover, +.menubar.toolbar .button:active, +.menubar.toolbar .button:insensitive, +.header-bar .raised .button, +.header-bar .raised.button, +.header-bar .button:hover, +.header-bar .button:active, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.03)), + to (shade (@dark_bg_color, 0.96))); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/public-colors.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/public-colors.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/public-colors.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/public-colors.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,23 @@ +/* + * Some applications depend on these named colors. + */ + +@define-color theme_fg_color @fg_color; +@define-color theme_bg_color @bg_color; +@define-color theme_base_color @base_color; +@define-color theme_selected_bg_color @selected_bg_color; +@define-color theme_selected_fg_color @selected_fg_color; +@define-color insensitive_bg_color @bg_color; +@define-color insensitive_fg_color @fg_color; +@define-color insensitive_base_color @base_color; +@define-color theme_unfocused_fg_color @backdrop_fg_color; +@define-color theme_unfocused_bg_color @bg_color; +@define-color theme_unfocused_base_color @base_color; +@define-color theme_unfocused_selected_bg_color @selected_bg_color; +@define-color theme_unfocused_selected_fg_color @selected_fg_color; +@define-color borders shade(@bg_color, 0.82); +@define-color unfocused_borders transparent; + +@define-color warning_color @warning_fg_color; +@define-color error_color @error_fg_color; +@define-color success_color @success_color; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/settings.ini radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/settings.ini --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/settings.ini 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/gtk-3.0/settings.ini 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,4 @@ +[Settings] +gtk-color-scheme = "base_color:#ffffff\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nselected_bg_color:#6E9AD8\ntext_color:#3C3C3C\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#6E9AD8\nbg_color_dark:#3C3C3C\nfg_color_dark:#DFDFDF" +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = true diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/index.theme radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/index.theme --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/index.theme 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/index.theme 2014-11-10 22:57:40.000000000 +0000 @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Radiance-ZRAVE-Blue-Spring +Comment=Ubuntu Radiance theme, In New Colors By RAVEfinity 14.04 Build +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Radiance-ZRAVE-Blue-Spring +MetacityTheme=Radiance-ZRAVE-Blue-Spring +IconTheme=ubuntu-mono-light +CursorTheme=DMZ-White +ButtonLayout=close,minimize,maximize: Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/close_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/close_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/close_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/close_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/close_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/close_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/close.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/close.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/close_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/close_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/close_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/close_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/close_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/close_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/close_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/close_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/maximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/maximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/maximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/maximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/maximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/maximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/maximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/maximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/maximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/maximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/maximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/maximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/maximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/maximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/maximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/maximize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/menu.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/menu.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/menu_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/menu_prelight.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/metacity-theme-1.xml radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/metacity-theme-1.xml --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/metacity-theme-1.xml 2014-11-10 22:57:27.000000000 +0000 @@ -0,0 +1,530 @@ +<?xml version="1.0"?> + +<metacity_theme> +<info> + <name>Radiance-ZRAVE-Blue-Spring</name> + <author>Kenneth Wimer, James Schriver, Andrea Cimitan, Jared Sot (RAVEfinity Project)</author> + <copyright>Canonical Ltd.</copyright> + <date>April, 2014</date> + <description>Metacity theme</description> +</info> + +<!-- general window layout --> +<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="19"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="18"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="3"/> + <distance name="right_width" value="3"/> + <distance name="bottom_height" value="3"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- window title --> + +<draw_ops name="draw_title_text_normal"> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="shade/#DFDFDF/1.06" x="9" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/1.06" x="11" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/0.4" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title_text_unfocused"> + <title color="shade/#DFDFDF/1.08" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="#A3A3A3" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/1.06" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.18" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.08" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.08" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility"> + <include name="draw_title" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_unfocused"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/0.96" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#EDEDED" /> + <color value="shade/#EDEDED/0.98" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.02" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.02" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility_unfocused"> + <include name="draw_title_unfocused" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.38" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_title_maximized_unfocused"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.94" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <line color="#EDEDED" x1="0" x2="width" y1="1" y2="1"/> +</draw_ops> + +<!-- window Frames --> + +<draw_ops name="draw_frame"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> + <gradient type="vertical" x="0" y="0" width="width" height="60"> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/gtk:bg[NORMAL]/0.7" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_frame_utility"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="bottom_edge"> + <line color="shade/gtk:bg[NORMAL]/0.7" x1="0" x2="width" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<!-- buttons --> + +<!-- button trough left --> +<draw_ops name="left_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button Trough Right --> +<draw_ops name="right_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button prelightlays --> +<draw_ops name="menu_focused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_normal"> + <image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_normal"> + <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_normal"> + <image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_normal"> + <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_normal"> + <image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_normal"> + <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_normal"> + <image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_normal"> + <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- frame style --> +<frame_style name="normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.5" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_maximized_unfocused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="utility_focused" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_utility"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="utility_unfocused" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_utility_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_focused"> + <piece position="title" draw_ops="draw_title"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> +</frame_style> + +<!-- style set --> +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="maximized_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="utility"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<!-- window --> +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="utility"/> +<window type="modal_dialog" style_set="utility"/> +<window type="menu" style_set="utility"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +</metacity_theme> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/minimize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/minimize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/minimize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/minimize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/minimize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/minimize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/minimize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/minimize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/minimize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/minimize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/minimize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/minimize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/minimize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/minimize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/minimize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/minimize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/trough_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/trough_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/trough_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/trough_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/trough_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/trough_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/trough_unfocused_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/trough_unfocused_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/trough_unfocused_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/trough_unfocused_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/trough_unfocused_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/trough_unfocused_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/unmaximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/unmaximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/unmaximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/unmaximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/unmaximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/unmaximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/unmaximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/unmaximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/unmaximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/unmaximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/unmaximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/unmaximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/unmaximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/unmaximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/unmaximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/metacity-1/unmaximize_unfocused_pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_dash_disabled.svg 2014-11-11 00:39:11.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_disabled.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="8.4816534" + inkscape:cy="9.5000009" + inkscape:window-x="569" + inkscape:window-y="106" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#6ba2e7;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_dash_prelight.svg 2014-11-11 00:39:30.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_prelight.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="7.5566624" + inkscape:cy="9.5000009" + inkscape:window-x="572" + inkscape:window-y="106" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#6cabf8;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_dash_pressed.svg 2014-11-11 00:39:52.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_pressed.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="35.132042" + inkscape:cx="9.4508805" + inkscape:cy="9.065211" + inkscape:window-x="569" + inkscape:window-y="106" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#4493f7;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_dash.svg 2014-11-11 00:38:49.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-2.8945458" + inkscape:cy="9.5000006" + inkscape:window-x="569" + inkscape:window-y="106" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#5aa0f8;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_focused_prelight.svg 2014-11-11 01:30:20.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#6ba2ea;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#e2effd;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-3.7508149" + inkscape:cy="5.8740313" + inkscape:document-units="px" + inkscape:current-layer="g4775" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="306" + inkscape:window-y="183" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40183,856.52418 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path4646" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -283.80078,855.45312 -0.38867,0.38868 -4.59961,4.59961 -0.39063,0.38867 0.7793,0.7793 0.38867,-0.38868 4.59961,-4.60156 0.38867,-0.38867 -0.77734,-0.77735 z" + id="path4535" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40039,855.45312 -0.7793,0.77735 0.39063,0.38867 4.59961,4.60156 0.38867,0.38868 0.77734,-0.7793 -0.38867,-0.38867 -4.59961,-4.59961 -0.38867,-0.38868 z" + id="path4537" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_focused_pressed.svg 2014-11-11 01:31:53.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4564" + id="linearGradient4552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4564"> + <stop + style="stop-color:#5292d4;stop-opacity:1;" + offset="0" + id="stop4511" /> + <stop + style="stop-color:#b6cee2;stop-opacity:1;" + offset="1" + id="stop4513" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4554" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4556" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="1.6636545" + inkscape:cy="11.62915" + inkscape:document-units="px" + inkscape:current-layer="g4540" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1152" + inkscape:window-height="795" + inkscape:window-x="336" + inkscape:window-y="136" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(411.35715,-967.57648)"> + <g + style="display:inline" + transform="translate(-411.35714,-85.785707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4540"> + <circle + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4542" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4544" + style="color:#000000;fill:url(#linearGradient4552);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4554);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4546" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4548" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4556);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4550" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -399.55637,973.99943 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path4989" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -404.15793,973.99943 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path4991" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_focused.svg 2014-11-11 02:25:29.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#5796e7;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#d7e9fc;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="21.981294" + inkscape:cx="3.2049009" + inkscape:cy="4.320379" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close.svg 2014-11-11 02:25:01.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#5796e7;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#d7e9fc;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="21.981294" + inkscape:cx="3.2049009" + inkscape:cy="4.320379" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5151" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5153" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5155" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-658.92858" + inkscape:cy="153.21428" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-378.21428,-666.57648)"> + <g + style="display:inline" + id="g5139" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(378.21429,-386.7857)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5141" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5151);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5143" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5145" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5153);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5155);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5147" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5149" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,674.0698 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path5157" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 390.01506,672.9994 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5159" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,672.9994 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5161" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5175" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5177" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5179" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-129.42858" + inkscape:cy="471.28571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(151.28572,-984.64791)"> + <g + style="display:inline" + transform="translate(-151.28571,-68.714274)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5163"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5165" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5167" + style="color:#000000;fill:url(#linearGradient5175);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5169" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5177);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5179);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5171" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5173" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -139.48494,991.07087 -0.39062,0.3886 -4.59961,4.5996 -0.38867,0.3887 0.77734,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5249" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -144.0865,991.07087 -0.77734,0.7773 0.38867,0.3887 4.59961,4.5996 0.39062,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5251" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/close_unfocused.svg 2014-10-09 22:40:22.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4656" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4660" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4658" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="7.0892085" + inkscape:cy="8.3026513" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="871" + inkscape:window-y="166" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(552.28572,-1071.3622)"> + <g + style="display:inline" + id="g4497" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-552.28571,18.000012)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4499" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4501" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4660);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4505" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4503" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4658);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4507" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_disabled.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="opacity:0.25;display:inline" + transform="translate(-289.71429,-492.00011)" + id="g4240"> + <path + inkscape:connector-curvature="0" + id="path4242" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4244" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_prelight.svg"> + <defs + id="defs4488"> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter4230" + x="-0.12" + width="1.24" + y="-0.12" + height="1.24"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.75" + id="feGaussianBlur4232" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="display:inline" + id="g4222" + transform="translate(-289.71429,-492.00011)"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4224" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4226" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4228" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4230);enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_pressed.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + id="g4234" + transform="translate(-289.71429,-492.00011)" + style="opacity:0.5;display:inline"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4236" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4238" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + transform="translate(-289.71429,-492.00011)" + style="display:inline" + id="g4218"> + <path + inkscape:connector-curvature="0" + id="path4209" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4203" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5009" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5011" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5013" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="392.57143" + inkscape:cy="470.42857" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(673.28572,-983.79076)"> + <g + style="display:inline" + id="g4997" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-673.28571,-69.571423)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4999" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5009);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5001" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5003" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5011);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5013);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5005" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5007" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5061" + d="m -667.28572,990.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + <path + inkscape:connector-curvature="0" + id="path5063" + d="m -667.28572,989.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5295" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5297" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5299" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-472.21428" + inkscape:cy="-431.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-191.49999,-81.862193)"> + <g + style="display:inline" + transform="translate(191.5,-971.49999)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5253"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5255" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5257" + style="color:#000000;fill:url(#linearGradient5295);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5259" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5297);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5299);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5261" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5263" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 197.49999,87.863246 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5289" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_focused.svg 2014-10-09 22:37:34.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="8.8963052" + inkscape:cy="9.3077119" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="751" + inkscape:window-y="204" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize.svg 2014-10-09 22:37:10.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9195959" + inkscape:cx="4.7296154" + inkscape:cy="17.441954" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="710" + inkscape:window-y="119" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5121" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5123" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1098.9286" + inkscape:cy="-683.92851" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-818.21427,170.56632)"> + <g + style="display:inline" + transform="translate(818.21428,-1223.9285)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5073"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5075" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5077" + style="color:#000000;fill:url(#linearGradient5121);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5123);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5079" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5081" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5125);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5083" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-163.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5109" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-164.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5111" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5201" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5203" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5205" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1168.4286" + inkscape:cy="-530.57141" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-887.71427,17.209217)"> + <g + style="display:inline" + id="g5189" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(887.71428,-1070.5714)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5191" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5201);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5193" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5203);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5195" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5197" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5205);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5199" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5243" + d="m 893.71427,-11.208178 0,0.5 0,6.4999998 7,0 0,-6.9999998 -7,0 z m 1,1 5,0 0,4.9999998 -5,0 0,-4.9999998 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/maximize_unfocused.svg 2014-10-09 22:40:46.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4937" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4941" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="11.012127" + inkscape:cy="5.4472923" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="868" + inkscape:window-height="646" + inkscape:window-x="663" + inkscape:window-y="224" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-408.71427,-87.505113)"> + <g + style="display:inline" + transform="translate(408.71428,-965.85707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4925"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4927" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4929" + style="color:#000000;fill:url(#linearGradient4937);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4931" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4939);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4941);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4933" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4935" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/menu_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/menu_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/menu_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/menu_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4747" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-435.29 -180.93)"> + <g id="g4731" transform="translate(435.29 -776.43)"> + <circle id="circle4733" style="color:#000000;fill:url(#linearGradient4747)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" transform="rotate(90)" cy="-9.5" cx="966.86" r="6.5"/> + <circle id="circle5388-4" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="circle4735" style="color:#000000;stroke:#6c6967;fill:#555351" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cx="9.5" cy="966.86" r="3"/> + <path id="path4737" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <path id="path4739" style="opacity:.2;color:#000000;fill:#fff" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z"/> + <path id="path4741" style="opacity:.2;color:#000000;fill:#fff" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z"/> + <path id="path4743" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <rect id="rect4745" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/menu.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/menu.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/menu.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/menu.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4672" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-284.79 -314.29)"> + <g id="g4722" transform="translate(284.79 -643.07)"> + <circle id="circle4664" style="color:#000000;fill:url(#linearGradient4672)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" cx="966.86" transform="rotate(90)" cy="-9.5" r="6.5"/> + <circle id="circle5388" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="path4662" style="color:#000000;stroke:#d3d0cb;fill:#c6c2bb" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cy="966.86" cx="9.5" r="3"/> + <path id="circle4682" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <path id="circle4691" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z" style="opacity:.2;color:#000000;fill:#fff"/> + <path id="circle4702" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z" style="opacity:0.07;color:#000000;fill:#fff"/> + <path id="circle4711" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <rect id="rect4720" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.25" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4411" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4413" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4265" transform="translate(-289.71 -473)"> + <path id="path4267" style="color:#000000;fill:#fff" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" transform="translate(-76.5 938.36)"/> + <rect id="rect4269" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + <path id="path4409" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;filter:url(#filter4411);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_focused.svg 2014-10-09 22:48:57.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.535768" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize.svg 2014-10-09 22:48:23.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.669697" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/minimize_unfocused.svg 2014-10-09 22:41:09.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4955" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4957" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4959" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.439246" + inkscape:cx="8.1418379" + inkscape:cy="8.4994228" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="742" + inkscape:window-y="242" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-262.75023,-284.66847)"> + <g + style="display:inline" + id="g4943" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(262.75024,-768.69371)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4945" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4955);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4947" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4957);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4949" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4951" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4959);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4953" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.25" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4405" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4407" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4381" transform="translate(-289.71 -454)"> + <path id="path4383" style="color:#000000;fill:#fff" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" transform="translate(-76.5 938.36)"/> + <rect id="rect4385" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + <path id="path4403" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;filter:url(#filter4405);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.5" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_focused.svg 2014-10-09 22:39:58.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="17.19268" + inkscape:cy="5.00027" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1006" + inkscape:window-y="145" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize.svg 2014-10-09 22:39:36.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="12.348945" + inkscape:cy="10.478037" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1407" + inkscape:window-y="24" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/unity/unmaximize_unfocused.svg 2014-10-09 22:41:32.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4973" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4975" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4977" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="6.2901987" + inkscape:cy="6.1607613" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="772" + inkscape:window-y="191" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-687.7857,142.99492)"> + <g + style="display:inline" + transform="translate(687.78571,-1196.3571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4961"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4963" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4965" + style="color:#000000;fill:url(#linearGradient4973);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4967" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4975);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4977);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4969" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4971" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/bottom-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/bottom-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/bottom-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/bottom-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/bottom-left-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/bottom-left-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/bottom-left-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/bottom-left-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/bottom-right-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/bottom-right-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/bottom-right-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/bottom-right-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/close-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/close-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/close-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/close-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/close-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/close-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/close-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/close-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/hide-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/hide-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/hide-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/hide-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/hide-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/hide-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/hide-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/hide-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/left-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * left_active_xpm[] = { +"2 15 3 1", +" c None", +". c #C1C1C1", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/left-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #CFCFCF", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/maximize-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/maximize-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/maximize-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/maximize-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/maximize-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/maximize-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/maximize-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/maximize-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/maximize-toggled-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/maximize-toggled-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/maximize-toggled-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/maximize-toggled-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/maximize-toggled-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/maximize-toggled-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/maximize-toggled-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/maximize-toggled-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/menu-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/menu-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/menu-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/menu-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/menu-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/menu-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/right-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * right_active_xpm[] = { +"2 15 3 1", +" c None", +". c #D7D7D7", +"+ c #C1C1C1", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/right-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #D7D7D7", +"+ c #CFCFCF", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/themerc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/themerc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/themerc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/themerc 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,20 @@ +# Radiance ported to XFCE (Xfwm4) by The RAVEfinity Project. www.ravefinity.blogspot.com (2012+) Jared Sot. +# Based on code/pixmaps from (Orig.) Radiance. and Originol Ambiance XFCE port by p0ng http://www.p0ng.com.br. +# Radiance XFCE version was ported by scrach by RAVEfinity(Jared Sot.) on top of the XFCE Ambiance theme. + + +button_offset=3 +button_spacing=0 +maximized_offset=9 +title_full_width=true +title_horizontal_offset=8 +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +title_shadow_active=frame +title_shadow_inactive=frame +show_app_icon=false # Change to true or false if you want a app icon on each window. (Default is false) +#button_layout=CHM| # This prevents one from customizing their buttons VIA Xfce Window Manager Settings (Defualt is disabled via #) +active_text_color=#4C4942 +active_text_shadow_color=#E5E2D8 +inactive_text_color=#a39e9a +inactive_text_shadow_color=#E5E2D8 Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-1-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-1-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-1-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-1-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-2-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-2-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-2-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-2-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-3-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-3-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-3-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-3-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-4-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-4-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-4-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-4-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-5-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-5-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-5-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/title-5-inactive.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/top-left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/top-left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/top-left-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +" .....", +" ..+++++", +" .@@@@@@@", +" .@@@@@@@@", +" .########", +".@@@@@@@@@", +".#########", +".#########", +".@@@@@@@@@", +".#########", +".@@@@@@@@@", +".$$$$$$$$$", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".*********", +".=========", +".*********", +".*********", +".*********", +".*********", +".=========", +".*********", +".=========", +".*********", +".---------", +".*********", +".*********"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/top-left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/top-left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/top-left-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +" .....", +" ..+++++", +" .@@@@@@@", +" .########", +" .$$$$$$$$", +".#########", +".$$$$$$$$$", +".$$$$$$$$$", +".#########", +".$$$$$$$$$", +".#########", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".---------", +".---------", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".=========", +".;;;;;;;;;", +".;;;;;;;;;"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/top-right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/top-right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/top-right-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"@@@@@@@@. ", +"########. ", +"@@@@@@@@@.", +"#########.", +"#########.", +"@@@@@@@@@.", +"#########.", +"@@@@@@@@@.", +"$$$$$$$$$.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"*********.", +"*********.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"---------.", +"*********.", +"*********."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/top-right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/top-right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Blue-Spring/xfwm4/top-right-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"########. ", +"$$$$$$$$. ", +"#########.", +"$$$$$$$$$.", +"$$$$$$$$$.", +"#########.", +"$$$$$$$$$.", +"#########.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"---------.", +"---------.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"=========.", +";;;;;;;;;.", +";;;;;;;;;."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/banshee.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/banshee.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/banshee.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/banshee.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +# ============================================================================== +# BANSHEE SPECIFIC SETTINGS +# ============================================================================== + +style "banshee_scrollbar" { + engine "murrine" { + roundness = 20 + } +} + +widget "__gtksharp_1*SeekSlider*" style "scale" +widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar" + +widget_class "__gtksharp_1*<GtkToolbar>*" style "default" +widget_class "__gtksharp_1*<GtkButton>*" style "button" +#widget_class "__gtksharp_1*<GtkScale>*" style "scale" + + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/chromium.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/chromium.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/chromium.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/chromium.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,39 @@ +# ============================================================================== +# CHROMIUM SPECIFIC SETTINGS +# ============================================================================== + +style "chromium_toolbar_button" { + engine "murrine" { + roundness = 3 + textstyle = 0 + } +} + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = "#DFDFDF" + ChromeGtkFrame::inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::incognito-frame-color = "#DFDFDF" + ChromeGtkFrame::incognito-inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::incognito-frame-gradient-size = 16 + ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*Chrom*Button*" style "chromium_toolbar_button" + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/ff.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/ff.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/ff.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/ff.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,33 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-default" { + GtkCheckButton::indicator-size = 14 + + engine "murrine" { + reliefstyle = 0 + } +} + +style "ff-statusbar" { +} + +#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar" +#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + +widget "MozillaGtkWidget*" style "ff-default" + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/gnome-panel.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/gnome-panel.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/gnome-panel.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/gnome-panel.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,129 @@ +# =========================================================================================================================== +# GNOME,XFCE,LXDE & GTK Desktop(S) PANEL SPECIFIC SETTINGS *SPECIFIC SETTINGS TO ENABLE PROPER FUNCTION ON XFCE/LXDE* +# =========================================================================================================================== + +style "panel" +{ + xthickness = 0 + ythickness = 0 + + bg_pixmap[NORMAL] = "img/panel.png" + + engine "murrine" { + colorize_scrollbar = TRUE + } +} + +style "panel_task_button" +{ + xthickness = 3 + xthickness = 3 + + GtkWidget::focus-line-width = 0 + GtkWidget::focus_padding = 0 + GtkWidget::interior_focus = 0 + GtkWidget::internal_padding = 0 + + GtkButton::child_displacement_x = 0 + GtkButton::child_displacement_y = 0 + GtkButton::default_border = {0, 0, 0, 0} + GtkButton::default_outside_border = {0, 0, 0, 0} + GtkButtonBox::child_internal_pad_x = 0 + GtkButtonBox::child_internal_pad_y = 0 + GtkButtonBox::child_min_heigth = 0 + + bg[SELECTED] = shade (0.2, @bg_color) + bg[PRELIGHT] = shade (0.26, @bg_color) + bg[ACTIVE] = shade (0.2, @bg_color) + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = OUT + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "img/panel-button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "XFCE" +{ + xthickness = 3 + ythickness = 3 + + bg_pixmap[NORMAL] = "img/panel.png" +} + +widget "*Panel*" style "panel" +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet +class "PanelApp*" style "panel" +class "PanelToplevel*" style "panel" +#widget_class "*Mail*" style "panel" +widget_class "*notif*" style "panel" + +#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop +widget "*task*" style "panel_task_button" +widget "*.tasklist-button" style "panel_task_button" +widget "*PanelApplet*TaskTitle*" style "panel_task_button" +widget_class "*Xfce*Panel*" style "XFCE" +widget_class "*Xfce*Panel*" style "XFCE" +class "GtkScrollbar" style "scrollbar" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/gnome-terminal.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/gnome-terminal.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/gnome-terminal.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/gnome-terminal.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,42 @@ +# ============================================================================== +# GNOME TERMINAL SPECIFIC SETTINGS +# ============================================================================== + +style "terminal_menubar" +{ + engine "murrine" { + } +} + +style "terminal_notebook" +{ + engine "murrine" { + contrast = 1.0 + } +} + +style "terminal_scrollbar" = "scrollbar" +{ + engine "murrine" { + } +} + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#060606" + + TerminalScreen::background-darkness = 0.97 +} + +#widget "*TerminalWindow*" style "terminal_window" +#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar" +widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook" +#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar" +#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button" +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/nautilus.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/nautilus.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/nautilus.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/apps/nautilus.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,11 @@ +# ============================================================================== +# NAUTILUS SPECIFIC SETTINGS +# ============================================================================== + +style "nautilus_info_pane" { + bg[NORMAL] = @bg_color +} + +widget_class "*Nautilus*<GtkNotebook>*<GtkEventBox>" style "nautilus_info_pane" +widget_class "*Nautilus*<GtkButton>" style "notebook_button" +widget_class "*Nautilus*<GtkButton>*<GtkLabel>" style "notebook_button" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/gtkrc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/gtkrc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/gtkrc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/gtkrc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,690 @@ +gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#7F441F\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nlink_color:#9C7648" + +gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16" + +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = 1 + +style "default" { + xthickness = 1 + ythickness = 1 + + ####################### + # Style Properties + ####################### + GtkButton::child-displacement-x = 1 + GtkButton::child-displacement-y = 1 + GtkButton::default-border = { 0, 0, 0, 0 } + + GtkCheckButton::indicator-size = 16 + + GtkPaned::handle-size = 6 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 14 + GtkRange::stepper-size = 13 + GtkRange::trough-under-steppers = 1 + + GtkScale::trough-border = 0 + GtkScale::slider-width = 23 + GtkScale::slider-length = 14 + GtkScale::trough-side-details = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::trough-border = 0 + GtkScrollbar::slider-width = 13 + GtkScrollbar::min-slider-length = 31 + + GtkMenuBar::internal-padding = 0 + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkExpander::expander-size = 11 + GtkToolbar::internal-padding = 1 + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkTreeView::expander-size = 7 + GtkTreeView::vertical-separator = 0 +# GtkTreeView::odd-row-color = shade (0.96, @base_color) + GtkNotebook::tab-overlap = -1 + + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 3 + + WnckTasklist::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + GtkEntry::state-hint = 0 + + GtkEntry::progress-border = { 2, 2, 2, 2 } + + GtkProgressBar::min-horizontal-bar-height = 14 + GtkProgressBar::min-vertical-bar-width = 14 + + GtkImage::x-ayatana-indicator-dynamic = 1 + GtkMenuBar::window-dragging = 1 + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + #################### + # Color Definitions + #################### + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = shade (0.95, @bg_color) + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.8, @bg_color) + text[ACTIVE] = darker (@text_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.98, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = shade (0.97, @bg_color) + base[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + arrowstyle = 2 + reliefstyle = 3 + highlight_shade = 1.0 + glazestyle = 0 + default_button_color = shade (1.1, "#cdcdcd") + gradient_shades = {1.1, 1.0, 1.0, 0.9} + roundness = 3 + lightborder_shade = 1.26 + lightborderstyle = 1 + listviewstyle = 2 + progressbarstyle = 0 + colorize_scrollbar = FALSE + menubaritemstyle = 1 + menubarstyle = 1 + menustyle = 0 + focusstyle = 3 + handlestyle = 1 + sliderstyle = 3 + scrollbarstyle = 2 + stepperstyle = 3 +# rgba = TRUE + } +} + +style "dark" +{ + bg[NORMAL] = "#DFDFDF" + bg[PRELIGHT] = shade (1.05, "#DFDFDF") + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.95, "#DFDFDF") + bg[INSENSITIVE] = "#DFDFDF" +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "entry" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + } +} + +style "vscale" { +} + +style "hscale" { +} + +style "button" { + + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.03, @bg_color) + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + bg[INSENSITIVE] = @bg_color + fg[INSENSITIVE] = "#9c9c9c" + + engine "murrine" { + #contrast = 1.0 + textstyle = 1 + border_shades = {1.01, 0.8} + reliefstyle = 0 + shadow_shades = {1.0, 1.1} + glowstyle = 5 + glow_shade = 1.02 + lightborder_shade = 1.32 +# lightborderstyle = 0 + #text_shade = 1.04 + } +} + +style "notebook_button" = "button" { +} + +style "spinbutton" = "notebook_button" { + xthickness = 4 + + engine "murrine" { + } +} + +style "scrollbar" = "button" { + xthickness = 2 + ythickness = 2 + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.04, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + + engine "murrine" + { + border_shades = {0.95, 0.90} + roundness = 20 + contrast = 1.0 + trough_shades = {0.92, 0.98} + lightborder_shade = 1.3 + glowstyle = 5 + glow_shade = 1.02 + gradient_shades = {1.2, 1.0, 1.0, 0.86} + trough_border_shades = {0.9, 0.98} + } +} + +style "hscrollbar" { +} + +style "vscrollbar" { +} + +style "overlay_scrollbar" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.85, @bg_color) + bg[ACTIVE] = shade (0.6, @bg_color) +} + +style "scale" = "button" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + border_shades = {0.9, 0.8} + roundness = 5 + lightborder_shade = 1.32 + gradient_shades = {1.1, 1.0, 1.0, 0.8} + handlestyle = 2 + trough_border_shades = {0.9, 1.4} + glow_shade = 1.0 +# reliefstyle = 2 +# shadow_shades = { 1.0, 0.9 } + } +} + +style "notebook_bg" { + bg[NORMAL] = shade (1.02, @bg_color) + bg[ACTIVE] = shade (0.97, @bg_color) + fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color)) +} + +# The color is changed by the notebook_bg style, this style +# changes the x/ythickness +style "notebook" { + xthickness = 2 + ythickness = 2 + + engine "murrine" { + roundness = 3 + contrast = 0.8 + focusstyle = 2 + lightborder_shade = 1.16 + gradient_shades = {1.1, 1.0, 1.0, 0.68} + } +} + +style "statusbar" { + engine "murrine" { + contrast = 1.2 + } +} + +style "comboboxentry" = "notebook_button" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + textstyle = 1 + glowstyle = 5 + glow_shade = 1.02 + } +} + +style "menubar" = "dark" { + # those two lines were added to fix firefox's menubar item text + bg[SELECTED] = "#ECECEC" + fg[SELECTED] = @fg_color + + engine "murrine" { + textstyle = 1 + text_shade = 1.23 + gradient_shades = {1.0, 1.0, 1.0, 1.0} + lightborder_shade = 1.0 + } +} + +style "toolbar" { + engine "murrine" { + textstyle = 1 + text_shade = 1.32 + lightborder_shade = 1.0 + } +} + +style "toolbar-button" = "notebook_button" { + engine "murrine" { + } +} + +style "menu" { + xthickness = 0 + ythickness = 0 + + engine "murrine" + { + reliefstyle = 0 + roundness = 0 + } +} + +style "menu_item" = "menu" { + xthickness = 2 + ythickness = 3 + + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" + { + glowstyle = 5 + glow_shade = 1.1 +# lightborder_shade = 1.0 +# border_shades = { 1.5, 1.3 } + roundness = 0 + } +} + +style "menubar_item" = "menu_item" { + bg[PRELIGHT] = "#ece7e2" + fg[PRELIGHT] = @fg_color + + engine "murrine" { + gradient_shades = {1.00, 1.0, 1.0, 1.0} +# glowstyle = 5 + border_shades = { 1.0, 1.0 } + glow_shade = 1.00 + lightborderstyle = 3 + lightborder_shade = 1.2 + roundness = 4 + } +} + +style "scale_menu_item" = "scale" { + engine "murrine" { + roundness = 20 + lightborder_shade = 1.32 + reliefstyle = 0 + } +} + +# This style is there to modify the separator menu items. The goals are: +# 1. Get a specific height. +# 2. The line should go to the edges (ie. no border at the left/right) +style "separator_menu_item" { + xthickness = 1 + ythickness = 0 + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 7 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "separator_tool_item" { + xthickness = 0 + ythickness = 1 + + GtkVSeparator::vertical-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 7 + GtkWidget::separator-height = 1 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "frame_title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "treeview" { + engine "murrine" + { + roundness = 2 + lightborder_shade = 1.1 + gradient_shades = {1.04, 1.0, 1.0, 0.96} + } +} + +style "progressbar" { + xthickness = 1 + ythickness = 1 + + bg[ACTIVE] = shade (0.94, @bg_color) + #bg[SELECTED] = "#cdcdcd" + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" { + #trough_shades = {0.98, 1.02} + roundness = 8 + lightborderstyle = 1 + lightborder_shade = 1.26 + border_shades = {0.95, 0.85} + gradient_shades = {1.1, 1.0, 1.0, 0.9} + trough_border_shades = {0.9, 1.4} + } +} + +style "progressbar_menu_item" = "progressbar" { + engine "murrine" { + roundness = 0 + } +} + +# This style is based on the default style, so that the colors from the button +# style are overriden again. +style "treeview_header" = "notebook_button" { + xthickness = 2 + ythickness = 1 + + engine "murrine" { + glazestyle = 1 + contrast = 0.8 + lightborder_shade = 1.16 + textstyle = 1 + glow_shade = 1.0 + } +} + +style "treeview_header_scrolled" = "treeview_header" { +} + +style "scrolledwindow" { + engine "murrine" { + contrast = 0.6 + } +} + +style "radiocheck" = "button" { + text[NORMAL] = shade (0.535, @selected_bg_color) + text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color)) + bg[NORMAL] = shade (0.92, @bg_color) + bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color)) + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + engine "murrine" { + reliefstyle = 3 + gradient_shades = {1.2, 1.0, 1.0, 0.9} + shadow_shades = {0.6, 0.5} + textstyle = 0 + } +} + +style "tooltips" { + xthickness = 4 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = "#000000" + + engine "murrine" { + rgba = TRUE + } +} + +style "infobar" { + engine "murrine" { + } +} + +style "nautilus_location" { + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color) +} + +style "calendar" { + xthickness = 0 + ythickness = 0 + + engine "murrine" { + roundness = 0 + } +} + +style "calendar_menu_item" = "calendar" { +# base[NORMAL] = "#c5bfb7" +} + +style "soundfix" +{ +} + +# Wrokaround style for places where the text color is used instead of the fg color. +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +# Workaround style for menus where the text color is used instead of the fg color. +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = "#999999" +} + +# Workaround style for places where the fg color is used instead of the text color. +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +# Style to set the toolbar to use a flat style. This is because the "New" button in +# Evolution is not drawn transparent. So if there is a gradient in the background it will +# look really wrong. +# See http://bugzilla.gnome.org/show_bug.cgi?id=446953. +style "evo_new_button_workaround" { +} + +# Make the XFCE desktop icons text backrounds look prettier (The only change to theme, Code by RAVEfinity Project) +style "xfdesktop-icon-view" { + +XfdesktopIconView::label-alpha = 100 + +base[NORMAL] = "#151515" +base[ACTIVE] = "#7F7C7C" +base[PRELIGHT] = "#7F7C7C" +base[SELECTED] = shade (0.98, @selected_bg_color) + +fg[NORMAL] = @selected_fg_color +fg[SELECTED] = @selected_fg_color +fg[ACTIVE] = @selected_fg_color +} + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# The default style is applied to every widget +class "GtkWidget" style "default" + +class "GtkSeparator" style "wide" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkEntry" style "entry" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "vscale" +class "GtkHScale" style "hscale" +class "GtkScrollbar" style "scrollbar" +class "GtkHScrollbar" style "hscrollbar" +class "GtkVScrollbar" style "vscrollbar" +class "GtkCalendar" style "calendar" +class "GtkInfoBar" style "infobar" + +# General matching follows. The order is choosen so that the right styles override +# each other. EG. progressbar needs to be more important than the menu match. +widget_class "*<GtkNotebook>" style "notebook_bg" +# This is not perfect, it could be done better. +# (That is modify *every* widget in the notebook, and change those back that +# we really don't want changed) +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook_bg" + +widget_class "*<GtkToolbar>*" style "toolbar" +widget_class "*<GtkScrolledWindow>*" style "scrolledwindow" + +widget_class "*<GtkButton>" style "button" +widget_class "*<GtkButton>*<GtkLabel>" style "button" +widget_class "*<GtkToolbar>.*.<GtkButton>*" style "notebook_button" +widget_class "*<GtkNotebook>" style "notebook" +widget_class "*<GtkStatusbar>" style "statusbar" +widget_class "*<GtkSpinButton>*" style "spinbutton" +widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button" +widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button" +widget_class "*<GtkRadioButton>*" style "radiocheck" +widget_class "*<GtkCheckButton>*" style "radiocheck" + +widget_class "*<GtkComboBoxEntry>*" style "comboboxentry" +widget_class "*<GtkCombo>*" style "comboboxentry" + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" +widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item" +widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "menubar_item" + +widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title" +widget_class "*.<GtkTreeView>*" style "treeview" + +widget_class "*<GtkProgress>" style "progressbar" +widget_class "*<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "calendar_menu_item" + +# Treeview headers (and similar stock GTK+ widgets) +widget_class "*.<GtkScrolledWindow>*<GtkTreeView>*" style "treeview_header_scrolled" +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkTreeView>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header" + +# Overlay scrollbar +widget_class "*<OsScrollbar>" style "overlay_scrollbar" +widget_class "*<OsThumb>" style "overlay_scrollbar" + +# The window of the tooltip is called "gtk-tooltip" +################################################################## +# FIXME: +# This will not work if one embeds eg. a button into the tooltip. +# As far as I can tell right now we will need to rework the theme +# quite a bit to get this working correctly. +# (It will involve setting different priorities, etc.) +################################################################## +widget "gtk-tooltip*" style "tooltips" + +########################################################################## +# Following are special cases and workarounds for issues in applications. +########################################################################## + +# Workaround for the evolution ETable (bug #527532) +widget_class "*.ETable.ECanvas" style "treeview_header" +# Workaround for the evolution ETree +widget_class "*.ETree.ECanvas" style "treeview_header" + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "nautilus_location" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that this work around assumes that the combobox is _not_ in appears-as-list mode. +widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround" +# This is the part of the workaround that fixes the menus +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color. +widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround" +# GtkCList also uses the fg color to draw text on top of the base colors. +widget_class "*<GtkCList>" style "fg_is_text_color_workaround" +# Nautilus when renaming files, and maybe other places. +widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround" +# Work around for ubuntu's lucid sound indicator +widget "ido-offscreen-scale" style "soundfix" +# Thickness for indicator menu items +widget "*IdoEntryMenuItem*" style "wide" + +# See the documentation of the style. +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" + +# Makes XFCE desktop icon and text backround tweaks work. +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Includes +#include "apps/banshee.rc" +include "apps/chromium.rc" +include "apps/ff.rc" +include "apps/gnome-terminal.rc" +include "apps/nautilus.rc" +include "apps/gnome-panel.rc" Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/img/arrow-down.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/img/arrow-down.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/img/handle-h.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/img/handle-h.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/img/handle-v.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/img/handle-v.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/img/panel-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/img/panel-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/img/panel-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/img/panel-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/img/panel-button-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/img/panel-button-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/img/panel.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-2.0/img/panel.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/baobab.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/baobab.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/baobab.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/baobab.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,25 @@ + +BaobabWindow GtkGrid { + background-color: @bg_color; +} + +BaobabLocationList GtkGrid { + background-color: transparent; +} + +.baobab-toolbar.toolbar { + border-color: shade (@bg_color, 0.9); + border-style: solid; + border-width: 0 0 1px 0; + border-radius: 0; +} + +.cell.baobab-level-cell, +.cell.baobab-level-cell:hover, +.cell.baobab-level-cell:selected, +.cell.baobab-level-cell:selected:hover { + border-color: alpha (black, 0.06); + border-width: 1px; + border-style: solid; + background-color: @base_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/california.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/california.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/california.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/california.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +CaliforniaViewWeekGrid { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/geary.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/geary.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/geary.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/geary.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +ComposerWidget { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/gedit.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/gedit.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/gedit.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/gedit.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,60 @@ +@define-color notebook_tab_gradient_b shade (@bg_color, 0.98); + +GeditWindow .pane-separator, +GeditWindow .pane-separator:hover { +} + +GeditPanel.title GtkLabel { +} + +GeditDocumentsPanel .view { +} + +GeditDocumentsPanel .view:backdrop { +} + +GeditWindow .notebook { + border-radius: 1px; +} + +GeditPanel .notebook { + border-radius: 1px; +} + +GeditPanel .notebook tab, +GeditWindow .notebook tab { + border-radius: 3px; +} + +GeditViewFrame .gedit-search-slider { + background-color: @base_color; + padding: 6px; + border-color: shade (@notebook_tab_gradient_b, 0.80); + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px 1px; + border-style: solid; +} + +GeditViewFrame .gedit-search-slider .not-found { + color: @error_fg_color; + background-image: none; + background-color: @error_bg_color; +} + +GeditViewFrame .gedit-search-slider .not-found:selected { + background-color: @selected_bg_color; + color: @selected_fg_color; +} + +GeditFileBrowserWidget .toolbar { + background-color: @bg_color; + border: none; + padding-bottom: 3px; +} + +.gedit-search-entry-occurrences-tag { + background-color: transparent; + color: @backdrop_text_color; + margin: 2px; + padding: 2px; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/glade.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/glade.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/glade.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/glade.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,8 @@ + +GladeEditor GtkContainer { + background-color: @bg_color +} + +GladeWindow GtkGrid { + background-color: @bg_color +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/gnome-panel.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/gnome-panel.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/gnome-panel.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/gnome-panel.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,97 @@ +/* Fallback Mode Panel */ +PanelWidget :backdrop, +PanelApplet :backdrop, +PanelToplevel :backdrop, +PanelWidget, +PanelApplet, +PanelToplevel { + border-image: none; + + color: @dark_fg_color; +} + +PanelWidget, +PanelApplet, +PanelToplevel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelApplet { + border-width: 0; +} + +PanelSeparator:backdrop, +PanelSeparator { + border-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + + color: @dark_fg_color; +} + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelApplet > GtkMenuBar.menubar.menuitem, +PanelMenuBar.menubar, +PanelMenuBar.menubar.menuitem { + -PanelMenuBar-icon-visible: true; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelAppletFrame { + background-color: @dark_bg_color; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-width: 0; +} + +PanelApplet .button:backdrop, +PanelApplet .button { + -GtkButton-inner-border: 2; + + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.6); + border-radius: 0; + border-width: 0 1px 0 1px; + + text-shadow: none; +} + +PanelApplet .button:active:prelight:backdrop, +PanelApplet .button:active:prelight, +PanelApplet .button:active:backdrop, +PanelApplet .button:active { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.7)), + to (shade (@dark_bg_color, 0.8))); + border-color: shade (@dark_bg_color, 0.7); +} + +PanelApplet .button:prelight:backdrop, +PanelApplet .button:prelight { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.3)), + to (shade (@dark_bg_color, 1.1))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.8); +} + +ClockBox { + text-shadow: 0 1px shade (@dark_bg_color, 1.08); +} + +WnckPager, WnckTasklist { + background-color: @dark_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/gnome-system-log.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/gnome-system-log.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/gnome-system-log.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/gnome-system-log.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,4 @@ +/* LP: #1045602 */ +LogviewWindow .view.dim-label, .dim-label { + color: @info_fg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/gnome-terminal.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/gnome-terminal.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/gnome-terminal.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/gnome-terminal.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,7 @@ +/* gnome-terminal */ +TerminalScreen { + -TerminalScreen-background-darkness: 0.97; + background-color: #060606; + color: #E8E8E8; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/nautilus.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -0,0 +1,238 @@ +@define-color cluebar_color shade (mix (@bg_color, @base_color, 0.5), 0.95); + +NautilusWindow *, +NemoWindow * { + -GtkPaned-handle-size: 1; +} + +NautilusDesktopWindow GtkWidget { + background-color: @transparent; +} + +.nautilus-canvas-item, +.nemo-canvas-item { + border-radius: 4px; +} + +/* desktop mode */ +.nautilus-desktop.nautilus-canvas-item, +.nemo-desktop.nemo-canvas-item { + color: @bg_color; + text-shadow: 1px 1px alpha (black, 0.8); +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nemo-desktop.nemo-canvas-item:active { + background-image: none; + background-color: alpha (@bg_color, 0.84); + + color: @fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:selected { + background-image: none; + background-color: alpha (@selected_bg_color, 0.84); + + color: @selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:active, +.nemo-desktop.nemo-canvas-item:prelight, +.nemo-desktop.nemo-canvas-item:selected { + text-shadow: none; +} + +/* browser window */ +NautilusTrashBar.info, +NautilusXContentBar.info, +NautilusSearchBar.info, +NautilusQueryEditor.info, +NemoTrashBar.info, +NemoXContentBar.info, +NemoSearchBar.info, +NemoQueryEditor.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.03)), + to (shade (@cluebar_color, 0.92))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); + border-radius: 0; + border-style: solid; + border-width: 0px 0px 1px 0px; +} + +NautilusTrashBar.info:backdrop, +NautilusXContentBar.info:backdrop, +NautilusSearchBar.info:backdrop, +NautilusQueryEditor.info:backdrop, +NemoTrashBar.info:backdrop, +NemoXContentBar.info:backdrop, +NemoSearchBar.info:backdrop, +NemoQueryEditor.info:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.01)), + to (shade (@cluebar_color, 0.96))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); +} + +NautilusSearchBar .entry, +NemoSearchBar .entry { +} + +.nautilus-cluebar-label, +.nemo-cluebar-label { + font: bold; +} + +.nautilus-cluebar-label:backdrop, +.nemo-cluebar-label:backdrop { + color: mix (@fg_color, @cluebar_color, 0.2); +} + +nautilus-search-button *:active, +nautilus-search-button *:active:prelight, +nemo-search-button *:active, +nemo-search-button *:active:prelight { + color: @dark_fg_color; +} + +NautilusFloatingBar, +NemoFloatingBar { + background-color: shade (@cluebar_color, 0.92); +} + +NautilusFloatingBar .button, +NemoFloatingBar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; +} + +/* sidebar */ +NautilusWindow .sidebar, +NautilusWindow .sidebar .view, +NemoWindow .sidebar, +NemoWindow .sidebar .view { + background-color: @cluebar_color; + + color: @fg_color; +} + +NautilusWindow .sidebar .frame, +NemoWindow .sidebar .frame { + border-style: none +} + +NautilusWindow .sidebar:backdrop, +NautilusWindow .sidebar .view:backdrop, +NemoWindow .sidebar:backdrop, +NemoWindow .sidebar .view:backdrop { + background-color: shade (@bg_color, 0.96); + color: mix (@fg_color, shade (@bg_color, 0.95), 0.2); +} + +NautilusWindow .sidebar row:selected, +NemoWindow .sidebar row:selected { + color: @selected_fg_color; +} + +NautilusWindow .sidebar row:selected:backdrop, +NemoWindow .sidebar row:selected:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (shade (@bg_color, 0.95), 0.94)), + to (shade (shade (@bg_color, 0.95), 0.86))); + border-top-color: shade (shade (@bg_color, 0.95), 0.88); + + color: @fg_color; +} + +NautilusWindow .pane-separator, +NemoWindow .pane-separator { + background-color: shade (shade (@bg_color, 0.95), 0.94); + border-color: @dark_bg_color; + border-style: solid; + border-width: 0; + box-shadow: none; +} + +NautilusWindow .pane-separator:backdrop, +NemoWindow .pane-separator:backdrop { + background-color: shade (shade (@bg_color, 0.95), 0.96); +} + +NautilusWindow .toolbar.menubar, +NemoWindow .toolbar.menubar { + -GtkToolbar-button-relief: normal; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.0)), + to (shade (@dark_bg_color, 1.2))); + color: @fg_color; + padding: 3px; + box-shadow: none; +} + +/* for breadcrumbs path bar */ +NautilusWindow .toolbar.menubar .button, +.nemo-pathbar-button, +NemoPathbarButton { + -GtkWidget-focus-line-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.4)), + to (shade (@dark_bg_color, 0.96))); + color: @dark_fg_color; + padding: 6px 6px; + border-width: 1px; + border-style: solid; + border-color: alpha(shade (@dark_bg_color, 0.80), 1.2); + -NemoPathbarButton-border-radius: 3px; +} + +NautilusWindow .toolbar.menubar .button:hover, +NautilusWindow .toolbar.menubar .button:active:hover, +NemoPathbarButton:hover, +NemoPathbarButton:active:hover { + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +NautilusWindow .toolbar.menubar .button:active, +NemoPathbarButton:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@selected_bg_color, 1.32), shade(@dark_bg_color, 1.1), 0.7)), + to (mix (shade (@selected_bg_color, 1.05), shade(@dark_bg_color, 1.18), 0.7))); + + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +.toolbar.menubar .separator { + border-color: shade (@dark_bg_color, 0.96); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* For Places Sidebar diskfull indicators */ + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, .65); + -NemoPlacesTreeView-disk-full-fg-color: shade(@selected_bg_color, 1.0); + -NemoPlacesTreeView-disk-full-bar-width: 1px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 1px; + -NemoPlacesTreeView-disk-full-max-length: 70px; +} + +NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, 2.0); + -NemoPlacesTreeView-disk-full-fg-color: shade(@fg_color, 2.0); +} + +NemoPlacesTreeView:hover { +} + +NemoPlacesTreeView:selected:hover { +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/software-center.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/software-center.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/software-center.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/software-center.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +.action-bar { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/unity.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/unity.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/unity.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/unity.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,131 @@ +/* Decorations */ + +UnityDecoration { + -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-input-extents: 10px; + + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 5px; + -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.78); + -UnityDecoration-active-shadow-radius: 30px; + -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.3); + -UnityDecoration-inactive-shadow-radius: 25px; + + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: rgb (221, 72, 20); + + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration.top { + border: 1px solid rgba (85, 40, 0, 0.04); /* shade (@dark_bg_color) (shade (#edebe6, 1.06) */ + border-bottom-width: 0; + border-radius: 6px 6px 0 0; + padding: 1px 6px 0 6px; + + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 1.065), inset 0 0 transparent; + + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityDecoration.top:backdrop { + border: 1px solid rgba (110, 27, 0, 0.04); /* shade @dark_bg_color - shade (#edebe6, 0.96) */ + border-bottom-width: 0; + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 0.96)), + to (@dark_bg_color)); + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 0.97), inset 0 0 transparent; + + color: #a39e9a; + text-shadow: 1px 0 1px shade (@dark_bg_color, 1.08), -1px 0 1px shade (@dark_bg_color, 1.08), + 0 1px 1px shade (@dark_bg_color, 1.08), 0 -1px 1px shade (@dark_bg_color, 1.08); +} + +UnityDecoration.left, +UnityDecoration.right { + background-color: shade (@bg_color, 0.7); + background-size: 1px 70px; + background-repeat: repeat-x; + + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #A8A8A8), + color-stop (0.5, #A8A8A8), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.left:backdrop, +UnityDecoration.right:backdrop { + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #B5B5B5), + color-stop (0.5, #B5B5B5), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.bottom { + background-image: none; + background-color: shade (@bg_color, 0.7); +} + +/* Panel Style */ + +UnityPanelWidget, +.unity-panel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + border-top-color: shade (#EDEDED, 1.08); + border-style: solid; + border-width: 1px 0 0 0; + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: #A3A3A3; +} + +.unity-panel.menubar, +.unity-panel .menubar { +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 1px 1px 0 1px; + icon-shadow: 0 -1px shade (@dark_bg_color, 1.06); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (shade (@dark_bg_color, 1.02))); +} + +@keyframes playbackmenuitem_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: playbackmenuitem_spinner 1s infinite linear; + color: @selected_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/unity-greeter.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/unity-greeter.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/unity-greeter.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/apps/unity-greeter.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,94 @@ +.lightdm.menu { + background-image: none; + background-color: alpha (black, 0.6); + border-color: alpha (white, 0.2); + border-radius: 4px; + padding: 1px; + + color: white; +} + +.lightdm-combo .menu { + background-color: shade (@dark_bg_color, 1.08); + border-radius: 0px; + padding: 0px; + + color: white; +} + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: white; +} + +.lightdm.menubar { + background-image: none; + background-color: alpha (black, 0.5); +} + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .entry, +.lightdm.button, +.lightdm.entry { + background-image: none; + background-color: alpha (black, 0.3); + border-color: alpha (white, 0.6); + border-radius: 5px; + padding: 7px; + + color: white; + text-shadow: none; +} + +.lightdm.button, +.lightdm.button:hover, +.lightdm.button:active, +.lightdm.button:active:focused, +.lightdm.entry, +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focused { + background-image: none; + border-image: none; +} + +.lightdm.button:focused, +.lightdm.entry:focused { + border-color: alpha (white, 0.9); + border-width: 1px; + border-style: solid; + + color: white; +} + +.lightdm.entry:selected { + background-color: alpha (white, 0.2); +} + +@keyframes dashentry_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; +} + +.lightdm.option-button { + padding: 2px; + background: none; + border: 0; +} + +.lightdm.toggle-button { + background: none; + border-width: 0; +} + +.lightdm.toggle-button.selected { + background-color: alpha (black, 0.3); + border-width: 1px; +} Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/backdrop-radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-active-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-active-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-default-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-default-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-default-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-default-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-default-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-default-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-default.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-default.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-menuitem-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-menuitem-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-arrow-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-arrow-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-arrow.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-arrow.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-button-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-button-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/frame.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/frame.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/notebook-tab-bottom.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/notebook-tab-bottom.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/notebook-tab-left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/notebook-tab-left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/notebook-tab-right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/notebook-tab-right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/notebook-tab-top.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/notebook-tab-top.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/progressbar-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/progressbar-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/progressbar-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/progressbar-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/progressbar-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/progressbar-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/progressbar-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/progressbar-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radiance-entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-horizontal-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-horizontal-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-horizontal-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-horizontal-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-horizontal-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-horizontal-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-vertical-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-vertical-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-vertical-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-vertical-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-vertical-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-vertical-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scale-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scrollbar_handle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scrollbar_handle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scrollbar_handle_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/scrollbar_handle_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-horizontal-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-horizontal-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-horizontal-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-horizontal-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-horizontal-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-horizontal-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-horizontal-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-horizontal-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-horizontal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-horizontal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_prelight_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_prelight_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_vertical_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_vertical_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-vertical-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-vertical-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-vertical-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-vertical-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-vertical-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-vertical-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-vertical-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-vertical-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_vertical_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_vertical_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/slider-vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-button-off-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-button-off-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-button-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-button-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-button-on-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-button-on-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-button-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-button-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-trough-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-trough-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-trough-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-trough-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-trough-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-trough-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-trough-toolbar-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-trough-toolbar-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-trough-toolbar-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/assets/switch-trough-toolbar-on.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1 @@ +@import url("gtk-main.css"); \ No newline at end of file diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-main.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-main.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-main.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-main.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,70 @@ +/*default color scheme */ +@define-color bg_color #F2F2F2; +@define-color fg_color #4C4C4C; +@define-color base_color #ffffff; +@define-color text_color #3C3C3C; +@define-color selected_bg_color #7F441F; +@define-color selected_fg_color #ffffff; +@define-color tooltip_bg_color #000000; +@define-color tooltip_fg_color #ffffff; + +/* misc colors used by gtk+ + * + * Gtk doesn't currently expand color variables for style properties. Thus, + * gtk-widgets.css uses literal color names, but includes a comment containing + * the name of the variable. Please remember to change values there as well + * when changing one of the variables below. + */ +@define-color info_fg_color rgb (181, 171, 156); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (173, 120, 41); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (97, 122, 214); +@define-color question_bg_color rgb (138, 173, 212); +@define-color error_fg_color rgb (235, 235, 235); +@define-color error_bg_color rgb (223, 56, 44); +@define-color link_color @selected_bg_color; +@define-color success_color #4e9a06; +@define-color error_color #df382c; + +/* theme common colors */ +@define-color button_bg_color shade (@bg_color, 1.02); /*shade (#cdcdcd, 1.08);*/ +@define-color notebook_button_bg_color shade (@bg_color, 1.02); +@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6); +@define-color dark_bg_color #DFDFDF; +@define-color dark_fg_color @fg_color; + +@define-color backdrop_fg_color mix (@bg_color, @fg_color, 0.8); +@define-color backdrop_text_color mix (@base_color, @text_color, 0.8); +@define-color backdrop_dark_fg_color mix (@dark_bg_color, @dark_fg_color, 0.75); +@define-color backdrop_selected_bg_color shade (@bg_color, 0.92); +@define-color backdrop_selected_fg_color @fg_color; + +@define-color focus_color alpha (@selected_bg_color, 0.5); +@define-color focus_bg_color alpha (@selected_bg_color, 0.1); + +@define-color shadow_color alpha(black, 0.5); + +@define-color osd_fg_color #eeeeec; +@define-color osd_bg_color alpha(#202526, 0.7); +@define-color osd_border_color alpha(black, 0.7); + +@import url("gtk-widgets-borders.css"); +@import url("gtk-widgets-borders-radiance.css"); +@import url("gtk-widgets-assets.css"); +@import url("gtk-widgets-assets-radiance.css"); +@import url("gtk-widgets.css"); +@import url("gtk-widgets-radiance.css"); +@import url("apps/geary.css"); +@import url("apps/unity.css"); +@import url("apps/unity-greeter.css"); +@import url("apps/baobab.css"); +@import url("apps/gedit.css"); +@import url("apps/nautilus.css"); +@import url("apps/gnome-panel.css"); +@import url("apps/gnome-terminal.css"); +@import url("apps/gnome-system-log.css"); +@import url("apps/glade.css"); +@import url("apps/california.css"); +@import url("apps/software-center.css"); +@import url("public-colors.css"); diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-assets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-assets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-assets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-assets.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,562 @@ +/*************** + * Resize grip * + ***************/ + +.grip { + background-color: transparent; + /*background-image: url("assets/resize-grip.svg");*/ +} + +/************************* + * Check and Radio items * + *************************/ + +/* draw regular check and radio items using our SVG assets */ +.check { + -gtk-icon-source: url("assets/check-unselected.png"); +} + +.check:hover { + -gtk-icon-source: url("assets/check-unselected-hover.png"); +} + +.check row, +.check row:selected, +.check row:selected:focus { + -gtk-icon-source: url("assets/check-unselected-alt.png"); +} + +.check row:hover, +.check row:selected:hover, +.check row:selected:focus:hover { + -gtk-icon-source: url("assets/check-unselected-hover-alt.png"); +} + +.check:insensitive { + -gtk-icon-source: url("assets/check-unselected-disabled.png"); +} + +.check row:insensitive { + background-color: transparent; +} + +.check row:insensitive, +.check row:selected:insensitive, +.check row:selected:focus:insensitive { + background-color: transparent; + -gtk-icon-source: url("assets/check-unselected-disabled-alt.png"); +} + +.check:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected.png"); +} + +.check:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover.png"); +} + +.check row:backdrop, +.check row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-alt.png"); +} + +.check row:hover:backdrop, +.check row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover-alt.png"); +} + +.check:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled.png"); +} + +.check row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled-alt.png"); +} + +.check:checked { + -gtk-icon-source: url("assets/check-selected.png"); +} + +.check:checked:hover { + -gtk-icon-source: url("assets/check-selected-hover.png"); +} + +.check row:checked, +.check row:selected:checked, +.check row:selected:focus:checked { + -gtk-icon-source: url("assets/check-selected-alt.png"); +} + +.check row:checked:hover, +.check row:selected:checked:hover, +.check row:selected:checked:focus:hover { + -gtk-icon-source: url("assets/check-selected-hover-alt.png"); +} + +.check:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled.png"); +} + +.check row:checked:insensitive, +.check row:selected:checked:insensitive, +.check row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled-alt.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover.png"); +} + +.check row:checked:backdrop, +.check row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-alt.png"); +} + +.check row:checked:hover:backdrop, +.check row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover-alt.png"); +} + +.check:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled.png"); +} + +.check row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled-alt.png"); +} + +.check:inconsistent { + -gtk-icon-source: url("assets/check-mixed.png"); +} + +.check:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover.png"); +} + +.check row:inconsistent, +.check row:selected:inconsistent, +.check row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/check-mixed-alt.png"); +} + +.check row:inconsistent:hover, +.check row:selected:inconsistent:hover, +.check row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled.png"); +} + +.check row:inconsistent:insensitive, +.check row:selected:inconsistent:insensitive, +.check row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled-alt.png"); +} + +.check:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed.png"); +} + +.check:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover.png"); +} + +.check row:inconsistent:backdrop, +.check row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-alt.png"); +} + +.check row:inconsistent:hover:backdrop, +.check row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled.png"); +} + +.check row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled-alt.png"); +} + +.radio { + -gtk-icon-source: url("assets/radio-unselected.png"); +} + +.radio:hover { + -gtk-icon-source: url("assets/radio-unselected-hover.png"); +} + +.radio row, +.radio row:selected, +.radio row:selected:focus { + -gtk-icon-source: url("assets/radio-unselected-alt.png"); +} + +.radio row:hover, +.radio row:selected:hover, +.radio row:selected:focus:hover { + -gtk-icon-source: url("assets/radio-unselected-hover-alt.png"); +} + +.radio:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled.png"); +} + +.radio row:insensitive { + background-color: transparent; +} + +.radio row:insensitive, +.radio row:selected:insensitive, +.radio row:selected:focus:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled-alt.png"); +} + +.radio:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected.png"); +} + +.radio:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover.png"); +} + +.radio row:backdrop, +.radio row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-alt.png"); +} + +.radio row:hover:backdrop, +.radio row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover-alt.png"); +} + +.radio:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled.png"); +} + +.radio row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled-alt.png"); +} + +.radio:checked { + -gtk-icon-source: url("assets/radio-selected.png"); +} + +.radio:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover.png"); +} + +.radio row:checked, +.radio row:selected:checked, +.radio row:selected:focus:checked { + -gtk-icon-source: url("assets/radio-selected-alt.png"); +} + +.radio row:checked:hover, +.radio row:selected:checked:hover, +.radio row:selected:focus:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled.png"); +} + +.radio row:insensitive, +.radio row:selected:checked:insensitive, +.radio row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled-alt.png"); +} + +.radio:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected.png"); +} + +.radio:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover.png"); +} + +.radio row:checked:backdrop, +.radio row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-alt.png"); +} + +.radio row:checked:hover:backdrop, +.radio row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled.png"); +} + +.radio row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled-alt.png"); +} + +.radio:inconsistent { + -gtk-icon-source: url("assets/radio-mixed.png"); +} + +.radio:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover.png"); +} + +.radio row:inconsistent, +.radio row:selected:inconsistent, +.radio row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover, +.radio row:selected:inconsistent:hover, +.radio row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled.png"); +} + +.radio row:inconsistent:insensitive, +.radio row:selected:inconsistent:insensitive, +.radio row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled-alt.png"); +} + +.radio:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed.png"); +} + +.radio:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover.png"); +} + +.radio row:inconsistent:backdrop, +.radio row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover:backdrop, +.radio row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled.png"); +} + +.radio row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled-alt.png"); +} + +.primary-toolbar .menu .check, +.menubar.toolbar .menu .check, +.header-bar .menu .check, +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .radio, +.menubar.toolbar .menu .radio, +.header-bar .menu .radio, +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .check:checked, +.menubar.toolbar .menu .check:checked, +.header-bar .menu .check:checked, +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:hover, +.menu .check:checked:hover { + -gtk-icon-source: url("assets/check-menuitem.png"); +} + +.primary-toolbar .menu .check:checked:insensitive, +.menubar.toolbar .menu .check:checked:insensitive, +.header-bar .menu .check:checked:insensitive, +.toolbar .menu .check:checked:hover:insensitive, +.menu .check:checked:insensitive, +.menu .check:checked:hover:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive.png"); +} + +.toolbar .menu .radio:checked:hover, +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem.png"); +} + +.primary-toolbar .menu .radio:checked:insensitive, +.menubar.toolbar .menu .radio:checked:insensitive, +.header-bar .menu .radio:checked:insensitive, +.toolbar .menu .radio:checked:hover:insensitive, +.menu .radio:checked:insensitive, +.menu .radio:checked:hover:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive.png"); +} + +.toolbar .menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.toolbar .menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.toolbar .menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} + +/********************* + * GtkScale's slider * + *********************/ +.scale.slider, +.scale.slider.horizontal { + background-image: url("assets/slider-horizontal.png"); +} + +.scale.slider:backdrop, +.scale.slider.horizontal:backdrop { + /*background-image: url("assets/slider-horizontal-disabled.png");*/ +} + +.scale.slider:hover, +.scale.slider.horizontal:hover { + background-image: url("assets/slider-horizontal-hover.png"); +} + +.scale.slider:focused, +.scale.slider.horizontal:focused { + background-image: url("assets/slider-horizontal-focused.png"); +} + +.scale.slider:hover:focused, +.scale.slider.horizontal:hover:focused { + background-image: url("assets/slider-horizontal-focused-hover.png"); +} + +.scale.slider:insensitive, +.scale.slider.horizontal:insensitive { + background-image: url("assets/slider-horizontal-disabled.png"); +} + +.scale.slider:insensitive:backdrop, +.scale.slider.horizontal:insensitive:backdrop { + /*background-image: url("assets/slider-horizontal-backdrop-disabled.png");*/ +} + +.scale.slider.vertical { + background-image: url("assets/slider-vertical.png"); +} + +.scale.slider.vertical:backdrop { + /*background-image: url("assets/slider-vertical-backdrop.png");*/ +} + +.scale.slider.vertical:hover { + background-image: url("assets/slider-vertical-hover.png"); +} + +.scale.slider.vertical:focused { + background-image: url("assets/slider-vertical-focused.png"); +} + +.scale.slider.vertical:hover:focused { + background-image: url("assets/slider-vertical-focused-hover.png"); +} + +.scale.slider.vertical:insensitive { + background-image: url("assets/slider-vertical-disabled.png"); +} + +.scale.slider.vertical:insensitive:backdrop { + /*background-image: url("assets/slider-vertical-backdrop-disabled.png");*/ +} + +/*.scale.scale-has-marks-above.slider.horizontal { + background-image: url("assets/slider-up.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:insensitive { + background-image: url("assets/slider-up-disabled.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop { + background-image: url("assets/slider-up-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-up-backdrop-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical { + background-image: url("assets/slider-left.png"); +} + +.scale.scale-has-marks-above.slider.vertical:insensitive { + background-image: url("assets/slider-left-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop { + background-image: url("assets/slider-left-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-left-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal { + background-image: url("assets/slider-down.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:insensitive { + background-image: url("assets/slider-down-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop { + background-image: url("assets/slider-down-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-down-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical { + background-image: url("assets/slider-right.png"); +} + +.scale.scale-has-marks-below.slider.vertical:insensitive { + background-image: url("assets/slider-right-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop { + background-image: url("assets/slider-right-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-right-backdrop-disabled.png"); +}*/ + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-assets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-assets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-assets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-assets-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-borders.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-borders.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-borders.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-borders.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,313 @@ +/* Borders */ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border: 1px solid #2e2e2c; + border-bottom-width: 0px; + border-radius: 4px 4px 0 0; +} + +/********* + * entry * + *********/ +.entry { + border-radius: 8px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.entry { + border-image: url("assets/entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:backdrop { + border-image: url("assets/backdrop-entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:focus { + border-image: url("assets/entry-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive { + border-image: url("assets/entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive:backdrop { + border-image: url("assets/backdrop-entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + border-radius: 8px; + border-width: 0; +} + +/****************** + * combobox entry * + ******************/ +GtkComboBox.combobox-entry .entry:first-child, +GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 1px 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +GtkComboBox.combobox-entry .entry:last-child, +GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +GtkComboBox.combobox-entry .button { + border-image: url("assets/combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:backdrop { + border-image: url("assets/backdrop-combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive { + border-image: url("assets/combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive:backdrop { + border-image: url("assets/backdrop-combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:active:focus { + border-image: url("assets/combobox-button-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:first-child, +.primary-toolbar GtkComboBox.combobox-entry .button:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:first-child, +.header-bar GtkComboBox.combobox-entry .entry:first-child, +.header-bar GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:last-child, +.primary-toolbar GtkComboBox.combobox-entry .button:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:last-child, +.header-bar GtkComboBox.combobox-entry .entry:last-child, +.header-bar GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +.notebook tab.top:active { + border-image: url("assets/notebook-tab-top.png") 8 10 1 10 / 8px 10px 1px 10px stretch; +} + +.notebook tab.right:active { + border-image: url("assets/notebook-tab-right.png") 10 8 10 1 / 10px 8px 10px 1px stretch; +} + +.notebook tab.bottom:active { + border-image: url("assets/notebook-tab-bottom.png") 1 10 8 10 / 1px 10px 8px 10px stretch; +} + +.notebook tab.left:active { + border-image: url("assets/notebook-tab-left.png") 10 1 10 8 / 10px 1px 10px 8px stretch; +} + +/* unfocused window: generic element borders */ +.button:backdrop, +GtkComboBox.combobox-entry .entry:backdrop, +GtkComboBox.combobox-entry .button:backdrop, +.entry:backdrop, +GtkSwitch.trough:backdrop, +.trough:backdrop { +} + +.trough, +.trough.highlight { + border-radius: 4px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.trough { + border-image: url("assets/progressbar-horizontal-trough.png") 6 7 6 7 / 6px 7px 6px 7px stretch; +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +.trough row { +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +GtkSwitch.trough { + border-image: url("assets/switch-trough-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.trough:active { + border-image: url("assets/switch-trough-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough, +.menubar.toolbar GtkSwitch.trough, +.header-bar GtkSwitch.trough { + border-image: url("assets/switch-trough-toolbar-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough:active, +.menubar.toolbar GtkSwitch.trough:active, +.header-bar GtkSwitch.trough:active { + border-image: url("assets/switch-trough-toolbar-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:active:backdrop, +GtkSwitch.trough:insensitive, +GtkSwitch.trough:active:insensitive { + border-image: url("assets/switch-trough-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.slider { + border-image: url("assets/switch-button-off.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +GtkSwitch.slider:active { + border-image: url("assets/switch-button-on.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:backdrop, +GtkSwitch.slider:insensitive { + border-image: url("assets/switch-button-off-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:active:backdrop, +GtkSwitch.slider:active:insensitive { + border-image: url("assets/switch-button-on-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-image: url("assets/progressbar-horizontal-fill.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical { + border-image: url("assets/progressbar-vertical-fill.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop { + border-image: url("assets/progressbar-horizontal-fill-backdrop.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical:backdrop { + border-image: url("assets/progressbar-vertical-fill-backdrop.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.scale.trough { + border-image: url("assets/scale-horizontal-trough.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:insensitive { + border-image: url("assets/scale-horizontal-trough-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:backdrop { + border-image: url("assets/scale-horizontal-trough-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical { + border-image: url("assets/scale-vertical-trough.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.vertical:insensitive { + border-image: url("assets/scale-vertical-trough-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left { + border-image: url("assets/scale-horizontal-fill.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical:backdrop { + border-image: url("assets/scale-vertical-trough-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left:insensitive { + border-image: url("assets/scale-horizontal-fill-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.left:backdrop { + border-image: url("assets/scale-horizontal-fill-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.bottom.vertical { + border-image: url("assets/scale-vertical-fill.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:insensitive { + border-image: url("assets/scale-vertical-fill-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:backdrop { + border-image: url("assets/scale-vertical-fill-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-borders-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-borders-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-borders-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-borders-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,38 @@ + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/radiance-entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/radiance-entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/radiance-combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/radiance-combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/radiance-combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border-color: #b8ab9c; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:24.000000000 +0000 @@ -0,0 +1,2126 @@ +* { + -GtkArrow-arrow-scaling: 0.6; + -GtkButton-child-displacement-x: 1; + -GtkButton-child-displacement-y: 1; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-interior-focus: true; + -GtkButton-inner-border: 3; + -GtkCheckButton-indicator-size: 18; + -GtkCheckMenuItem-indicator-size: 16; + -GtkEntry-inner-border: 2; + -GtkEntry-progress-border: 0; + -GtkExpander-expander-size: 8; + -GtkHTML-link-color: #9C7648; /* @link_color */ + -GtkIMHtml-hyperlink-color: #9C7648; /* @link_color */ + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 5px; + -GtkMenuBar-internal-padding: 0; + -GtkMenuItem-arrow-scaling: 0.6; + -GtkNotebook-tab-overlap: 1; + -GtkPaned-handle-size: 6; + -GtkProgressBar-min-horizontal-bar-height: 14; + -GtkProgressBar-min-vertical-bar-width: 14; + -GtkRange-trough-border: 0; + -GtkRange-slider-width: 14; + -GtkRange-stepper-size: 13; + -GtkRange-trough-under-steppers: 1; + -GtkRange-stepper-spacing: 0; + -GtkScale-trough-border: 0; + -GtkScrollbar-activate-slider: 1; + -GtkScrollbar-trough-border: 0; + -GtkScrollbar-min-slider-length: 31; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkSeparatorMenuItem-horizontal-padding: 0; + -GtkStatusbar-shadow-type: none; + -GtkTextView-error-underline-color: #df382c; /* @error_color */ + -GtkToolButton-icon-spacing: 6; + -GtkToolItemGroup-expander-size: 11; + -GtkToolbar-internal-padding: 0; + -GtkTreeView-expander-size: 8; + -GtkTreeView-vertical-separator: 0; + -GtkWidget-separator-width: 2; + -GtkWidget-separator-height: 2; + -GtkWidget-link-color: #9C7648; /* @link_color */ + -GtkWidget-visited-link-color: #9C7648; /* @link_color */ + -GtkWindow-resize-grip-width: 0; + -GtkWindow-resize-grip-height: 0; + -WnckTasklist-fade-overlay-rect: 0; + + background-origin: border-box; + background-clip: padding-box; +} + +.background { + color: @fg_color; + background-color: @bg_color; +} + +.background:backdrop { + color: @backdrop_fg_color; +} + +/* LP: #1285783 */ +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; +} + +GtkPaned { + background-color: @bg_color; +} + +/* Background hack to make DejaDup Assistant windows not turn black when + * overlay scrollbars are enabled. + */ +Assistant GtkEventBox { + background-color: @bg_color; +} + +/* ... and for Evolution's mail preferences window */ +EPreferencesWindow GtkNotebook GtkAlignment GtkVBox { + background-color: @bg_color; +} + +/************* + * assistant * + *************/ +GtkAssistant .sidebar .highlight { + color: @fg_color; + font: bold; +} + +GtkAssistant .sidebar { + background-color: shade (@bg_color, 0.97); + border-right-color: shade (@bg_color, 0.8); + border-radius: 0; + border-style: solid; + border-width: 0 1px 0 0; + padding: 12px; + + color: mix (@fg_color, @bg_color, 0.40); + text-shadow: 0 1px shade (@bg_color, 1.04); + + box-shadow: inset -1px 0 shade (@bg_color, 0.94); +} + +/********** + * button * + **********/ +.button { + padding: 5px 6px; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + + border: 1px solid transparent; + border-radius: 8px; + border-image-source: url("assets/button.png"); + + /* all button border images have the same size and are sliced in the same way */ + border-image-width: 10px 12px 10px 12px; + border-image-slice: 10 12 10 12; + border-image-repeat: stretch; +} + +.button.flat { + background-image: none; + border-image-source: none; +} + +.button:backdrop { + background-image: none; + background-color: @bg_color; + border-image-source: url("assets/backdrop-button.png"); + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +.button.flat:backdrop { + border-image-source: none; +} + +.button:focus { + border-image-source: url("assets/button-focused.png"); +} + +.button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.12)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.96))); + border-image-source: url("assets/button-hover.png"); +} + +.button:hover:backdrop { + background-color: shade (@bg_color, 1.04); + border-image-source: url("assets/backdrop-button-hover.png"); +} + +.button:hover:focus { + border-image-source: url("assets/button-focused-hover.png"); +} + +.button:insensitive { + background-image: none; + background-color: mix (#ebebeb, @bg_color, 0.5); + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + border-image-source: url("assets/button-disabled.png"); +} + +.button:insensitive:backdrop { + background-color: #ebebeb; + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); + border-image-source: url("assets/backdrop-button-disabled.png"); +} + +.button.flat:insensitive, +.button.flat:insensitive:backdrop { + background-color: transparent; + border-image-source: none; +} + +.button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + border-image-source: url("assets/button-active.png"); +} + +.button:checked:focus { + border-image-source: url("assets/button-active-focused.png"); +} + +.button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#dcdcdc), + to (#f3f3f3)); + border-image-source: url("assets/button-active-hover.png"); +} + +.button:active:focus { + border-image-source: url("assets/button-active-focused-hover.png"); +} + +.button:active:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#e3e3e3), + to (#f3f3f3)); + border-image-source: url("assets/button-active-disabled.png"); +} + +.button:checked:backdrop { + border-image-source: url("assets/backdrop-button-active.png"); +} + +.button:active:backdrop { + border-image-source: url("assets/backdrop-button-active-hover.png"); +} + +.button:checked:insensitive:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (#e3e3e3, @bg_color, 0.5)), + to (mix (#f3f3f3, @bg_color, 0.5))); + border-image-source: url("assets/backdrop-button-active-disabled.png"); +} + +.button.default { + border-image-source: url("assets/button-default.png"); +} + +.button.default:hover { + border-image-source: url("assets/button-default-hover.png"); +} + +.button.default:focus { + border-image-source: url("assets/button-default-focused.png"); +} + +.button.default:focus:hover { + border-image-source: url("assets/button-default-focused-hover.png"); +} + +/****************** + * Linked Widgets * + *****************/ +.linked > .entry, +.linked > .button, +.linked > GtkComboBox > .button { + border-radius: 0; + border-image-width: 10px 0 10px 0; + border-width: 1px 0 1px 0; + box-shadow: inset -1px 0 shade (@bg_color, 0.84); +} + +.linked > .entry:first-child, +.linked > .button:first-child, +.linked > GtkComboBox:first-child > .button { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; +} + +.linked > .entry:last-child, +.linked > .button:last-child, +.linked > GtkComboBox:last-child > .button { + border-image-width: 10px 12px 10px 0; + border-radius: 0 8px 8px 0; + box-shadow: none; +} + +.linked > .entry:only-child, +.linked > .button:only-child, +.linked > GtkComboBox:only-child > .button { + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +.primary-toolbar .linked .button, +.header-bar .linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.header-bar .linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.header-bar .linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4) +} + +.primary-toolbar .linked .button:active, +.header-bar .linked .button:active, +.primary-toolbar .linked .button:insensitive, +.header-bar .linked .button:insensitive { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:only-child, +.header-bar .linked .button:only-child { + box-shadow: none; +} + +/**************** + * cell and row * + ****************/ +.cell { + -GtkCheckButton-indicator-size: 16; + + background-color: @base_color; + border-radius: 0; + border-width: 0; +} + +row:selected { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@selected_bg_color, 1.06)), + to (shade (@selected_bg_color, 0.94))); + border-top-color: shade (@selected_bg_color, 0.88); + border-style: solid; + border-width: 1px 0 0 0; + + color: @selected_fg_color; +} + +row:selected:backdrop { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@backdrop_selected_bg_color, 1.06)), + to (shade (@backdrop_selected_bg_color, 0.94))); + border-top-color: shade (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + +/******************* + * check and radio * + *******************/ + +/* Draw a focus ring around the contained label ... */ +GtkCheckButton.text-button GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +GtkCheckButton.text-button:focus GtkLabel { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +/* ... unless it's a proper button, which already has a focus-colored border */ +.button.text-button:focus GtkLabel { + border: none; + background: none; +} + +.menu .radio * { + box-shadow: none; +} + +/***************** + * column-header * + *****************/ +column-header .button, +column-header .button:active { + border-radius: 0; + border-width: 0 1px 1px 0; + border-image: none; +} + +column-header .button { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.06)), + to (shade (@bg_color, 1.04))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); + + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.4); +} + +column-header .button:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.02))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.94)), + to (shade (@bg_color, 0.88))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.03), + inset 0 -1px shade (@bg_color, 1.03); +} + +column-header .button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.13)), + to (shade (@bg_color, 1.08))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + +column-header .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.1)), + to (shade (@bg_color, 1.06))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + + +column-header:nth-child(last) .button { + border-width: 0 0 1px 0; +} + +/**************** + * Content view * + ****************/ +.content-view.view { + background-color: shade (@bg_color, 1.01); +} + +.content-view.view:prelight { + background-color: shade (@bg_color, 1.03); +} + +.view:selected, +.view:active, +.content-view.view:selected, +.content-view.view:active { + background-color: @selected_bg_color; +} + +.content-view.view:insensitive { + background-color: @bg_color; +} + +.content-view.view:backdrop { + background-color: @bg_color; +} + +.content-view.view:selected:backdrop { + background-color: @backdrop_selected_bg_color; +} + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; +} + +/********* + * entry * + *********/ +.entry { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@base_color, 0.96)), + to (@base_color)); + padding: 5px 7px; + + color: @text_color; +} + +.entry:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@base_color, 0.96), @bg_color, 0.5)), + to (mix (@base_color, @bg_color, 0.5))); + color: @backdrop_text_color; +} + +.entry:selected, +.entry:selected:focused { + background-color: @selected_bg_color; + + color: @selected_fg_color; +} + +.entry:insensitive { + background-color: #f5f5f5; + background-image: none; + + color: mix (@text_color, @base_color, 0.4); +} + +.entry:insensitive:backdrop { + background-color: mix (#f5f5f5, @bg_color, 0.5); + + color: mix (@text_color, @base_color, 0.4); +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.8)), + color-stop (0.1, shade (@selected_bg_color, 0.9)), + to (shade (@selected_bg_color, 1.1))); + border-width: 0; + + color: @selected_fg_color; +} + +/************ + * expander * + ************/ +.expander { + color: @fg_color; +} + +/********* + * frame * + *********/ +.frame { + border-radius: 3px; + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.82); + border-image: none; + background: none; +} + +.frame.flat { + border: none; +} + +/**************** + * window-frame * + ****************/ + +.window-frame.csd.popup { + border-style: none; + border-radius: 0; + box-shadow: 0 3px 8px @shadow_color; +} + +.window-frame { + border: none; + border-radius: 2px 2px 0 0; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), + 0 6px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); + + /* this is used for the resize cursor area */ + margin: 15px; +} + +.window-frame:backdrop { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.12); +} + +.window-frame.tiled { + border-radius: 0; +} + +.window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: none; +} + +.window-frame.csd.message-dialog { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), + 0 3px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); +} + +/******* + * CSD * + *******/ +.titlebar { + border-radius: 0px; + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +.tiled .titlebar { + border-radius: 0; +} + +.maximized .titlebar { + border-radius: 0; +} + +/* this is the default titlebar that is added by GTK + * when client-side decorations are in use and the application + * does not set a custom titlebar. + */ +.titlebar.default-decoration { + border: none; + box-shadow: none; +} + +.titlebar .title { + font: bold; +} + +.titlebar:backdrop { + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + background-color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +/************ + * iconview * + ************/ +.view { + background-color: @base_color; + color: @text_color; +} + +GtkIconView.view.cell:selected, +GtkIconView.view.cell:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.0)), + to (shade (@selected_bg_color, 0.9))); + border-radius: 5px; + border-style: solid; + border-width: 1px; + border-color: shade (@selected_bg_color, 0.8); + border-bottom-color: shade (@selected_bg_color, 0.7); + + color: @selected_fg_color; + + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.05), + inset -1px 0 shade (@selected_bg_color, 1.05), + inset 0 1px shade (@selected_bg_color, 1.08), + inset 0 -1px shade (@selected_bg_color, 1.0); +} + +.rubberband { + background-color: alpha (@selected_bg_color, 0.35); + border-color: @selected_bg_color; + border-radius: 0; + border-style: solid; + border-width: 1px; +} + +GtkIconView.cell { + background-color: transparent; +} + +/*********** + * infobar * + ***********/ +.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@info_bg_color, 1.04)), + to (shade (@info_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @info_fg_color; + + border-color: shade (@info_bg_color, 0.8); + border-bottom-color: shade (@info_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@info_bg_color, 1.08), + inset -1px 0 shade (@info_bg_color, 1.08), + inset 0 1px shade (@info_bg_color, 1.1), + inset 0 -1px shade (@info_bg_color, 1.04); +} + +.warning { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@warning_bg_color, 1.04)), + to (shade (@warning_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @warning_fg_color; + + border-color: shade (@warning_bg_color, 0.8); + border-bottom-color: shade (@warning_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@warning_bg_color, 1.08), + inset -1px 0 shade (@warning_bg_color, 1.08), + inset 0 1px shade (@warning_bg_color, 1.1), + inset 0 -1px shade (@warning_bg_color, 1.04); +} + +.question { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@question_bg_color, 1.04)), + to (shade (@question_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @question_fg_color; + + border-color: shade (@question_bg_color, 0.8); + border-bottom-color: shade (@question_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@question_bg_color, 1.08), + inset -1px 0 shade (@question_bg_color, 1.08), + inset 0 1px shade (@question_bg_color, 1.1), + inset 0 -1px shade (@question_bg_color, 1.04); +} + +.error { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@error_bg_color, 1.04)), + to (shade (@error_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @error_fg_color; + + border-color: shade (@error_bg_color, 0.8); + border-bottom-color: shade (@error_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@error_bg_color, 1.08), + inset -1px 0 shade (@error_bg_color, 1.08), + inset 0 1px shade (@error_bg_color, 1.1), + inset 0 -1px shade (@error_bg_color, 1.04); +} + +/******** + * menu * + ********/ +GtkTreeMenu.menu, +.toolbar .header-bar .menu, +GtkMenuToolButton.menu, +.primary-toolbar .button .menu, +.header-bar .button .menu, +.menu { + background-image: none; + background-color: shade (@dark_bg_color, 1.08); + border-bottom-color: shade (@dark_bg_color, 0.96); + border-left-color: shade (@dark_bg_color, 0.8); + border-right-color: shade (@dark_bg_color, 0.8); + border-top-color: shade (@dark_bg_color, 0.96); + padding: 0; + border-width: 1px; + border-style: solid; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.18), + inset 0 -1px shade (@dark_bg_color, 1.18), + inset -1px 0 shade (@dark_bg_color, 1.16), + inset 1px 0 shade (@dark_bg_color, 1.18); + + margin: 1px; +} + +.toolbar .menu, +GtkComboBox .menu { + background-image: none; + background-color: @bg_color; + border-bottom-color: shade (@bg_color, 0.66); + border-left-color: shade (@bg_color, 0.7); + border-right-color: shade (@bg_color, 0.7); + border-top-color: shade (@bg_color, 0.8); + border-style: solid; + padding: 0; + + color: @fg_color; + + box-shadow: inset -1px 0 shade (@bg_color, 1.18), + inset 1px 0 shade (@bg_color, 1.18), + inset 0 1px shade (@bg_color, 1.18); +} + +.menu:selected { + background-color: @selected_bg_color; +} + +.menu.button:hover, +.menu.button:checked, +.menu.button:checked:insensitive, +.menu.button:insensitive, +.menu.button +{ + background-color: shade (@dark_bg_color, 1.08); + background-image: none; + border-radius: 0; + border-style: none; + border-width: 1px; +} + +.context-menu { + font: regular medium; +} + +/*********** + * menubar * + ***********/ +.menubar { + -GtkWidget-window-dragging: true; + + background-color: @dark_bg_color; + background-image: none; + border-width: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.menubar:backdrop { + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.8); +} + +/*************** + * menubaritem * + ***************/ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.38)), + to (shade (@dark_bg_color, 1.11))); + + box-shadow: inset 0 1px 1px 0 shade (@dark_bg_color, 1.8); + + color: shade (@dark_fg_color, 1.1); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +/************ + * menuitem * + ************/ +.menuitem { + -GtkMenuItem-horizontal-padding: 0; + background: transparent; + border-radius: 0; + padding: 3px 5px 3px 5px; + + text-shadow: none; +} + +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { +} + +GtkComboBox .menuitem *:hover { + color: @selected_fg_color; +} + +.popover .menuitem:checked:hover, +.menuitem:hover, +.menu .menuitem:hover { + border-radius: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.1)), + to (shade (@selected_bg_color, 0.9))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.7)), + to (shade (@selected_bg_color, 0.7))) 1; + border-image-width: 1px; + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.02), + inset -1px 0 shade (@selected_bg_color, 1.02), + inset 0 1px shade (@selected_bg_color, 1.16), + inset 0 -1px shade (@selected_bg_color, 0.96); + + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem.check:checked, +.menuitem.radio:checked { + color: @fg_color; +} + +.menu .menuitem.check:hover, +.menu .menuitem.radio:hover { + box-shadow: none; +} + +GtkTreeMenu.menu .menuitem:insensitive, +GtkTreeMenu.menu .menuitem *:insensitive, +.toolbar .header-bar .menu .menuitem:insensitive, +.toolbar .header-bar .menu .menuitem *:insensitive, +GtkMenuToolButton.menu .menuitem:insensitive, +GtkMenuToolButton.menu .menuitem *:insensitive, +.primary-toolbar .button .menu .menuitem:insensitive, +.primary-toolbar .button .menu .menuitem *:insensitive, +.header-bar .button .menu .menuitem:insensitive, +.header-bar .button .menu .menuitem *:insensitive, +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@dark_fg_color, @dark_bg_color, 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.toolbar .menu .menuitem:insensitive, +.toolbar .menu .menuitem *:insensitive, +GtkComboBox .menu .menuitem:insensitive, +GtkComboBox .menu .menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +.menuitem GtkCalendar, +.menuitem GtkCalendar.button, +.menuitem GtkCalendar.header, +.menuitem GtkCalendar.view { + background-color: @dark_bg_color; + background-image: none; + border-radius: 0; + border-style: solid; + border-width: 0; + padding: 0; + + color: @dark_fg_color; +} + +.menuitem GtkCalendar { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; +} + +.menuitem GtkCalendar:inconsistent { + color: shade (@bg_color, 0.6); +} + +.menuitem .entry { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; + + color: @dark_fg_color; + + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 0.9))) 1; + border-image-width: 1px; +} + +.primary-toolbar GtkScale.trough, +.primary-toolbar GtkScale.trough:backdrop, +.header-bar GtkScale.trough, +.header-bar GtkScale.trough:backdrop, +.menuitem GtkScale.trough { + background-color: @dark_bg_color; + background-image: none; + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 1.15))) 1; + border-image-width: 1px; +} + +.menuitem .accelerator { + color: alpha (@dark_fg_color, 0.5); +} + +.menuitem .accelerator:hover { + color: alpha (@selected_fg_color, 0.8); +} + +.menuitem .accelerator:insensitive { + color: alpha (mix (@dark_fg_color, @dark_bg_color, 0.5), 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.menuitem > GtkBox > GtkImage + GtkLabel { + padding-left: 6px; +} + +/************ + * notebook * + ************/ +.notebook tab.top { padding: 4px 6px 2px 6px; } +.notebook tab.top:active { padding-bottom: 3px; } +.notebook tab.bottom { padding: 2px 6px 4px 6px; } +.notebook tab.bottom:active { padding-top: 3px; } +.notebook tab.left { padding: 2px 4px 2px 6px; } +.notebook tab.left:active { padding-right: 5px; } +.notebook tab.right { padding: 2px 6px 2px 4px; } +.notebook tab.right:active { padding-left: 5px; } + +/* give active tab a background, as it might be dragged across of others when reordering */ +.notebook tab:active { + background-color: @bg_color; +} + +.notebook.header { + border-width: 0; /* set below depending on position of tab bar */ + border-color: shade (@bg_color, 0.82); + border-style: solid; +} + +/* Draw a border between tabs and content ... */ +.notebook.header.top { border-bottom-width: 1px; } +.notebook.header.right { border-left-width: 1px; } +.notebook.header.left { border-right-width: 1px; } +.notebook.header.bottom { border-top-width: 1px; } + +/* ... unless the content is in a frame (thus having a border itself */ +.notebook.header.frame.top { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.bottom { border: none; } + +.notebook tab.top { + border-image: -gtk-gradient (linear, left top, left bottom, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +.notebook tab.right { + border-image: -gtk-gradient (linear, right top, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.left { + border-image: -gtk-gradient (linear, left top, right top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.bottom { + border-image: -gtk-gradient (linear, left bottom, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +/* Draw a focus ring around labels in tabs */ +.notebook tab GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +.notebook:focus tab GtkLabel.active-page { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +.notebook GtkDrawingArea { + background-color: shade (@bg_color, 1.02); +} + +/****************** + * pane separator * + ******************/ +.sidebar .pane-separator, +.pane-separator { + background-color: transparent; + border-color: shade (@bg_color, 0.84); +} + +/************************* + * progressbar and scale * + *************************/ +GtkScale, +GtkProgressBar { + border-radius: 8px; + border-width: 0px; + padding: 1px; +} + +.scale.trough { + margin: 7px 0 6px 0; +} + +.scale.trough.vertical { + margin: 0 7px 0 6px; +} + +.menubar .menuitem .scale.highlight.left, +.scale.highlight.left, +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #745649; + border-style: solid; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop, +.scale.highlight.bottom:backdrop, +.progressbar.vertical:backdrop { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #b0b0b0; +} + +.scale.highlight.left:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.scale.highlight.bottom:insensitive { + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.trough, +.trough row, +.trough row:hover, +.trough row:selected, +.trough row:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#d1d1d1), + to (#e8e8e8)); + border-style: solid; + border-width: 1px; + + color: @text_color; +} + +.trough.vertical { + background-image: -gtk-gradient (linear, left top, right top, + from (#d1d1d1), + to (#e8e8e8)); +} + +/* level bars as used for password quality or remaining power */ + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; +} + +GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; +} + +.level-bar.trough { + padding: 2px; +} + +.level-bar.fill-block { + border-width: 1px; + border-style: solid; + + border-color: @selected_bg_color; + background-color: #745649; +} + +.level-bar.indicator-continuous.fill-block { + padding: 2px; + border-radius: 2px; +} + +.level-bar.fill-block:backdrop, +.level-bar.fill-block.level-high:backdrop, +.level-bar.fill-block.level-low:backdrop { + background-color: #b0b0b0; + border-color: #b0b0b0; + background-image: none; +} + + +.level-bar.indicator-discrete.fill-block.horizontal { + margin: 0 1px; +} + +.level-bar.indicator-discrete.fill-block.vertical { + margin: 1px 0; +} + +.level-bar.fill-block.level-high { + border-color: shade(@success_color, 0.85); + background-image: linear-gradient(to bottom, + shade(@success_color, 1.2), + @success_color 75%, + shade(@success_color, 0.95) + ); +} + +.level-bar.fill-block.level-low { + border-color: shade(@warning_bg_color, 0.80); + background-image: linear-gradient(to bottom, + shade(@warning_bg_color, 1.3), + @warning_bg_color 75%, + shade(@warning_bg_color, 0.90) + ); +} + +.level-bar.fill-block.empty-fill-block { + background-color: transparent; + background-image: none; + border-color: alpha(@bg_color, 0.1); +} + +.level-bar.fill-block.empty-fill-block:backdrop { + border-color: transparent; + background-color: transparent; +} + +GtkScale { + -GtkRange-slider-width: 18; + -GtkRange-trough-border: 0; + -GtkScale-slider-length: 14; +} + +GtkScale.vertical { + -GtkScale-slider-length: 13; +} + +.scale.trough.highlight { + background-color: #745649; + background-image: none; + background-clip: content-box; +} + +.scale.trough.highlight:insensitive { + background-color: #b5b5b5; + background-image: none; +} + +.scale.trough.highlight.left { + margin: 7px 0 7px 0; +} + +.scale.trough.highlight:backdrop { + background-color: #dcdcdc; + background-image: none; +} + +.scale.trough.highlight.bottom { + margin: 0 7px 0 7px; +} + +GtkScale.mark { + border-color: shade (@bg_color, 0.8); +} + +/************* + * scrollbar * + *************/ +.scrollbar, +.scrollbar.vertical { + -GtkScrollbar-has-backward-stepper: 0; + -GtkScrollbar-has-forward-stepper: 0; + -GtkRange-slider-width: 14; + + border-radius: 20px; + + border-image: none; +} + +.scrollbar.trough, +.scrollbar.trough.vertical { + border-color: shade (@bg_color, 0.8); +} + +.scrollbar.slider, +.scrollbar.slider:hover, +.scrollbar.button, +.scrollbar.slider.vertical, +.scrollbar.slider.vertical:hover, +.scrollbar.button.vertical { + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.86); + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.01), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); +} + +.scrollbar.slider.horizontal, +.scrollbar.slider.horizontal:hover, +.scrollbar.button.horizontal { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.1), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.01); +} + +/* overlay scrollbar */ +OsThumb { + color: shade (@fg_color, 1.6); +} + +OsThumb:selected, +GtkScrollbar:selected { + background-color: @selected_bg_color; +} + +OsThumb:active, +GtkScrollbar:active { + background-color: shade (@bg_color, 0.6); +} + +OsThumb:insensitive, +GtkScrollbar:insensitive { + background-color: shade (@bg_color, 0.85); +} + +/******************* + * scrolled window * + *******************/ +.ubuntu-online-accounts.frame, +GtkScrolledWindow.frame { + border-top-color: shade (@bg_color, 0.84); + border-right-color: shade (@bg_color, 0.76); + border-bottom-color: shade (@bg_color, 0.86); + border-left-color: shade (@bg_color, 0.76); + border-radius: 0; + border-style: solid; +} + +.ubuntu-online-accounts.frame { + border-top-width: 0; +} + +/************* + * separator * + *************/ +.separator { + border-width: 1px; + border-style: solid; + border-image: none; + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +GtkTreeView.view.separator, +GtkTreeView.separator, +.separator, +.separator:hover { + color: shade (@bg_color, 0.92); +} + +.separator.horizontal { + border-width: 1px 0 1px 0; +} + +.separator.vertical { + border-width: 0 1px 0 1px; +} + +GtkComboBox .separator { + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +.button .separator, +.button.separator { + border-color: shade (@button_bg_color, 0.9); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +.button .separator:insensitive, +.button.separator:insensitive { + border-color: shade (@button_insensitive_bg_color, 0.96); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.3); + border-right-color: alpha (shade (@bg_color, 1.26), 0.3); +} + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + border: none; + color: @dark_bg_color; +} + +GtkTreeMenu .menuitem.separator, +.toolbar .header-bar .menuitem.separator, +GtkMenuToolButton .menuitem.separator, +.primary-toolbar .button .menuitem.separator, +.header-bar .button .menuitem.separator, +.menuitem.separator { + border-color: shade (@dark_bg_color, 0.99); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +.toolbar .menuitem.separator, +GtkComboBox .menuitem.separator { + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +/*********** + * sidebar * + ***********/ +.sidebar row:selected { + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +.sidebar .frame { + border-width: 0; +} + +/************** + * spinbutton * + **************/ +.spinbutton.button:active, +.spinbutton.button:insensitive, +.spinbutton.button { + border-radius: 0; +} + +.spinbutton.button:active:nth-child(last), +.spinbutton.button:insensitive:nth-child(last) +.spinbutton.button:nth-child(last), +.spinbutton.button:active:backdrop:nth-child(last), +.spinbutton.button:insensitive:backdrop:nth-child(last), +.spinbutton.button:backdrop:nth-child(last) { + border-radius: 0 7px 7px 0; +} + +.spinbutton.button, +.spinbutton.button:active, +.spinbutton.button:backdrop, +.spinbutton.button:active:backdrop, +.spinbutton.button:hover, +.spinbutton.button:hover:backdrop { + background-image: none; + background-color: transparent; + border-image: none; + border-width: 0 0 0 1px; + border-left-color: alpha (shade (@bg_color, 0.6), 0.22); +} + +.spinbutton.button:active { + background-image: -gtk-gradient (radial, center center, 0.0, center center, 0.5, + from (alpha (@selected_bg_color, 0.2)), + to (alpha (@selected_bg_color, 0.0))); +} + +.spinbutton.button:insensitive, +.spinbutton.button:insensitive:backdrop { + border-left-color: alpha (shade (@bg_color, 0.6), 0.18); + + color: shade (@bg_color, 0.66); +} + +.spinbutton, +.spinbutton:hover { + color: @fg_color; +} + +/*********** + * spinner * + ***********/ +@keyframes spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.spinner { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + color: @selected_bg_color; + opacity: 0; +} + +.spinner:active { + animation: spinner 1s infinite linear; + opacity: 1; +} + +.spinner:active:backdrop { + color: @backdrop_fg_color; +} + +.spinner:active:insensitive { + opacity: 0.5; +} + +/************* + * statusbar * + *************/ +GtkStatusbar { +} + +/********** + * switch * + **********/ +GtkSwitch { + border-radius: 8px; + padding: 0; +} + +GtkSwitch.trough { + border-radius: 8px; + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.trough:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.93)), + to (shade (@selected_bg_color, 0.99))); + + color: @selected_fg_color; + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +GtkSwitch:focus { + outline: 2px solid @focus_color; + outline-offset: -2px; + outline-radius: 6px; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.93)), + to (shade (@bg_color, 0.99))); + + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.slider { + padding: 1px; + border-radius: 6px; + border-style: solid; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); +} + +GtkSwitch.slider:backdrop { + background-image: none; + background-color: @bg_color; + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +/************ + * textview * + ************/ +GtkTextView { + background-color: @base_color; +} + +.header-bar { + padding: 2px 6px; +} + +/* + * Header Bars + * + * The following rules only style header bars when they are used as a window's + * titlebar widget (i.e., they have .titlebar set as well). + * + * Some applications reuse their header bar as a primary toolbar on desktops + * that prefer showing traditional title bars. The rules for those are further + * down grouped with normal toolbars. + */ +.titlebar.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (@dark_bg_color)); + border-color: shade (@dark_bg_color, 1.5); + border-style: solid; + border-width: 1px 0 0 0; + border-radius: 0 0 0 0; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.65); +} + +.titlebar.header-bar .title { + font: bold; +} + +.titlebar.header-bar .subtitle { + font-size: smaller; + opacity: 0.5; +} + +.titlebar.header-bar:backdrop { + color: @backdrop_fg_color; + background-image: none; + background-color: @dark_bg_color; + border-top-color: @dark_bg_color; +} + +.maximized .titlebar.header-bar { + border-radius: 0; + border: none; +} + +.titlebar.header-bar .button.titlebutton { + background-clip: padding-box; + border: 1px solid #d0c7bf; + color: #8b8379; + icon-shadow: 0 1px rgba(255, 255, 255, 0.5); + border-radius: 9px; + padding: 0; + box-shadow: none; + background-image: linear-gradient(to top, #d5d2ce, #ece8e4 50%, #f7f4f3); +} + +.titlebar.header-bar .button.titlebutton.close { + color: #7F7F7F; + icon-shadow: 0 1px rgba(255, 255, 255, 0.25); + background-image: linear-gradient(to top, #D2916D, #E6BBA2 60%, #EDCAB5); +} + +.titlebar.header-bar .button.titlebutton.close:hover { + background-image: linear-gradient(to top, #D2916D, #E6BBA2 20%, #EDCAB5); +} + +.titlebar.header-bar .button.titlebutton:hover, +.titlebar.header-bar .button.titlebutton:backdrop:hover { + background-image: linear-gradient(to top, #e2e1df, #f8f6f3 50%, #fcfbf9); +} + +.titlebar.header-bar .button.titlebutton:active { + icon-shadow: none; + background-image: linear-gradient(to top, #fcfbf8, #fbf9f6); +} + +.titlebar.header-bar .button.titlebutton.close:active { + background-image: linear-gradient(to top, #D2916D, #CFA892); +} + +.titlebar.header-bar .button.titlebutton:backdrop { + color: #8b8379; + icon-shadow: none; + background-image: linear-gradient(to top, #ece9e6, #e8e4e1); +} + +/*********** + * toolbar * + ***********/ +.toolbar { + border-style: none; + padding: 1px; + + color: @fg_color; + text-shadow: none; +} + +.toolbar:backdrop { + color: @backdrop_fg_color; +} + +/******************* + * primary-toolbar * + *******************/ +.primary-toolbar, +.header-bar { + -GtkWidget-window-dragging: true; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + border-style: solid; + border-width: 1px 0 1px 0; + border-radius: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + + box-shadow: none; +} + +.primary-toolbar:backdrop, +.header-bar:backdrop { + background-image: none; + background-color: @dark_bg_color; + box-shadow: none; + border-top-color: @dark_bg_color; + border-bottom-color: shade (@dark_bg_color, 0.9); + + color: @backdrop_dark_fg_color; +} + +.primary-toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.primary-toolbar .button, +.header-bar .button, +.primary-toolbar .button.flat:hover { + background: transparent; + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + border-image-source: url("assets/radiance-button-toolbar.png"); +} + +.primary-toolbar .button.flat { + border-image-source: none; + background: transparent; +} + +.primary-toolbar .button:focused, +.header-bar .button:focused { + border-image-source: url("assets/radiance-button-toolbar-focused.png"); +} + +.primary-toolbar .button:active, +.primary-toolbar .button:checked, +.header-bar .button:active, +.header-bar .button:checked { + border-image-source: url("assets/radiance-button-toolbar-active.png"); +} + +.primary-toolbar .button:active:focused, +.primary-toolbar .button:checked:focused, +.header-bar .button:active:focused, +.header-bar .button:checked:focused { + border-image-source: url("assets/radiance-button-toolbar-active-focused.png"); +} + +.primary-toolbar .button:backdrop, +.header-bar .button:backdrop { + background-color: transparent; + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.9); + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:hover:backdrop, +.header-bar .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.98)), + to (shade (@dark_bg_color, 0.94))); +} + +.primary-toolbar .button.flat:backdrop { + border-image-source: none; +} + +.primary-toolbar .button.flat:hover:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:active:backdrop, +.primary-toolbar .button:checked:backdrop, +.header-bar .button:active:backdrop, +.header-bar .button:checked:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar-active.png"); +} + +.primary-toolbar .button:hover, +.primary-toolbar .button:checked, +.header-bar .button:hover, +.header-bar .button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.2)), + to (shade (@dark_bg_color, 1.1))); +} + +.primary-toolbar .button:active, +.header-bar .button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.primary-toolbar .button:active:hover, +.menubar.toolbar .button:active:hover, +.header-bar .button:active:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); +} + +.primary-toolbar .button:checked:insensitive, +.primary-toolbar .button:insensitive, +.header-bar .button:checked:insensitive, +.header-bar .button:insensitive { + text-shadow: none; +} + +.primary-toolbar .button:insensitive, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.01)), + to (shade (@dark_bg_color, 0.99))); +} + +.primary-toolbar .button.flat:insensitive { + background-image: none; +} + +.primary-toolbar .button:checked:insensitive, +.header-bar .button:checked:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.94)), + to (shade (@dark_bg_color, 1.02))); +} + +.primary-toolbar GtkSeparatorToolItem, +.primary-toolbar .separator, +.primary-toolbar .separator:insensitive, +.header-bar GtkSeparatorToolItem, +.header-bar .separator, +.header-bar .separator:insensitive { + border-color: alpha (shade (@dark_bg_color, 0.94), 0.35); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* inline-toolbar */ +.inline-toolbar.toolbar { + -GtkToolbar-button-relief: normal; + + border-right-color: shade (@bg_color, 0.86); + border-bottom-color: shade (@bg_color, 0.88); + border-left-color: shade (@bg_color, 0.86); + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#f2f1ef, 0.93)), + color-stop (0.08, #f2f1ef), + to (#ffffff)); + border-width: 0 1px 1px 1px; + border-style: solid; + border-radius: 3px; + border-top-right-radius: 0; + border-top-left-radius: 0; + padding: 3px 4px 4px 4px; +} + +.inline-toolbar.toolbar .button { + padding: 4px; + + icon-shadow: 0 1px shade (@bg_color, 1.16); +} + +/* Middle button */ +.inline-toolbar.toolbar .button, +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar .button:focus, +.inline-toolbar.toolbar .button:focus:active, +.inline-toolbar.toolbar .button:insensitive, +.inline-toolbar.toolbar .button:backdrop, +.inline-toolbar.toolbar .button:backdrop:insensitive, +.inline-toolbar.toolbar GtkToolButton .button, +.inline-toolbar.toolbar GtkToolButton .button:active, +.inline-toolbar.toolbar GtkToolButton .button:focus, +.inline-toolbar.toolbar GtkToolButton .button:focus:active, +.inline-toolbar.toolbar GtkToolButton .button:insensitive, +.inline-toolbar.toolbar GtkToolButton .button:backdrop, +.inline-toolbar.toolbar GtkToolButton .button:backdrop:insensitive { + border-right-width: 0; + border-left-width: 0; + border-image-width: 10px 0 10px 0; + border-radius: 0; +} + +/* Leftmost button */ +.inline-toolbar.toolbar .button:first-child, +.inline-toolbar.toolbar .button:active:first-child, +.inline-toolbar.toolbar .button:focus:first-child, +.inline-toolbar.toolbar .button:focus:active:first-child, +.inline-toolbar.toolbar .button:insensitive:first-child, +.inline-toolbar.toolbar .button:backdrop:first-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:first-child, +.inline-toolbar.toolbar GtkToolButton:first-child .button, +.inline-toolbar.toolbar GtkToolButton:first-child .button:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop:insensitive { + border-left-width: 1px; + border-right-width: 0; + border-image-width: 10px 0 10px 12px; + border-radius: 8px; + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +/* Rightmost button */ +.inline-toolbar.toolbar .button:last-child, +.inline-toolbar.toolbar .button:active:last-child, +.inline-toolbar.toolbar .button:focus:last-child, +.inline-toolbar.toolbar .button:focus:active:last-child, +.inline-toolbar.toolbar .button:insensitive:last-child, +.inline-toolbar.toolbar .button:backdrop:last-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:last-child, +.inline-toolbar.toolbar GtkToolButton:last-child .button, +.inline-toolbar.toolbar GtkToolButton:last-child .button:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop:insensitive { + border-left-width: 0; + border-right-width: 1px; + border-image-width: 10px 12px 10px 0; + border-radius: 8px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +/* Single button */ +.inline-toolbar.toolbar .button:only-child, +.inline-toolbar.toolbar .button:active:only-child, +.inline-toolbar.toolbar .button:focus:only-child, +.inline-toolbar.toolbar .button:focus:active:only-child, +.inline-toolbar.toolbar .button:insensitive:only-child, +.inline-toolbar.toolbar .button:backdrop:only-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:only-child, +.inline-toolbar.toolbar GtkToolButton:only-child .button, +.inline-toolbar.toolbar GtkToolButton:only-child .button:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop:insensitive { + border-right-width: 1px; + border-left-width: 1px; + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +/*********** + * tooltip * + ***********/ +.tooltip { + background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8, + from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)), + to (alpha (@tooltip_bg_color, 0.86))); + border-color: alpha (#ffffff, 0.2); + border-radius: 5px; + border-style: solid; + border-width: 1px; + + background-color: @tooltip_bg_color; + color: @tooltip_fg_color; +} + +/************ + * treeview * + ************/ +GtkTreeView.dnd { + border-color: shade (@selected_bg_color, 1.12); + border-radius: 2px; + border-width: 1px; + border-style: solid; +} + +GtkTreeView .entry { + background-image: none; +} + +/************ + * viewport * + ************/ +GtkViewport.frame { + border-width: 0; +} + +/************ + * listbox * + ************/ +.list-row.button { + border-image: none; + border-style: none; + border-radius: 0; + background-image: none; +} + +.list-row.button:selected { + text-shadow: none; +} + +/************ + * popover * + ************/ +.popover { + background-clip: border-box; + + border-radius: 5px; + border: 1px solid darker(@bg_color); + + box-shadow: 0 2px 3px @shadow_color; + margin: 10px; + padding: 2px; +} + +.popover:backdrop { + box-shadow: none; +} + +/* Popover menuitems are actually buttons. The following rules reset most of + * the button styles for them. + */ +.popover .menuitem, +.popover .menuitem:checked, +.popover .menuitem:hover, +.popover .menuitem:active, +.popover .menuitem:insensitive, +.popover .menuitem:backdrop { + border-image: none; + border: none; + text-shadow: none; + border-radius: 3px; +} + +.popover .menuitem:backdrop:hover { + border: none; + border-image: none; + background: transparent; + color: @fg_color; +} + +.popover .menuitem:checked, +.popover .menuitem.check, +.popover .menuitem.check:checked, +.popover .menuitem.radio, +.popover .menuitem.radio:checked { + background-image: none; + border: none; +} + +.popover .menuitem:insensitive, +.popover .menuitem *:insensitive { + text-shadow: none; + background: none; +} + + +/* OSD overlays */ +.osd, +.osd:backdrop { + color: @osd_fg_color; + background-color: @osd_bg_color; + border-color: @osd_border_color; +} + +.osd.toolbar { + padding: 12px; + border-radius: 8px; +} + +.osd .button, +.osd .button:backdrop { + color: @osd_fg_color; + background: none; + border: none; + padding: 12px; + border-radius: 8px; + transition: all 100ms ease-in-out; +} + +.osd .button:hover { + color: lighter(@osd_fg_color); + icon-shadow: 0 0 3px @osd_fg_color; +} + +.osd .button:active { + color: darker(@osd_fg_color); + icon-shadow: none; +} + +.osd .scale { + margin-left: 9px; + margin-right: 9px; +} + +/***************************************************************************** + * states [please keep this section at the end of the file (CSS precedence)] * + *****************************************************************************/ +*:insensitive { + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +*:selected, +*:selected:focused { + background-color: alpha (@selected_bg_color, 0.9); + + color: @selected_fg_color; +} + +*:selected:backdrop, +*:selected:focused:backdrop { + background-color: alpha (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/gtk-widgets-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,155 @@ +/* Set up shadows and hilights for button visual separation */ +.primary-toolbar .linked .button, +.primary-toolbar .button.raised.linked, +.primary-toolbar .raised.linked .button, +.menubar.toolbar .linked .button, +.menubar.toolbar .button.raised.linked, +.menubar.toolbar .raised.linked .button, +.header-bar .linked .button, +.header-bar .button.raised.linked, +.header-bar .button.raised.linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.primary-toolbar .button.raised.linked:first-child, +.primary-toolbar .raised.linked .button:first-child, +.menubar.toolbar .linked .button:first-child, +.menubar.toolbar .button.raised.linked:first-child, +.menubar.toolbar .raised.linked .button:first-child, +.header-bar .linked .button:first-child, +.header-bar .button.raised.linked:first-child, +.header-bar .raised.linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.primary-toolbar .button.raised.linked:last-child, +.primary-toolbar .raised.linked .button:last-child, +.menubar.toolbar .linked .button:last-child, +.menubar.toolbar .button.raised.linked:last-child, +.menubar.toolbar .raised.linked .button:last-child, +.header-bar .linked .button:last-child, +.header-bar .button.raised.linked:last-child, +.header-bar .raised.linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1) +} + +.primary-toolbar .linked .button:active, +.primary-toolbar .button.raised.linked:active, +.primary-toolbar .raised.linked .button:active, +.menubar.toolbar .linked .button:active, +.menubar.toolbar .button.raised.linked:active, +.menubar.toolbar .raised.linked .button:active, +.header-bar .linked .button:active, +.header-bar .button.raised.linked:active, +.header-bar .raised.linked .button:active { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:insensitive, +.primary-toolbar .button.raised.linked:insensitive, +.primary-toolbar .raised.linked .button:insensitive, +.menubar.toolbar .linked .button:insensitive, +.menubar.toolbar .button.raised.linked:insensitive, +.menubar.toolbar .raised.linked .button:insensitive, +.header-bar .linked .button:insensitive, +.header-bar .button.raised.linked:insensitive, +.header-bar .raised.linked .button:insensitive { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:backdrop:last-child, +.primary-toolbar .button.raised.linked:backdrop:last-child, +.primary-toolbar .raised.linked .button:backdrop:last-child, +.menubar.toolbar .linked .button:backdrop:last-child, +.menubar.toolbar .button.raised.linked:backdrop:last-child, +.menubar.toolbar .raised.linked .button:backdrop:last-child, +.header-bar .linked .button:backdrop:last-child, +.header-bar .button.raised.linked:backdrop:last-child, +.header-bar .raised.linked .button:backdrop:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1); +} + +.menubar { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menuitem:hover, +.menu .menuitem:hover { + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +/* for the playback menu item in the sound menu */ +.menu .spinner, +.menu .spinner:hover { + color: @selected_bg_color; +} + +/* primary-toolbar */ +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar.toolbar, +.menubar.toolbar, +.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar :insensitive, +.menubar.toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar GtkComboBox, +.primary-toolbar .button *, +.primary-toolbar .button, +.menubar.toolbar GtkComboBox, +.menubar.toolbar .button *, +.menubar.toolbar .button, +.header-bar GtkComboBox, +.header-bar .button *, +.header-bar .button { + text-shadow: 0 1px alpha (shade (@dark_bg_color, 1.25), 0.32); +} + +.primary-toolbar .raised .button, +.primary-toolbar .raised.button, +.primary-toolbar .button:hover, +.primary-toolbar .button:active, +.primary-toolbar .button:insensitive, +.menubar.toolbar .raised .button, +.menubar.toolbar .raised.button, +.menubar.toolbar .button:hover, +.menubar.toolbar .button:active, +.menubar.toolbar .button:insensitive, +.header-bar .raised .button, +.header-bar .raised.button, +.header-bar .button:hover, +.header-bar .button:active, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.03)), + to (shade (@dark_bg_color, 0.96))); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/public-colors.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/public-colors.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/public-colors.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/public-colors.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +/* + * Some applications depend on these named colors. + */ + +@define-color theme_fg_color @fg_color; +@define-color theme_bg_color @bg_color; +@define-color theme_base_color @base_color; +@define-color theme_selected_bg_color @selected_bg_color; +@define-color theme_selected_fg_color @selected_fg_color; +@define-color insensitive_bg_color @bg_color; +@define-color insensitive_fg_color @fg_color; +@define-color insensitive_base_color @base_color; +@define-color theme_unfocused_fg_color @backdrop_fg_color; +@define-color theme_unfocused_bg_color @bg_color; +@define-color theme_unfocused_base_color @base_color; +@define-color theme_unfocused_selected_bg_color @selected_bg_color; +@define-color theme_unfocused_selected_fg_color @selected_fg_color; +@define-color borders shade(@bg_color, 0.82); +@define-color unfocused_borders transparent; + +@define-color warning_color @warning_fg_color; +@define-color error_color @error_fg_color; +@define-color success_color @success_color; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/settings.ini radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/settings.ini --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/settings.ini 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/gtk-3.0/settings.ini 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,4 @@ +[Settings] +gtk-color-scheme = "base_color:#ffffff\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nselected_bg_color:#7F441F\ntext_color:#3C3C3C\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#7F441F\nbg_color_dark:#3C3C3C\nfg_color_dark:#DFDFDF" +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = true diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/index.theme radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/index.theme --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/index.theme 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/index.theme 2014-10-09 23:14:52.000000000 +0000 @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Radiance-ZRAVE-Brown +Comment=Ubuntu Radiance theme, In New Colors By RAVEfinity 14.04 Build +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Radiance-ZRAVE-Brown +MetacityTheme=Radiance-ZRAVE-Brown +IconTheme=ubuntu-mono-light +CursorTheme=DMZ-White +ButtonLayout=close,minimize,maximize: Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/close_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/close_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/close_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/close_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/close_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/close_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/close.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/close.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/close_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/close_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/close_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/close_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/close_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/close_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/close_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/close_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/maximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/maximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/maximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/maximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/maximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/maximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/maximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/maximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/maximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/maximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/maximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/maximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/maximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/maximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/maximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/maximize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/menu.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/menu.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/menu_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/menu_prelight.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/metacity-theme-1.xml radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/metacity-theme-1.xml --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/metacity-theme-1.xml 2014-10-09 23:17:56.000000000 +0000 @@ -0,0 +1,530 @@ +<?xml version="1.0"?> + +<metacity_theme> +<info> + <name>Radiance-ZRAVE-Brown</name> + <author>Kenneth Wimer, James Schriver, Andrea Cimitan, Jared Sot (RAVEfinity Project)</author> + <copyright>Canonical Ltd.</copyright> + <date>April, 2014</date> + <description>Metacity theme</description> +</info> + +<!-- general window layout --> +<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="19"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="18"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="3"/> + <distance name="right_width" value="3"/> + <distance name="bottom_height" value="3"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- window title --> + +<draw_ops name="draw_title_text_normal"> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="shade/#DFDFDF/1.06" x="9" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/1.06" x="11" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/0.4" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title_text_unfocused"> + <title color="shade/#DFDFDF/1.08" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="#A3A3A3" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/1.06" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.18" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.08" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.08" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility"> + <include name="draw_title" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_unfocused"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/0.96" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#EDEDED" /> + <color value="shade/#EDEDED/0.98" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.02" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.02" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility_unfocused"> + <include name="draw_title_unfocused" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.38" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_title_maximized_unfocused"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.94" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <line color="#EDEDED" x1="0" x2="width" y1="1" y2="1"/> +</draw_ops> + +<!-- window Frames --> + +<draw_ops name="draw_frame"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> + <gradient type="vertical" x="0" y="0" width="width" height="60"> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/gtk:bg[NORMAL]/0.7" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_frame_utility"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="bottom_edge"> + <line color="shade/gtk:bg[NORMAL]/0.7" x1="0" x2="width" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<!-- buttons --> + +<!-- button trough left --> +<draw_ops name="left_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button Trough Right --> +<draw_ops name="right_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button prelightlays --> +<draw_ops name="menu_focused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_normal"> + <image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_normal"> + <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_normal"> + <image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_normal"> + <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_normal"> + <image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_normal"> + <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_normal"> + <image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_normal"> + <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- frame style --> +<frame_style name="normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.5" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_maximized_unfocused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="utility_focused" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_utility"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="utility_unfocused" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_utility_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_focused"> + <piece position="title" draw_ops="draw_title"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> +</frame_style> + +<!-- style set --> +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="maximized_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="utility"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<!-- window --> +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="utility"/> +<window type="modal_dialog" style_set="utility"/> +<window type="menu" style_set="utility"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +</metacity_theme> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/minimize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/minimize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/minimize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/minimize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/minimize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/minimize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/minimize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/minimize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/minimize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/minimize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/minimize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/minimize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/minimize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/minimize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/minimize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/minimize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/trough_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/trough_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/trough_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/trough_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/trough_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/trough_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/trough_unfocused_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/trough_unfocused_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/trough_unfocused_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/trough_unfocused_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/trough_unfocused_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/trough_unfocused_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/unmaximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/unmaximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/unmaximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/unmaximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/unmaximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/unmaximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/unmaximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/unmaximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/unmaximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/unmaximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/unmaximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/unmaximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/unmaximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/unmaximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/unmaximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/metacity-1/unmaximize_unfocused_pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_dash_disabled.svg 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1122" + inkscape:window-height="855" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-10.989407" + inkscape:cy="9.5000006" + inkscape:window-x="569" + inkscape:window-y="106" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#92532d;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_dash_prelight.svg 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_disabled.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1122" + inkscape:window-height="855" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-10.989407" + inkscape:cy="9.5000006" + inkscape:window-x="454" + inkscape:window-y="121" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#b16435;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_dash_pressed.svg 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_prelight.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1122" + inkscape:window-height="855" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-10.989407" + inkscape:cy="9.5000006" + inkscape:window-x="454" + inkscape:window-y="121" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#774323;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_dash.svg 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1122" + inkscape:window-height="855" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-4.6694912" + inkscape:cy="9.5000003" + inkscape:window-x="569" + inkscape:window-y="106" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#9f5a30;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_focused_prelight.svg 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#a16337;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#fcefd7;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.8857805" + inkscape:cx="-51.102776" + inkscape:cy="19.852777" + inkscape:document-units="px" + inkscape:current-layer="g4775" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40183,856.52418 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path4646" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -283.80078,855.45312 -0.38867,0.38868 -4.59961,4.59961 -0.39063,0.38867 0.7793,0.7793 0.38867,-0.38868 4.59961,-4.60156 0.38867,-0.38867 -0.77734,-0.77735 z" + id="path4535" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40039,855.45312 -0.7793,0.77735 0.39063,0.38867 4.59961,4.60156 0.38867,0.38868 0.77734,-0.7793 -0.38867,-0.38867 -4.59961,-4.59961 -0.38867,-0.38868 z" + id="path4537" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_focused_pressed.svg 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4564" + id="linearGradient4552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4564"> + <stop + style="stop-color:#c0743f;stop-opacity:1;" + offset="0" + id="stop4511" /> + <stop + style="stop-color:#b48d7a;stop-opacity:1;" + offset="1" + id="stop4513" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4554" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4556" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="18.827594" + inkscape:cy="-5.4997336" + inkscape:document-units="px" + inkscape:current-layer="g4540" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1152" + inkscape:window-height="795" + inkscape:window-x="386" + inkscape:window-y="112" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(411.35715,-967.57648)"> + <g + style="display:inline" + transform="translate(-411.35714,-85.785707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4540"> + <circle + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4542" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4544" + style="color:#000000;fill:url(#linearGradient4552);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4554);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4546" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4548" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4556);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4550" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -399.55637,973.99943 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path4989" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -404.15793,973.99943 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path4991" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_focused.svg 2014-10-09 23:26:06.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#84512d;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#f9e1b3;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close.svg 2014-10-09 23:26:00.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#84512d;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#f9e1b3;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5151" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5153" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5155" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-658.92858" + inkscape:cy="153.21428" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-378.21428,-666.57648)"> + <g + style="display:inline" + id="g5139" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(378.21429,-386.7857)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5141" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5151);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5143" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5145" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5153);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5155);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5147" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5149" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,674.0698 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path5157" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 390.01506,672.9994 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5159" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,672.9994 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5161" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5175" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5177" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5179" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-129.42858" + inkscape:cy="471.28571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(151.28572,-984.64791)"> + <g + style="display:inline" + transform="translate(-151.28571,-68.714274)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5163"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5165" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5167" + style="color:#000000;fill:url(#linearGradient5175);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5169" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5177);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5179);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5171" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5173" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -139.48494,991.07087 -0.39062,0.3886 -4.59961,4.5996 -0.38867,0.3887 0.77734,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5249" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -144.0865,991.07087 -0.77734,0.7773 0.38867,0.3887 4.59961,4.5996 0.39062,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5251" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/close_unfocused.svg 2014-10-09 22:40:22.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4656" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4660" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4658" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="7.0892085" + inkscape:cy="8.3026513" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="871" + inkscape:window-y="166" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(552.28572,-1071.3622)"> + <g + style="display:inline" + id="g4497" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-552.28571,18.000012)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4499" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4501" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4660);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4505" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4503" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4658);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4507" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_disabled.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="opacity:0.25;display:inline" + transform="translate(-289.71429,-492.00011)" + id="g4240"> + <path + inkscape:connector-curvature="0" + id="path4242" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4244" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_prelight.svg"> + <defs + id="defs4488"> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter4230" + x="-0.12" + width="1.24" + y="-0.12" + height="1.24"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.75" + id="feGaussianBlur4232" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="display:inline" + id="g4222" + transform="translate(-289.71429,-492.00011)"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4224" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4226" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4228" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4230);enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_pressed.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + id="g4234" + transform="translate(-289.71429,-492.00011)" + style="opacity:0.5;display:inline"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4236" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4238" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + transform="translate(-289.71429,-492.00011)" + style="display:inline" + id="g4218"> + <path + inkscape:connector-curvature="0" + id="path4209" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4203" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5009" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5011" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5013" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="392.57143" + inkscape:cy="470.42857" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(673.28572,-983.79076)"> + <g + style="display:inline" + id="g4997" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-673.28571,-69.571423)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4999" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5009);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5001" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5003" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5011);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5013);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5005" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5007" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5061" + d="m -667.28572,990.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + <path + inkscape:connector-curvature="0" + id="path5063" + d="m -667.28572,989.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5295" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5297" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5299" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-472.21428" + inkscape:cy="-431.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-191.49999,-81.862193)"> + <g + style="display:inline" + transform="translate(191.5,-971.49999)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5253"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5255" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5257" + style="color:#000000;fill:url(#linearGradient5295);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5259" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5297);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5299);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5261" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5263" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 197.49999,87.863246 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5289" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_focused.svg 2014-10-09 22:37:34.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="8.8963052" + inkscape:cy="9.3077119" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="751" + inkscape:window-y="204" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize.svg 2014-10-09 22:37:10.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9195959" + inkscape:cx="4.7296154" + inkscape:cy="17.441954" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="710" + inkscape:window-y="119" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5121" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5123" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1098.9286" + inkscape:cy="-683.92851" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-818.21427,170.56632)"> + <g + style="display:inline" + transform="translate(818.21428,-1223.9285)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5073"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5075" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5077" + style="color:#000000;fill:url(#linearGradient5121);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5123);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5079" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5081" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5125);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5083" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-163.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5109" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-164.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5111" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5201" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5203" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5205" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1168.4286" + inkscape:cy="-530.57141" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-887.71427,17.209217)"> + <g + style="display:inline" + id="g5189" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(887.71428,-1070.5714)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5191" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5201);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5193" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5203);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5195" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5197" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5205);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5199" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5243" + d="m 893.71427,-11.208178 0,0.5 0,6.4999998 7,0 0,-6.9999998 -7,0 z m 1,1 5,0 0,4.9999998 -5,0 0,-4.9999998 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/maximize_unfocused.svg 2014-10-09 22:40:46.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4937" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4941" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="11.012127" + inkscape:cy="5.4472923" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="868" + inkscape:window-height="646" + inkscape:window-x="663" + inkscape:window-y="224" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-408.71427,-87.505113)"> + <g + style="display:inline" + transform="translate(408.71428,-965.85707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4925"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4927" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4929" + style="color:#000000;fill:url(#linearGradient4937);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4931" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4939);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4941);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4933" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4935" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/menu_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/menu_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/menu_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/menu_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4747" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-435.29 -180.93)"> + <g id="g4731" transform="translate(435.29 -776.43)"> + <circle id="circle4733" style="color:#000000;fill:url(#linearGradient4747)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" transform="rotate(90)" cy="-9.5" cx="966.86" r="6.5"/> + <circle id="circle5388-4" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="circle4735" style="color:#000000;stroke:#6c6967;fill:#555351" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cx="9.5" cy="966.86" r="3"/> + <path id="path4737" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <path id="path4739" style="opacity:.2;color:#000000;fill:#fff" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z"/> + <path id="path4741" style="opacity:.2;color:#000000;fill:#fff" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z"/> + <path id="path4743" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <rect id="rect4745" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/menu.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/menu.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/menu.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/menu.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4672" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-284.79 -314.29)"> + <g id="g4722" transform="translate(284.79 -643.07)"> + <circle id="circle4664" style="color:#000000;fill:url(#linearGradient4672)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" cx="966.86" transform="rotate(90)" cy="-9.5" r="6.5"/> + <circle id="circle5388" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="path4662" style="color:#000000;stroke:#d3d0cb;fill:#c6c2bb" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cy="966.86" cx="9.5" r="3"/> + <path id="circle4682" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <path id="circle4691" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z" style="opacity:.2;color:#000000;fill:#fff"/> + <path id="circle4702" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z" style="opacity:0.07;color:#000000;fill:#fff"/> + <path id="circle4711" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <rect id="rect4720" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.25" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4411" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4413" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4265" transform="translate(-289.71 -473)"> + <path id="path4267" style="color:#000000;fill:#fff" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" transform="translate(-76.5 938.36)"/> + <rect id="rect4269" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + <path id="path4409" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;filter:url(#filter4411);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_focused.svg 2014-10-09 22:48:57.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.535768" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize.svg 2014-10-09 22:48:23.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.669697" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/minimize_unfocused.svg 2014-10-09 22:41:09.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4955" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4957" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4959" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.439246" + inkscape:cx="8.1418379" + inkscape:cy="8.4994228" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="742" + inkscape:window-y="242" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-262.75023,-284.66847)"> + <g + style="display:inline" + id="g4943" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(262.75024,-768.69371)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4945" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4955);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4947" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4957);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4949" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4951" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4959);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4953" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.25" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4405" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4407" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4381" transform="translate(-289.71 -454)"> + <path id="path4383" style="color:#000000;fill:#fff" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" transform="translate(-76.5 938.36)"/> + <rect id="rect4385" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + <path id="path4403" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;filter:url(#filter4405);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.5" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_focused.svg 2014-10-09 22:39:58.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="17.19268" + inkscape:cy="5.00027" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1006" + inkscape:window-y="145" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize.svg 2014-10-09 22:39:36.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="12.348945" + inkscape:cy="10.478037" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1407" + inkscape:window-y="24" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/unity/unmaximize_unfocused.svg 2014-10-09 22:41:32.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4973" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4975" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4977" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="6.2901987" + inkscape:cy="6.1607613" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="772" + inkscape:window-y="191" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-687.7857,142.99492)"> + <g + style="display:inline" + transform="translate(687.78571,-1196.3571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4961"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4963" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4965" + style="color:#000000;fill:url(#linearGradient4973);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4967" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4975);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4977);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4969" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4971" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/bottom-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/bottom-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/bottom-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/bottom-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/bottom-left-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/bottom-left-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/bottom-left-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/bottom-left-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/bottom-right-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/bottom-right-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/bottom-right-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/bottom-right-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/close-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/close-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/close-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/close-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/close-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/close-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/close-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/close-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/hide-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/hide-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/hide-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/hide-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/hide-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/hide-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/hide-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/hide-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/left-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * left_active_xpm[] = { +"2 15 3 1", +" c None", +". c #C1C1C1", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/left-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #CFCFCF", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/maximize-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/maximize-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/maximize-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/maximize-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/maximize-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/maximize-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/maximize-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/maximize-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/maximize-toggled-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/maximize-toggled-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/maximize-toggled-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/maximize-toggled-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/maximize-toggled-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/maximize-toggled-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/maximize-toggled-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/maximize-toggled-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/menu-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/menu-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/menu-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/menu-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/menu-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/menu-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/right-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * right_active_xpm[] = { +"2 15 3 1", +" c None", +". c #D7D7D7", +"+ c #C1C1C1", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/right-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #D7D7D7", +"+ c #CFCFCF", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/themerc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/themerc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/themerc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/themerc 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,20 @@ +# Radiance ported to XFCE (Xfwm4) by The RAVEfinity Project. www.ravefinity.blogspot.com (2012+) Jared Sot. +# Based on code/pixmaps from (Orig.) Radiance. and Originol Ambiance XFCE port by p0ng http://www.p0ng.com.br. +# Radiance XFCE version was ported by scrach by RAVEfinity(Jared Sot.) on top of the XFCE Ambiance theme. + + +button_offset=3 +button_spacing=0 +maximized_offset=9 +title_full_width=true +title_horizontal_offset=8 +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +title_shadow_active=frame +title_shadow_inactive=frame +show_app_icon=false # Change to true or false if you want a app icon on each window. (Default is false) +#button_layout=CHM| # This prevents one from customizing their buttons VIA Xfce Window Manager Settings (Defualt is disabled via #) +active_text_color=#4C4942 +active_text_shadow_color=#E5E2D8 +inactive_text_color=#a39e9a +inactive_text_shadow_color=#E5E2D8 Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-1-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-1-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-1-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-1-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-2-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-2-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-2-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-2-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-3-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-3-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-3-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-3-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-4-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-4-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-4-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-4-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-5-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-5-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-5-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/title-5-inactive.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/top-left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/top-left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/top-left-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +" .....", +" ..+++++", +" .@@@@@@@", +" .@@@@@@@@", +" .########", +".@@@@@@@@@", +".#########", +".#########", +".@@@@@@@@@", +".#########", +".@@@@@@@@@", +".$$$$$$$$$", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".*********", +".=========", +".*********", +".*********", +".*********", +".*********", +".=========", +".*********", +".=========", +".*********", +".---------", +".*********", +".*********"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/top-left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/top-left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/top-left-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +" .....", +" ..+++++", +" .@@@@@@@", +" .########", +" .$$$$$$$$", +".#########", +".$$$$$$$$$", +".$$$$$$$$$", +".#########", +".$$$$$$$$$", +".#########", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".---------", +".---------", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".=========", +".;;;;;;;;;", +".;;;;;;;;;"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/top-right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/top-right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/top-right-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"@@@@@@@@. ", +"########. ", +"@@@@@@@@@.", +"#########.", +"#########.", +"@@@@@@@@@.", +"#########.", +"@@@@@@@@@.", +"$$$$$$$$$.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"*********.", +"*********.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"---------.", +"*********.", +"*********."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/top-right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/top-right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Brown/xfwm4/top-right-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"########. ", +"$$$$$$$$. ", +"#########.", +"$$$$$$$$$.", +"$$$$$$$$$.", +"#########.", +"$$$$$$$$$.", +"#########.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"---------.", +"---------.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"=========.", +";;;;;;;;;.", +";;;;;;;;;."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/banshee.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/banshee.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/banshee.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/banshee.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,23 @@ +# ============================================================================== +# BANSHEE SPECIFIC SETTINGS +# ============================================================================== + +style "banshee_scrollbar" { + engine "murrine" { + roundness = 20 + } +} + +widget "__gtksharp_1*SeekSlider*" style "scale" +widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar" + +widget_class "__gtksharp_1*<GtkToolbar>*" style "default" +widget_class "__gtksharp_1*<GtkButton>*" style "button" +#widget_class "__gtksharp_1*<GtkScale>*" style "scale" + + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/chromium.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/chromium.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/chromium.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/chromium.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,39 @@ +# ============================================================================== +# CHROMIUM SPECIFIC SETTINGS +# ============================================================================== + +style "chromium_toolbar_button" { + engine "murrine" { + roundness = 3 + textstyle = 0 + } +} + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = "#DFDFDF" + ChromeGtkFrame::inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::incognito-frame-color = "#DFDFDF" + ChromeGtkFrame::incognito-inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::incognito-frame-gradient-size = 16 + ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*Chrom*Button*" style "chromium_toolbar_button" + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/ff.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/ff.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/ff.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/ff.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,33 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-default" { + GtkCheckButton::indicator-size = 14 + + engine "murrine" { + reliefstyle = 0 + } +} + +style "ff-statusbar" { +} + +#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar" +#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + +widget "MozillaGtkWidget*" style "ff-default" + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/gnome-panel.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/gnome-panel.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/gnome-panel.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/gnome-panel.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,129 @@ +# =========================================================================================================================== +# GNOME,XFCE,LXDE & GTK Desktop(S) PANEL SPECIFIC SETTINGS *SPECIFIC SETTINGS TO ENABLE PROPER FUNCTION ON XFCE/LXDE* +# =========================================================================================================================== + +style "panel" +{ + xthickness = 0 + ythickness = 0 + + bg_pixmap[NORMAL] = "img/panel.png" + + engine "murrine" { + colorize_scrollbar = TRUE + } +} + +style "panel_task_button" +{ + xthickness = 3 + xthickness = 3 + + GtkWidget::focus-line-width = 0 + GtkWidget::focus_padding = 0 + GtkWidget::interior_focus = 0 + GtkWidget::internal_padding = 0 + + GtkButton::child_displacement_x = 0 + GtkButton::child_displacement_y = 0 + GtkButton::default_border = {0, 0, 0, 0} + GtkButton::default_outside_border = {0, 0, 0, 0} + GtkButtonBox::child_internal_pad_x = 0 + GtkButtonBox::child_internal_pad_y = 0 + GtkButtonBox::child_min_heigth = 0 + + bg[SELECTED] = shade (0.2, @bg_color) + bg[PRELIGHT] = shade (0.26, @bg_color) + bg[ACTIVE] = shade (0.2, @bg_color) + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = OUT + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "img/panel-button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "XFCE" +{ + xthickness = 3 + ythickness = 3 + + bg_pixmap[NORMAL] = "img/panel.png" +} + +widget "*Panel*" style "panel" +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet +class "PanelApp*" style "panel" +class "PanelToplevel*" style "panel" +#widget_class "*Mail*" style "panel" +widget_class "*notif*" style "panel" + +#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop +widget "*task*" style "panel_task_button" +widget "*.tasklist-button" style "panel_task_button" +widget "*PanelApplet*TaskTitle*" style "panel_task_button" +widget_class "*Xfce*Panel*" style "XFCE" +widget_class "*Xfce*Panel*" style "XFCE" +class "GtkScrollbar" style "scrollbar" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/gnome-terminal.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/gnome-terminal.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/gnome-terminal.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/gnome-terminal.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,42 @@ +# ============================================================================== +# GNOME TERMINAL SPECIFIC SETTINGS +# ============================================================================== + +style "terminal_menubar" +{ + engine "murrine" { + } +} + +style "terminal_notebook" +{ + engine "murrine" { + contrast = 1.0 + } +} + +style "terminal_scrollbar" = "scrollbar" +{ + engine "murrine" { + } +} + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#060606" + + TerminalScreen::background-darkness = 0.97 +} + +#widget "*TerminalWindow*" style "terminal_window" +#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar" +widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook" +#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar" +#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button" +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/nautilus.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/nautilus.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/nautilus.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/apps/nautilus.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,11 @@ +# ============================================================================== +# NAUTILUS SPECIFIC SETTINGS +# ============================================================================== + +style "nautilus_info_pane" { + bg[NORMAL] = @bg_color +} + +widget_class "*Nautilus*<GtkNotebook>*<GtkEventBox>" style "nautilus_info_pane" +widget_class "*Nautilus*<GtkButton>" style "notebook_button" +widget_class "*Nautilus*<GtkButton>*<GtkLabel>" style "notebook_button" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/gtkrc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/gtkrc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/gtkrc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/gtkrc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,690 @@ +gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#737C99\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nlink_color:#8793C1" + +gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16" + +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = 1 + +style "default" { + xthickness = 1 + ythickness = 1 + + ####################### + # Style Properties + ####################### + GtkButton::child-displacement-x = 1 + GtkButton::child-displacement-y = 1 + GtkButton::default-border = { 0, 0, 0, 0 } + + GtkCheckButton::indicator-size = 16 + + GtkPaned::handle-size = 6 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 14 + GtkRange::stepper-size = 13 + GtkRange::trough-under-steppers = 1 + + GtkScale::trough-border = 0 + GtkScale::slider-width = 23 + GtkScale::slider-length = 14 + GtkScale::trough-side-details = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::trough-border = 0 + GtkScrollbar::slider-width = 13 + GtkScrollbar::min-slider-length = 31 + + GtkMenuBar::internal-padding = 0 + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkExpander::expander-size = 11 + GtkToolbar::internal-padding = 1 + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkTreeView::expander-size = 7 + GtkTreeView::vertical-separator = 0 +# GtkTreeView::odd-row-color = shade (0.96, @base_color) + GtkNotebook::tab-overlap = -1 + + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 3 + + WnckTasklist::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + GtkEntry::state-hint = 0 + + GtkEntry::progress-border = { 2, 2, 2, 2 } + + GtkProgressBar::min-horizontal-bar-height = 14 + GtkProgressBar::min-vertical-bar-width = 14 + + GtkImage::x-ayatana-indicator-dynamic = 1 + GtkMenuBar::window-dragging = 1 + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + #################### + # Color Definitions + #################### + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = shade (0.95, @bg_color) + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.8, @bg_color) + text[ACTIVE] = darker (@text_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.98, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = shade (0.97, @bg_color) + base[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + arrowstyle = 2 + reliefstyle = 3 + highlight_shade = 1.0 + glazestyle = 0 + default_button_color = shade (1.1, "#cdcdcd") + gradient_shades = {1.1, 1.0, 1.0, 0.9} + roundness = 3 + lightborder_shade = 1.26 + lightborderstyle = 1 + listviewstyle = 2 + progressbarstyle = 0 + colorize_scrollbar = FALSE + menubaritemstyle = 1 + menubarstyle = 1 + menustyle = 0 + focusstyle = 3 + handlestyle = 1 + sliderstyle = 3 + scrollbarstyle = 2 + stepperstyle = 3 +# rgba = TRUE + } +} + +style "dark" +{ + bg[NORMAL] = "#DFDFDF" + bg[PRELIGHT] = shade (1.05, "#DFDFDF") + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.95, "#DFDFDF") + bg[INSENSITIVE] = "#DFDFDF" +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "entry" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + } +} + +style "vscale" { +} + +style "hscale" { +} + +style "button" { + + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.03, @bg_color) + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + bg[INSENSITIVE] = @bg_color + fg[INSENSITIVE] = "#9c9c9c" + + engine "murrine" { + #contrast = 1.0 + textstyle = 1 + border_shades = {1.01, 0.8} + reliefstyle = 0 + shadow_shades = {1.0, 1.1} + glowstyle = 5 + glow_shade = 1.02 + lightborder_shade = 1.32 +# lightborderstyle = 0 + #text_shade = 1.04 + } +} + +style "notebook_button" = "button" { +} + +style "spinbutton" = "notebook_button" { + xthickness = 4 + + engine "murrine" { + } +} + +style "scrollbar" = "button" { + xthickness = 2 + ythickness = 2 + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.04, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + + engine "murrine" + { + border_shades = {0.95, 0.90} + roundness = 20 + contrast = 1.0 + trough_shades = {0.92, 0.98} + lightborder_shade = 1.3 + glowstyle = 5 + glow_shade = 1.02 + gradient_shades = {1.2, 1.0, 1.0, 0.86} + trough_border_shades = {0.9, 0.98} + } +} + +style "hscrollbar" { +} + +style "vscrollbar" { +} + +style "overlay_scrollbar" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.85, @bg_color) + bg[ACTIVE] = shade (0.6, @bg_color) +} + +style "scale" = "button" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + border_shades = {0.9, 0.8} + roundness = 5 + lightborder_shade = 1.32 + gradient_shades = {1.1, 1.0, 1.0, 0.8} + handlestyle = 2 + trough_border_shades = {0.9, 1.4} + glow_shade = 1.0 +# reliefstyle = 2 +# shadow_shades = { 1.0, 0.9 } + } +} + +style "notebook_bg" { + bg[NORMAL] = shade (1.02, @bg_color) + bg[ACTIVE] = shade (0.97, @bg_color) + fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color)) +} + +# The color is changed by the notebook_bg style, this style +# changes the x/ythickness +style "notebook" { + xthickness = 2 + ythickness = 2 + + engine "murrine" { + roundness = 3 + contrast = 0.8 + focusstyle = 2 + lightborder_shade = 1.16 + gradient_shades = {1.1, 1.0, 1.0, 0.68} + } +} + +style "statusbar" { + engine "murrine" { + contrast = 1.2 + } +} + +style "comboboxentry" = "notebook_button" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + textstyle = 1 + glowstyle = 5 + glow_shade = 1.02 + } +} + +style "menubar" = "dark" { + # those two lines were added to fix firefox's menubar item text + bg[SELECTED] = "#ECECEC" + fg[SELECTED] = @fg_color + + engine "murrine" { + textstyle = 1 + text_shade = 1.23 + gradient_shades = {1.0, 1.0, 1.0, 1.0} + lightborder_shade = 1.0 + } +} + +style "toolbar" { + engine "murrine" { + textstyle = 1 + text_shade = 1.32 + lightborder_shade = 1.0 + } +} + +style "toolbar-button" = "notebook_button" { + engine "murrine" { + } +} + +style "menu" { + xthickness = 0 + ythickness = 0 + + engine "murrine" + { + reliefstyle = 0 + roundness = 0 + } +} + +style "menu_item" = "menu" { + xthickness = 2 + ythickness = 3 + + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" + { + glowstyle = 5 + glow_shade = 1.1 +# lightborder_shade = 1.0 +# border_shades = { 1.5, 1.3 } + roundness = 0 + } +} + +style "menubar_item" = "menu_item" { + bg[PRELIGHT] = "#ece7e2" + fg[PRELIGHT] = @fg_color + + engine "murrine" { + gradient_shades = {1.00, 1.0, 1.0, 1.0} +# glowstyle = 5 + border_shades = { 1.0, 1.0 } + glow_shade = 1.00 + lightborderstyle = 3 + lightborder_shade = 1.2 + roundness = 4 + } +} + +style "scale_menu_item" = "scale" { + engine "murrine" { + roundness = 20 + lightborder_shade = 1.32 + reliefstyle = 0 + } +} + +# This style is there to modify the separator menu items. The goals are: +# 1. Get a specific height. +# 2. The line should go to the edges (ie. no border at the left/right) +style "separator_menu_item" { + xthickness = 1 + ythickness = 0 + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 7 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "separator_tool_item" { + xthickness = 0 + ythickness = 1 + + GtkVSeparator::vertical-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 7 + GtkWidget::separator-height = 1 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "frame_title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "treeview" { + engine "murrine" + { + roundness = 2 + lightborder_shade = 1.1 + gradient_shades = {1.04, 1.0, 1.0, 0.96} + } +} + +style "progressbar" { + xthickness = 1 + ythickness = 1 + + bg[ACTIVE] = shade (0.94, @bg_color) + #bg[SELECTED] = "#cdcdcd" + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" { + #trough_shades = {0.98, 1.02} + roundness = 8 + lightborderstyle = 1 + lightborder_shade = 1.26 + border_shades = {0.95, 0.85} + gradient_shades = {1.1, 1.0, 1.0, 0.9} + trough_border_shades = {0.9, 1.4} + } +} + +style "progressbar_menu_item" = "progressbar" { + engine "murrine" { + roundness = 0 + } +} + +# This style is based on the default style, so that the colors from the button +# style are overriden again. +style "treeview_header" = "notebook_button" { + xthickness = 2 + ythickness = 1 + + engine "murrine" { + glazestyle = 1 + contrast = 0.8 + lightborder_shade = 1.16 + textstyle = 1 + glow_shade = 1.0 + } +} + +style "treeview_header_scrolled" = "treeview_header" { +} + +style "scrolledwindow" { + engine "murrine" { + contrast = 0.6 + } +} + +style "radiocheck" = "button" { + text[NORMAL] = shade (0.535, @selected_bg_color) + text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color)) + bg[NORMAL] = shade (0.92, @bg_color) + bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color)) + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + engine "murrine" { + reliefstyle = 3 + gradient_shades = {1.2, 1.0, 1.0, 0.9} + shadow_shades = {0.6, 0.5} + textstyle = 0 + } +} + +style "tooltips" { + xthickness = 4 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = "#000000" + + engine "murrine" { + rgba = TRUE + } +} + +style "infobar" { + engine "murrine" { + } +} + +style "nautilus_location" { + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color) +} + +style "calendar" { + xthickness = 0 + ythickness = 0 + + engine "murrine" { + roundness = 0 + } +} + +style "calendar_menu_item" = "calendar" { +# base[NORMAL] = "#c5bfb7" +} + +style "soundfix" +{ +} + +# Wrokaround style for places where the text color is used instead of the fg color. +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +# Workaround style for menus where the text color is used instead of the fg color. +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = "#999999" +} + +# Workaround style for places where the fg color is used instead of the text color. +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +# Style to set the toolbar to use a flat style. This is because the "New" button in +# Evolution is not drawn transparent. So if there is a gradient in the background it will +# look really wrong. +# See http://bugzilla.gnome.org/show_bug.cgi?id=446953. +style "evo_new_button_workaround" { +} + +# Make the XFCE desktop icons text backrounds look prettier (The only change to theme, Code by RAVEfinity Project) +style "xfdesktop-icon-view" { + +XfdesktopIconView::label-alpha = 100 + +base[NORMAL] = "#151515" +base[ACTIVE] = "#7F7C7C" +base[PRELIGHT] = "#7F7C7C" +base[SELECTED] = shade (0.98, @selected_bg_color) + +fg[NORMAL] = @selected_fg_color +fg[SELECTED] = @selected_fg_color +fg[ACTIVE] = @selected_fg_color +} + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# The default style is applied to every widget +class "GtkWidget" style "default" + +class "GtkSeparator" style "wide" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkEntry" style "entry" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "vscale" +class "GtkHScale" style "hscale" +class "GtkScrollbar" style "scrollbar" +class "GtkHScrollbar" style "hscrollbar" +class "GtkVScrollbar" style "vscrollbar" +class "GtkCalendar" style "calendar" +class "GtkInfoBar" style "infobar" + +# General matching follows. The order is choosen so that the right styles override +# each other. EG. progressbar needs to be more important than the menu match. +widget_class "*<GtkNotebook>" style "notebook_bg" +# This is not perfect, it could be done better. +# (That is modify *every* widget in the notebook, and change those back that +# we really don't want changed) +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook_bg" + +widget_class "*<GtkToolbar>*" style "toolbar" +widget_class "*<GtkScrolledWindow>*" style "scrolledwindow" + +widget_class "*<GtkButton>" style "button" +widget_class "*<GtkButton>*<GtkLabel>" style "button" +widget_class "*<GtkToolbar>.*.<GtkButton>*" style "notebook_button" +widget_class "*<GtkNotebook>" style "notebook" +widget_class "*<GtkStatusbar>" style "statusbar" +widget_class "*<GtkSpinButton>*" style "spinbutton" +widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button" +widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button" +widget_class "*<GtkRadioButton>*" style "radiocheck" +widget_class "*<GtkCheckButton>*" style "radiocheck" + +widget_class "*<GtkComboBoxEntry>*" style "comboboxentry" +widget_class "*<GtkCombo>*" style "comboboxentry" + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" +widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item" +widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "menubar_item" + +widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title" +widget_class "*.<GtkTreeView>*" style "treeview" + +widget_class "*<GtkProgress>" style "progressbar" +widget_class "*<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "calendar_menu_item" + +# Treeview headers (and similar stock GTK+ widgets) +widget_class "*.<GtkScrolledWindow>*<GtkTreeView>*" style "treeview_header_scrolled" +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkTreeView>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header" + +# Overlay scrollbar +widget_class "*<OsScrollbar>" style "overlay_scrollbar" +widget_class "*<OsThumb>" style "overlay_scrollbar" + +# The window of the tooltip is called "gtk-tooltip" +################################################################## +# FIXME: +# This will not work if one embeds eg. a button into the tooltip. +# As far as I can tell right now we will need to rework the theme +# quite a bit to get this working correctly. +# (It will involve setting different priorities, etc.) +################################################################## +widget "gtk-tooltip*" style "tooltips" + +########################################################################## +# Following are special cases and workarounds for issues in applications. +########################################################################## + +# Workaround for the evolution ETable (bug #527532) +widget_class "*.ETable.ECanvas" style "treeview_header" +# Workaround for the evolution ETree +widget_class "*.ETree.ECanvas" style "treeview_header" + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "nautilus_location" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that this work around assumes that the combobox is _not_ in appears-as-list mode. +widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround" +# This is the part of the workaround that fixes the menus +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color. +widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround" +# GtkCList also uses the fg color to draw text on top of the base colors. +widget_class "*<GtkCList>" style "fg_is_text_color_workaround" +# Nautilus when renaming files, and maybe other places. +widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround" +# Work around for ubuntu's lucid sound indicator +widget "ido-offscreen-scale" style "soundfix" +# Thickness for indicator menu items +widget "*IdoEntryMenuItem*" style "wide" + +# See the documentation of the style. +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" + +# Makes XFCE desktop icon and text backround tweaks work. +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Includes +#include "apps/banshee.rc" +include "apps/chromium.rc" +include "apps/ff.rc" +include "apps/gnome-terminal.rc" +include "apps/nautilus.rc" +include "apps/gnome-panel.rc" Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/img/arrow-down.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/img/arrow-down.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/img/handle-h.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/img/handle-h.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/img/handle-v.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/img/handle-v.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/img/panel-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/img/panel-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/img/panel-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/img/panel-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/img/panel-button-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/img/panel-button-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/img/panel.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-2.0/img/panel.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/baobab.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/baobab.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/baobab.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/baobab.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,25 @@ + +BaobabWindow GtkGrid { + background-color: @bg_color; +} + +BaobabLocationList GtkGrid { + background-color: transparent; +} + +.baobab-toolbar.toolbar { + border-color: shade (@bg_color, 0.9); + border-style: solid; + border-width: 0 0 1px 0; + border-radius: 0; +} + +.cell.baobab-level-cell, +.cell.baobab-level-cell:hover, +.cell.baobab-level-cell:selected, +.cell.baobab-level-cell:selected:hover { + border-color: alpha (black, 0.06); + border-width: 1px; + border-style: solid; + background-color: @base_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/california.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/california.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/california.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/california.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +CaliforniaViewWeekGrid { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/geary.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/geary.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/geary.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/geary.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +ComposerWidget { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/gedit.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/gedit.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/gedit.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/gedit.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,60 @@ +@define-color notebook_tab_gradient_b shade (@bg_color, 0.98); + +GeditWindow .pane-separator, +GeditWindow .pane-separator:hover { +} + +GeditPanel.title GtkLabel { +} + +GeditDocumentsPanel .view { +} + +GeditDocumentsPanel .view:backdrop { +} + +GeditWindow .notebook { + border-radius: 1px; +} + +GeditPanel .notebook { + border-radius: 1px; +} + +GeditPanel .notebook tab, +GeditWindow .notebook tab { + border-radius: 3px; +} + +GeditViewFrame .gedit-search-slider { + background-color: @base_color; + padding: 6px; + border-color: shade (@notebook_tab_gradient_b, 0.80); + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px 1px; + border-style: solid; +} + +GeditViewFrame .gedit-search-slider .not-found { + color: @error_fg_color; + background-image: none; + background-color: @error_bg_color; +} + +GeditViewFrame .gedit-search-slider .not-found:selected { + background-color: @selected_bg_color; + color: @selected_fg_color; +} + +GeditFileBrowserWidget .toolbar { + background-color: @bg_color; + border: none; + padding-bottom: 3px; +} + +.gedit-search-entry-occurrences-tag { + background-color: transparent; + color: @backdrop_text_color; + margin: 2px; + padding: 2px; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/glade.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/glade.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/glade.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/glade.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,8 @@ + +GladeEditor GtkContainer { + background-color: @bg_color +} + +GladeWindow GtkGrid { + background-color: @bg_color +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/gnome-panel.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/gnome-panel.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/gnome-panel.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/gnome-panel.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,97 @@ +/* Fallback Mode Panel */ +PanelWidget :backdrop, +PanelApplet :backdrop, +PanelToplevel :backdrop, +PanelWidget, +PanelApplet, +PanelToplevel { + border-image: none; + + color: @dark_fg_color; +} + +PanelWidget, +PanelApplet, +PanelToplevel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelApplet { + border-width: 0; +} + +PanelSeparator:backdrop, +PanelSeparator { + border-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + + color: @dark_fg_color; +} + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelApplet > GtkMenuBar.menubar.menuitem, +PanelMenuBar.menubar, +PanelMenuBar.menubar.menuitem { + -PanelMenuBar-icon-visible: true; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelAppletFrame { + background-color: @dark_bg_color; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-width: 0; +} + +PanelApplet .button:backdrop, +PanelApplet .button { + -GtkButton-inner-border: 2; + + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.6); + border-radius: 0; + border-width: 0 1px 0 1px; + + text-shadow: none; +} + +PanelApplet .button:active:prelight:backdrop, +PanelApplet .button:active:prelight, +PanelApplet .button:active:backdrop, +PanelApplet .button:active { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.7)), + to (shade (@dark_bg_color, 0.8))); + border-color: shade (@dark_bg_color, 0.7); +} + +PanelApplet .button:prelight:backdrop, +PanelApplet .button:prelight { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.3)), + to (shade (@dark_bg_color, 1.1))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.8); +} + +ClockBox { + text-shadow: 0 1px shade (@dark_bg_color, 1.08); +} + +WnckPager, WnckTasklist { + background-color: @dark_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/gnome-system-log.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/gnome-system-log.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/gnome-system-log.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/gnome-system-log.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,4 @@ +/* LP: #1045602 */ +LogviewWindow .view.dim-label, .dim-label { + color: @info_fg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/gnome-terminal.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/gnome-terminal.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/gnome-terminal.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/gnome-terminal.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,7 @@ +/* gnome-terminal */ +TerminalScreen { + -TerminalScreen-background-darkness: 0.97; + background-color: #060606; + color: #E8E8E8; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/nautilus.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -0,0 +1,238 @@ +@define-color cluebar_color shade (mix (@bg_color, @base_color, 0.5), 0.95); + +NautilusWindow *, +NemoWindow * { + -GtkPaned-handle-size: 1; +} + +NautilusDesktopWindow GtkWidget { + background-color: @transparent; +} + +.nautilus-canvas-item, +.nemo-canvas-item { + border-radius: 4px; +} + +/* desktop mode */ +.nautilus-desktop.nautilus-canvas-item, +.nemo-desktop.nemo-canvas-item { + color: @bg_color; + text-shadow: 1px 1px alpha (black, 0.8); +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nemo-desktop.nemo-canvas-item:active { + background-image: none; + background-color: alpha (@bg_color, 0.84); + + color: @fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:selected { + background-image: none; + background-color: alpha (@selected_bg_color, 0.84); + + color: @selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:active, +.nemo-desktop.nemo-canvas-item:prelight, +.nemo-desktop.nemo-canvas-item:selected { + text-shadow: none; +} + +/* browser window */ +NautilusTrashBar.info, +NautilusXContentBar.info, +NautilusSearchBar.info, +NautilusQueryEditor.info, +NemoTrashBar.info, +NemoXContentBar.info, +NemoSearchBar.info, +NemoQueryEditor.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.03)), + to (shade (@cluebar_color, 0.92))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); + border-radius: 0; + border-style: solid; + border-width: 0px 0px 1px 0px; +} + +NautilusTrashBar.info:backdrop, +NautilusXContentBar.info:backdrop, +NautilusSearchBar.info:backdrop, +NautilusQueryEditor.info:backdrop, +NemoTrashBar.info:backdrop, +NemoXContentBar.info:backdrop, +NemoSearchBar.info:backdrop, +NemoQueryEditor.info:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.01)), + to (shade (@cluebar_color, 0.96))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); +} + +NautilusSearchBar .entry, +NemoSearchBar .entry { +} + +.nautilus-cluebar-label, +.nemo-cluebar-label { + font: bold; +} + +.nautilus-cluebar-label:backdrop, +.nemo-cluebar-label:backdrop { + color: mix (@fg_color, @cluebar_color, 0.2); +} + +nautilus-search-button *:active, +nautilus-search-button *:active:prelight, +nemo-search-button *:active, +nemo-search-button *:active:prelight { + color: @dark_fg_color; +} + +NautilusFloatingBar, +NemoFloatingBar { + background-color: shade (@cluebar_color, 0.92); +} + +NautilusFloatingBar .button, +NemoFloatingBar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; +} + +/* sidebar */ +NautilusWindow .sidebar, +NautilusWindow .sidebar .view, +NemoWindow .sidebar, +NemoWindow .sidebar .view { + background-color: @cluebar_color; + + color: @fg_color; +} + +NautilusWindow .sidebar .frame, +NemoWindow .sidebar .frame { + border-style: none +} + +NautilusWindow .sidebar:backdrop, +NautilusWindow .sidebar .view:backdrop, +NemoWindow .sidebar:backdrop, +NemoWindow .sidebar .view:backdrop { + background-color: shade (@bg_color, 0.96); + color: mix (@fg_color, shade (@bg_color, 0.95), 0.2); +} + +NautilusWindow .sidebar row:selected, +NemoWindow .sidebar row:selected { + color: @selected_fg_color; +} + +NautilusWindow .sidebar row:selected:backdrop, +NemoWindow .sidebar row:selected:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (shade (@bg_color, 0.95), 0.94)), + to (shade (shade (@bg_color, 0.95), 0.86))); + border-top-color: shade (shade (@bg_color, 0.95), 0.88); + + color: @fg_color; +} + +NautilusWindow .pane-separator, +NemoWindow .pane-separator { + background-color: shade (shade (@bg_color, 0.95), 0.94); + border-color: @dark_bg_color; + border-style: solid; + border-width: 0; + box-shadow: none; +} + +NautilusWindow .pane-separator:backdrop, +NemoWindow .pane-separator:backdrop { + background-color: shade (shade (@bg_color, 0.95), 0.96); +} + +NautilusWindow .toolbar.menubar, +NemoWindow .toolbar.menubar { + -GtkToolbar-button-relief: normal; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.0)), + to (shade (@dark_bg_color, 1.2))); + color: @fg_color; + padding: 3px; + box-shadow: none; +} + +/* for breadcrumbs path bar */ +NautilusWindow .toolbar.menubar .button, +.nemo-pathbar-button, +NemoPathbarButton { + -GtkWidget-focus-line-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.4)), + to (shade (@dark_bg_color, 0.96))); + color: @dark_fg_color; + padding: 6px 6px; + border-width: 1px; + border-style: solid; + border-color: alpha(shade (@dark_bg_color, 0.80), 1.2); + -NemoPathbarButton-border-radius: 3px; +} + +NautilusWindow .toolbar.menubar .button:hover, +NautilusWindow .toolbar.menubar .button:active:hover, +NemoPathbarButton:hover, +NemoPathbarButton:active:hover { + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +NautilusWindow .toolbar.menubar .button:active, +NemoPathbarButton:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@selected_bg_color, 1.32), shade(@dark_bg_color, 1.1), 0.7)), + to (mix (shade (@selected_bg_color, 1.05), shade(@dark_bg_color, 1.18), 0.7))); + + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +.toolbar.menubar .separator { + border-color: shade (@dark_bg_color, 0.96); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* For Places Sidebar diskfull indicators */ + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, .65); + -NemoPlacesTreeView-disk-full-fg-color: shade(@selected_bg_color, 1.0); + -NemoPlacesTreeView-disk-full-bar-width: 1px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 1px; + -NemoPlacesTreeView-disk-full-max-length: 70px; +} + +NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, 2.0); + -NemoPlacesTreeView-disk-full-fg-color: shade(@fg_color, 2.0); +} + +NemoPlacesTreeView:hover { +} + +NemoPlacesTreeView:selected:hover { +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/software-center.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/software-center.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/software-center.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/software-center.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +.action-bar { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/unity.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/unity.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/unity.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/unity.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,131 @@ +/* Decorations */ + +UnityDecoration { + -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-input-extents: 10px; + + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 5px; + -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.78); + -UnityDecoration-active-shadow-radius: 30px; + -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.3); + -UnityDecoration-inactive-shadow-radius: 25px; + + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: rgb (221, 72, 20); + + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration.top { + border: 1px solid rgba (85, 40, 0, 0.04); /* shade (@dark_bg_color) (shade (#edebe6, 1.06) */ + border-bottom-width: 0; + border-radius: 6px 6px 0 0; + padding: 1px 6px 0 6px; + + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 1.065), inset 0 0 transparent; + + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityDecoration.top:backdrop { + border: 1px solid rgba (110, 27, 0, 0.04); /* shade @dark_bg_color - shade (#edebe6, 0.96) */ + border-bottom-width: 0; + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 0.96)), + to (@dark_bg_color)); + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 0.97), inset 0 0 transparent; + + color: #a39e9a; + text-shadow: 1px 0 1px shade (@dark_bg_color, 1.08), -1px 0 1px shade (@dark_bg_color, 1.08), + 0 1px 1px shade (@dark_bg_color, 1.08), 0 -1px 1px shade (@dark_bg_color, 1.08); +} + +UnityDecoration.left, +UnityDecoration.right { + background-color: shade (@bg_color, 0.7); + background-size: 1px 70px; + background-repeat: repeat-x; + + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #A8A8A8), + color-stop (0.5, #A8A8A8), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.left:backdrop, +UnityDecoration.right:backdrop { + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #B5B5B5), + color-stop (0.5, #B5B5B5), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.bottom { + background-image: none; + background-color: shade (@bg_color, 0.7); +} + +/* Panel Style */ + +UnityPanelWidget, +.unity-panel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + border-top-color: shade (#EDEDED, 1.08); + border-style: solid; + border-width: 1px 0 0 0; + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: #A3A3A3; +} + +.unity-panel.menubar, +.unity-panel .menubar { +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 1px 1px 0 1px; + icon-shadow: 0 -1px shade (@dark_bg_color, 1.06); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (shade (@dark_bg_color, 1.02))); +} + +@keyframes playbackmenuitem_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: playbackmenuitem_spinner 1s infinite linear; + color: @selected_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/unity-greeter.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/unity-greeter.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/unity-greeter.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/apps/unity-greeter.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,94 @@ +.lightdm.menu { + background-image: none; + background-color: alpha (black, 0.6); + border-color: alpha (white, 0.2); + border-radius: 4px; + padding: 1px; + + color: white; +} + +.lightdm-combo .menu { + background-color: shade (@dark_bg_color, 1.08); + border-radius: 0px; + padding: 0px; + + color: white; +} + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: white; +} + +.lightdm.menubar { + background-image: none; + background-color: alpha (black, 0.5); +} + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .entry, +.lightdm.button, +.lightdm.entry { + background-image: none; + background-color: alpha (black, 0.3); + border-color: alpha (white, 0.6); + border-radius: 5px; + padding: 7px; + + color: white; + text-shadow: none; +} + +.lightdm.button, +.lightdm.button:hover, +.lightdm.button:active, +.lightdm.button:active:focused, +.lightdm.entry, +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focused { + background-image: none; + border-image: none; +} + +.lightdm.button:focused, +.lightdm.entry:focused { + border-color: alpha (white, 0.9); + border-width: 1px; + border-style: solid; + + color: white; +} + +.lightdm.entry:selected { + background-color: alpha (white, 0.2); +} + +@keyframes dashentry_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; +} + +.lightdm.option-button { + padding: 2px; + background: none; + border: 0; +} + +.lightdm.toggle-button { + background: none; + border-width: 0; +} + +.lightdm.toggle-button.selected { + background-color: alpha (black, 0.3); + border-width: 1px; +} Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/backdrop-radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-active-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-active-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-default-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-default-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-default-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-default-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-default-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-default-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-default.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-default.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-menuitem-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-menuitem-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-arrow-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-arrow-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-arrow.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-arrow.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-button-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-button-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/frame.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/frame.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/notebook-tab-bottom.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/notebook-tab-bottom.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/notebook-tab-left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/notebook-tab-left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/notebook-tab-right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/notebook-tab-right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/notebook-tab-top.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/notebook-tab-top.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/progressbar-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/progressbar-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/progressbar-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/progressbar-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/progressbar-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/progressbar-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/progressbar-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/progressbar-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radiance-entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-horizontal-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-horizontal-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-horizontal-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-horizontal-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-horizontal-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-horizontal-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-vertical-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-vertical-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-vertical-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-vertical-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-vertical-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-vertical-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scale-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scrollbar_handle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scrollbar_handle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scrollbar_handle_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/scrollbar_handle_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-horizontal-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-horizontal-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-horizontal-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-horizontal-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-horizontal-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-horizontal-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-horizontal-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-horizontal-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-horizontal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-horizontal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_prelight_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_prelight_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_vertical_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_vertical_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-vertical-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-vertical-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-vertical-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-vertical-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-vertical-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-vertical-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-vertical-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-vertical-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_vertical_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_vertical_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/slider-vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-button-off-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-button-off-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-button-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-button-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-button-on-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-button-on-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-button-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-button-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-trough-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-trough-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-trough-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-trough-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-trough-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-trough-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-trough-toolbar-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-trough-toolbar-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-trough-toolbar-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/assets/switch-trough-toolbar-on.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1 @@ +@import url("gtk-main.css"); \ No newline at end of file diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-main.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-main.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-main.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-main.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,70 @@ +/*default color scheme */ +@define-color bg_color #F2F2F2; +@define-color fg_color #4C4C4C; +@define-color base_color #ffffff; +@define-color text_color #3C3C3C; +@define-color selected_bg_color #737C99; +@define-color selected_fg_color #ffffff; +@define-color tooltip_bg_color #000000; +@define-color tooltip_fg_color #ffffff; + +/* misc colors used by gtk+ + * + * Gtk doesn't currently expand color variables for style properties. Thus, + * gtk-widgets.css uses literal color names, but includes a comment containing + * the name of the variable. Please remember to change values there as well + * when changing one of the variables below. + */ +@define-color info_fg_color rgb (181, 171, 156); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (173, 120, 41); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (97, 122, 214); +@define-color question_bg_color rgb (138, 173, 212); +@define-color error_fg_color rgb (235, 235, 235); +@define-color error_bg_color rgb (223, 56, 44); +@define-color link_color @selected_bg_color; +@define-color success_color #4e9a06; +@define-color error_color #df382c; + +/* theme common colors */ +@define-color button_bg_color shade (@bg_color, 1.02); /*shade (#cdcdcd, 1.08);*/ +@define-color notebook_button_bg_color shade (@bg_color, 1.02); +@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6); +@define-color dark_bg_color #DFDFDF; +@define-color dark_fg_color @fg_color; + +@define-color backdrop_fg_color mix (@bg_color, @fg_color, 0.8); +@define-color backdrop_text_color mix (@base_color, @text_color, 0.8); +@define-color backdrop_dark_fg_color mix (@dark_bg_color, @dark_fg_color, 0.75); +@define-color backdrop_selected_bg_color shade (@bg_color, 0.92); +@define-color backdrop_selected_fg_color @fg_color; + +@define-color focus_color alpha (@selected_bg_color, 0.5); +@define-color focus_bg_color alpha (@selected_bg_color, 0.1); + +@define-color shadow_color alpha(black, 0.5); + +@define-color osd_fg_color #eeeeec; +@define-color osd_bg_color alpha(#202526, 0.7); +@define-color osd_border_color alpha(black, 0.7); + +@import url("gtk-widgets-borders.css"); +@import url("gtk-widgets-borders-radiance.css"); +@import url("gtk-widgets-assets.css"); +@import url("gtk-widgets-assets-radiance.css"); +@import url("gtk-widgets.css"); +@import url("gtk-widgets-radiance.css"); +@import url("apps/geary.css"); +@import url("apps/unity.css"); +@import url("apps/unity-greeter.css"); +@import url("apps/baobab.css"); +@import url("apps/gedit.css"); +@import url("apps/nautilus.css"); +@import url("apps/gnome-panel.css"); +@import url("apps/gnome-terminal.css"); +@import url("apps/gnome-system-log.css"); +@import url("apps/glade.css"); +@import url("apps/california.css"); +@import url("apps/software-center.css"); +@import url("public-colors.css"); diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-assets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-assets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-assets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-assets.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,562 @@ +/*************** + * Resize grip * + ***************/ + +.grip { + background-color: transparent; + /*background-image: url("assets/resize-grip.svg");*/ +} + +/************************* + * Check and Radio items * + *************************/ + +/* draw regular check and radio items using our SVG assets */ +.check { + -gtk-icon-source: url("assets/check-unselected.png"); +} + +.check:hover { + -gtk-icon-source: url("assets/check-unselected-hover.png"); +} + +.check row, +.check row:selected, +.check row:selected:focus { + -gtk-icon-source: url("assets/check-unselected-alt.png"); +} + +.check row:hover, +.check row:selected:hover, +.check row:selected:focus:hover { + -gtk-icon-source: url("assets/check-unselected-hover-alt.png"); +} + +.check:insensitive { + -gtk-icon-source: url("assets/check-unselected-disabled.png"); +} + +.check row:insensitive { + background-color: transparent; +} + +.check row:insensitive, +.check row:selected:insensitive, +.check row:selected:focus:insensitive { + background-color: transparent; + -gtk-icon-source: url("assets/check-unselected-disabled-alt.png"); +} + +.check:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected.png"); +} + +.check:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover.png"); +} + +.check row:backdrop, +.check row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-alt.png"); +} + +.check row:hover:backdrop, +.check row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover-alt.png"); +} + +.check:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled.png"); +} + +.check row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled-alt.png"); +} + +.check:checked { + -gtk-icon-source: url("assets/check-selected.png"); +} + +.check:checked:hover { + -gtk-icon-source: url("assets/check-selected-hover.png"); +} + +.check row:checked, +.check row:selected:checked, +.check row:selected:focus:checked { + -gtk-icon-source: url("assets/check-selected-alt.png"); +} + +.check row:checked:hover, +.check row:selected:checked:hover, +.check row:selected:checked:focus:hover { + -gtk-icon-source: url("assets/check-selected-hover-alt.png"); +} + +.check:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled.png"); +} + +.check row:checked:insensitive, +.check row:selected:checked:insensitive, +.check row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled-alt.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover.png"); +} + +.check row:checked:backdrop, +.check row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-alt.png"); +} + +.check row:checked:hover:backdrop, +.check row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover-alt.png"); +} + +.check:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled.png"); +} + +.check row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled-alt.png"); +} + +.check:inconsistent { + -gtk-icon-source: url("assets/check-mixed.png"); +} + +.check:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover.png"); +} + +.check row:inconsistent, +.check row:selected:inconsistent, +.check row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/check-mixed-alt.png"); +} + +.check row:inconsistent:hover, +.check row:selected:inconsistent:hover, +.check row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled.png"); +} + +.check row:inconsistent:insensitive, +.check row:selected:inconsistent:insensitive, +.check row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled-alt.png"); +} + +.check:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed.png"); +} + +.check:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover.png"); +} + +.check row:inconsistent:backdrop, +.check row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-alt.png"); +} + +.check row:inconsistent:hover:backdrop, +.check row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled.png"); +} + +.check row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled-alt.png"); +} + +.radio { + -gtk-icon-source: url("assets/radio-unselected.png"); +} + +.radio:hover { + -gtk-icon-source: url("assets/radio-unselected-hover.png"); +} + +.radio row, +.radio row:selected, +.radio row:selected:focus { + -gtk-icon-source: url("assets/radio-unselected-alt.png"); +} + +.radio row:hover, +.radio row:selected:hover, +.radio row:selected:focus:hover { + -gtk-icon-source: url("assets/radio-unselected-hover-alt.png"); +} + +.radio:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled.png"); +} + +.radio row:insensitive { + background-color: transparent; +} + +.radio row:insensitive, +.radio row:selected:insensitive, +.radio row:selected:focus:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled-alt.png"); +} + +.radio:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected.png"); +} + +.radio:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover.png"); +} + +.radio row:backdrop, +.radio row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-alt.png"); +} + +.radio row:hover:backdrop, +.radio row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover-alt.png"); +} + +.radio:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled.png"); +} + +.radio row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled-alt.png"); +} + +.radio:checked { + -gtk-icon-source: url("assets/radio-selected.png"); +} + +.radio:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover.png"); +} + +.radio row:checked, +.radio row:selected:checked, +.radio row:selected:focus:checked { + -gtk-icon-source: url("assets/radio-selected-alt.png"); +} + +.radio row:checked:hover, +.radio row:selected:checked:hover, +.radio row:selected:focus:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled.png"); +} + +.radio row:insensitive, +.radio row:selected:checked:insensitive, +.radio row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled-alt.png"); +} + +.radio:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected.png"); +} + +.radio:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover.png"); +} + +.radio row:checked:backdrop, +.radio row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-alt.png"); +} + +.radio row:checked:hover:backdrop, +.radio row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled.png"); +} + +.radio row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled-alt.png"); +} + +.radio:inconsistent { + -gtk-icon-source: url("assets/radio-mixed.png"); +} + +.radio:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover.png"); +} + +.radio row:inconsistent, +.radio row:selected:inconsistent, +.radio row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover, +.radio row:selected:inconsistent:hover, +.radio row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled.png"); +} + +.radio row:inconsistent:insensitive, +.radio row:selected:inconsistent:insensitive, +.radio row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled-alt.png"); +} + +.radio:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed.png"); +} + +.radio:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover.png"); +} + +.radio row:inconsistent:backdrop, +.radio row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover:backdrop, +.radio row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled.png"); +} + +.radio row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled-alt.png"); +} + +.primary-toolbar .menu .check, +.menubar.toolbar .menu .check, +.header-bar .menu .check, +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .radio, +.menubar.toolbar .menu .radio, +.header-bar .menu .radio, +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .check:checked, +.menubar.toolbar .menu .check:checked, +.header-bar .menu .check:checked, +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:hover, +.menu .check:checked:hover { + -gtk-icon-source: url("assets/check-menuitem.png"); +} + +.primary-toolbar .menu .check:checked:insensitive, +.menubar.toolbar .menu .check:checked:insensitive, +.header-bar .menu .check:checked:insensitive, +.toolbar .menu .check:checked:hover:insensitive, +.menu .check:checked:insensitive, +.menu .check:checked:hover:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive.png"); +} + +.toolbar .menu .radio:checked:hover, +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem.png"); +} + +.primary-toolbar .menu .radio:checked:insensitive, +.menubar.toolbar .menu .radio:checked:insensitive, +.header-bar .menu .radio:checked:insensitive, +.toolbar .menu .radio:checked:hover:insensitive, +.menu .radio:checked:insensitive, +.menu .radio:checked:hover:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive.png"); +} + +.toolbar .menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.toolbar .menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.toolbar .menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} + +/********************* + * GtkScale's slider * + *********************/ +.scale.slider, +.scale.slider.horizontal { + background-image: url("assets/slider-horizontal.png"); +} + +.scale.slider:backdrop, +.scale.slider.horizontal:backdrop { + /*background-image: url("assets/slider-horizontal-disabled.png");*/ +} + +.scale.slider:hover, +.scale.slider.horizontal:hover { + background-image: url("assets/slider-horizontal-hover.png"); +} + +.scale.slider:focused, +.scale.slider.horizontal:focused { + background-image: url("assets/slider-horizontal-focused.png"); +} + +.scale.slider:hover:focused, +.scale.slider.horizontal:hover:focused { + background-image: url("assets/slider-horizontal-focused-hover.png"); +} + +.scale.slider:insensitive, +.scale.slider.horizontal:insensitive { + background-image: url("assets/slider-horizontal-disabled.png"); +} + +.scale.slider:insensitive:backdrop, +.scale.slider.horizontal:insensitive:backdrop { + /*background-image: url("assets/slider-horizontal-backdrop-disabled.png");*/ +} + +.scale.slider.vertical { + background-image: url("assets/slider-vertical.png"); +} + +.scale.slider.vertical:backdrop { + /*background-image: url("assets/slider-vertical-backdrop.png");*/ +} + +.scale.slider.vertical:hover { + background-image: url("assets/slider-vertical-hover.png"); +} + +.scale.slider.vertical:focused { + background-image: url("assets/slider-vertical-focused.png"); +} + +.scale.slider.vertical:hover:focused { + background-image: url("assets/slider-vertical-focused-hover.png"); +} + +.scale.slider.vertical:insensitive { + background-image: url("assets/slider-vertical-disabled.png"); +} + +.scale.slider.vertical:insensitive:backdrop { + /*background-image: url("assets/slider-vertical-backdrop-disabled.png");*/ +} + +/*.scale.scale-has-marks-above.slider.horizontal { + background-image: url("assets/slider-up.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:insensitive { + background-image: url("assets/slider-up-disabled.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop { + background-image: url("assets/slider-up-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-up-backdrop-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical { + background-image: url("assets/slider-left.png"); +} + +.scale.scale-has-marks-above.slider.vertical:insensitive { + background-image: url("assets/slider-left-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop { + background-image: url("assets/slider-left-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-left-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal { + background-image: url("assets/slider-down.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:insensitive { + background-image: url("assets/slider-down-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop { + background-image: url("assets/slider-down-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-down-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical { + background-image: url("assets/slider-right.png"); +} + +.scale.scale-has-marks-below.slider.vertical:insensitive { + background-image: url("assets/slider-right-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop { + background-image: url("assets/slider-right-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-right-backdrop-disabled.png"); +}*/ + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-assets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-assets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-assets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-assets-radiance.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,23 @@ +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-borders.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-borders.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-borders.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-borders.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,313 @@ +/* Borders */ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border: 1px solid #2e2e2c; + border-bottom-width: 0px; + border-radius: 4px 4px 0 0; +} + +/********* + * entry * + *********/ +.entry { + border-radius: 8px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.entry { + border-image: url("assets/entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:backdrop { + border-image: url("assets/backdrop-entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:focus { + border-image: url("assets/entry-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive { + border-image: url("assets/entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive:backdrop { + border-image: url("assets/backdrop-entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + border-radius: 8px; + border-width: 0; +} + +/****************** + * combobox entry * + ******************/ +GtkComboBox.combobox-entry .entry:first-child, +GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 1px 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +GtkComboBox.combobox-entry .entry:last-child, +GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +GtkComboBox.combobox-entry .button { + border-image: url("assets/combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:backdrop { + border-image: url("assets/backdrop-combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive { + border-image: url("assets/combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive:backdrop { + border-image: url("assets/backdrop-combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:active:focus { + border-image: url("assets/combobox-button-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:first-child, +.primary-toolbar GtkComboBox.combobox-entry .button:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:first-child, +.header-bar GtkComboBox.combobox-entry .entry:first-child, +.header-bar GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:last-child, +.primary-toolbar GtkComboBox.combobox-entry .button:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:last-child, +.header-bar GtkComboBox.combobox-entry .entry:last-child, +.header-bar GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +.notebook tab.top:active { + border-image: url("assets/notebook-tab-top.png") 8 10 1 10 / 8px 10px 1px 10px stretch; +} + +.notebook tab.right:active { + border-image: url("assets/notebook-tab-right.png") 10 8 10 1 / 10px 8px 10px 1px stretch; +} + +.notebook tab.bottom:active { + border-image: url("assets/notebook-tab-bottom.png") 1 10 8 10 / 1px 10px 8px 10px stretch; +} + +.notebook tab.left:active { + border-image: url("assets/notebook-tab-left.png") 10 1 10 8 / 10px 1px 10px 8px stretch; +} + +/* unfocused window: generic element borders */ +.button:backdrop, +GtkComboBox.combobox-entry .entry:backdrop, +GtkComboBox.combobox-entry .button:backdrop, +.entry:backdrop, +GtkSwitch.trough:backdrop, +.trough:backdrop { +} + +.trough, +.trough.highlight { + border-radius: 4px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.trough { + border-image: url("assets/progressbar-horizontal-trough.png") 6 7 6 7 / 6px 7px 6px 7px stretch; +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +.trough row { +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +GtkSwitch.trough { + border-image: url("assets/switch-trough-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.trough:active { + border-image: url("assets/switch-trough-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough, +.menubar.toolbar GtkSwitch.trough, +.header-bar GtkSwitch.trough { + border-image: url("assets/switch-trough-toolbar-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough:active, +.menubar.toolbar GtkSwitch.trough:active, +.header-bar GtkSwitch.trough:active { + border-image: url("assets/switch-trough-toolbar-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:active:backdrop, +GtkSwitch.trough:insensitive, +GtkSwitch.trough:active:insensitive { + border-image: url("assets/switch-trough-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.slider { + border-image: url("assets/switch-button-off.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +GtkSwitch.slider:active { + border-image: url("assets/switch-button-on.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:backdrop, +GtkSwitch.slider:insensitive { + border-image: url("assets/switch-button-off-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:active:backdrop, +GtkSwitch.slider:active:insensitive { + border-image: url("assets/switch-button-on-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-image: url("assets/progressbar-horizontal-fill.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical { + border-image: url("assets/progressbar-vertical-fill.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop { + border-image: url("assets/progressbar-horizontal-fill-backdrop.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical:backdrop { + border-image: url("assets/progressbar-vertical-fill-backdrop.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.scale.trough { + border-image: url("assets/scale-horizontal-trough.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:insensitive { + border-image: url("assets/scale-horizontal-trough-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:backdrop { + border-image: url("assets/scale-horizontal-trough-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical { + border-image: url("assets/scale-vertical-trough.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.vertical:insensitive { + border-image: url("assets/scale-vertical-trough-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left { + border-image: url("assets/scale-horizontal-fill.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical:backdrop { + border-image: url("assets/scale-vertical-trough-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left:insensitive { + border-image: url("assets/scale-horizontal-fill-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.left:backdrop { + border-image: url("assets/scale-horizontal-fill-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.bottom.vertical { + border-image: url("assets/scale-vertical-fill.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:insensitive { + border-image: url("assets/scale-vertical-fill-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:backdrop { + border-image: url("assets/scale-vertical-fill-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-borders-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-borders-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-borders-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-borders-radiance.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,38 @@ + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/radiance-entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/radiance-entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/radiance-combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/radiance-combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/radiance-combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border-color: #b8ab9c; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:28.000000000 +0000 @@ -0,0 +1,2126 @@ +* { + -GtkArrow-arrow-scaling: 0.6; + -GtkButton-child-displacement-x: 1; + -GtkButton-child-displacement-y: 1; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-interior-focus: true; + -GtkButton-inner-border: 3; + -GtkCheckButton-indicator-size: 18; + -GtkCheckMenuItem-indicator-size: 16; + -GtkEntry-inner-border: 2; + -GtkEntry-progress-border: 0; + -GtkExpander-expander-size: 8; + -GtkHTML-link-color: #8793C1; /* @link_color */ + -GtkIMHtml-hyperlink-color: #8793C1; /* @link_color */ + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 5px; + -GtkMenuBar-internal-padding: 0; + -GtkMenuItem-arrow-scaling: 0.6; + -GtkNotebook-tab-overlap: 1; + -GtkPaned-handle-size: 6; + -GtkProgressBar-min-horizontal-bar-height: 14; + -GtkProgressBar-min-vertical-bar-width: 14; + -GtkRange-trough-border: 0; + -GtkRange-slider-width: 14; + -GtkRange-stepper-size: 13; + -GtkRange-trough-under-steppers: 1; + -GtkRange-stepper-spacing: 0; + -GtkScale-trough-border: 0; + -GtkScrollbar-activate-slider: 1; + -GtkScrollbar-trough-border: 0; + -GtkScrollbar-min-slider-length: 31; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkSeparatorMenuItem-horizontal-padding: 0; + -GtkStatusbar-shadow-type: none; + -GtkTextView-error-underline-color: #df382c; /* @error_color */ + -GtkToolButton-icon-spacing: 6; + -GtkToolItemGroup-expander-size: 11; + -GtkToolbar-internal-padding: 0; + -GtkTreeView-expander-size: 8; + -GtkTreeView-vertical-separator: 0; + -GtkWidget-separator-width: 2; + -GtkWidget-separator-height: 2; + -GtkWidget-link-color: #8793C1; /* @link_color */ + -GtkWidget-visited-link-color: #8793C1; /* @link_color */ + -GtkWindow-resize-grip-width: 0; + -GtkWindow-resize-grip-height: 0; + -WnckTasklist-fade-overlay-rect: 0; + + background-origin: border-box; + background-clip: padding-box; +} + +.background { + color: @fg_color; + background-color: @bg_color; +} + +.background:backdrop { + color: @backdrop_fg_color; +} + +/* LP: #1285783 */ +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; +} + +GtkPaned { + background-color: @bg_color; +} + +/* Background hack to make DejaDup Assistant windows not turn black when + * overlay scrollbars are enabled. + */ +Assistant GtkEventBox { + background-color: @bg_color; +} + +/* ... and for Evolution's mail preferences window */ +EPreferencesWindow GtkNotebook GtkAlignment GtkVBox { + background-color: @bg_color; +} + +/************* + * assistant * + *************/ +GtkAssistant .sidebar .highlight { + color: @fg_color; + font: bold; +} + +GtkAssistant .sidebar { + background-color: shade (@bg_color, 0.97); + border-right-color: shade (@bg_color, 0.8); + border-radius: 0; + border-style: solid; + border-width: 0 1px 0 0; + padding: 12px; + + color: mix (@fg_color, @bg_color, 0.40); + text-shadow: 0 1px shade (@bg_color, 1.04); + + box-shadow: inset -1px 0 shade (@bg_color, 0.94); +} + +/********** + * button * + **********/ +.button { + padding: 5px 6px; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + + border: 1px solid transparent; + border-radius: 8px; + border-image-source: url("assets/button.png"); + + /* all button border images have the same size and are sliced in the same way */ + border-image-width: 10px 12px 10px 12px; + border-image-slice: 10 12 10 12; + border-image-repeat: stretch; +} + +.button.flat { + background-image: none; + border-image-source: none; +} + +.button:backdrop { + background-image: none; + background-color: @bg_color; + border-image-source: url("assets/backdrop-button.png"); + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +.button.flat:backdrop { + border-image-source: none; +} + +.button:focus { + border-image-source: url("assets/button-focused.png"); +} + +.button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.12)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.96))); + border-image-source: url("assets/button-hover.png"); +} + +.button:hover:backdrop { + background-color: shade (@bg_color, 1.04); + border-image-source: url("assets/backdrop-button-hover.png"); +} + +.button:hover:focus { + border-image-source: url("assets/button-focused-hover.png"); +} + +.button:insensitive { + background-image: none; + background-color: mix (#ebebeb, @bg_color, 0.5); + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + border-image-source: url("assets/button-disabled.png"); +} + +.button:insensitive:backdrop { + background-color: #ebebeb; + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); + border-image-source: url("assets/backdrop-button-disabled.png"); +} + +.button.flat:insensitive, +.button.flat:insensitive:backdrop { + background-color: transparent; + border-image-source: none; +} + +.button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + border-image-source: url("assets/button-active.png"); +} + +.button:checked:focus { + border-image-source: url("assets/button-active-focused.png"); +} + +.button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#dcdcdc), + to (#f3f3f3)); + border-image-source: url("assets/button-active-hover.png"); +} + +.button:active:focus { + border-image-source: url("assets/button-active-focused-hover.png"); +} + +.button:active:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#e3e3e3), + to (#f3f3f3)); + border-image-source: url("assets/button-active-disabled.png"); +} + +.button:checked:backdrop { + border-image-source: url("assets/backdrop-button-active.png"); +} + +.button:active:backdrop { + border-image-source: url("assets/backdrop-button-active-hover.png"); +} + +.button:checked:insensitive:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (#e3e3e3, @bg_color, 0.5)), + to (mix (#f3f3f3, @bg_color, 0.5))); + border-image-source: url("assets/backdrop-button-active-disabled.png"); +} + +.button.default { + border-image-source: url("assets/button-default.png"); +} + +.button.default:hover { + border-image-source: url("assets/button-default-hover.png"); +} + +.button.default:focus { + border-image-source: url("assets/button-default-focused.png"); +} + +.button.default:focus:hover { + border-image-source: url("assets/button-default-focused-hover.png"); +} + +/****************** + * Linked Widgets * + *****************/ +.linked > .entry, +.linked > .button, +.linked > GtkComboBox > .button { + border-radius: 0; + border-image-width: 10px 0 10px 0; + border-width: 1px 0 1px 0; + box-shadow: inset -1px 0 shade (@bg_color, 0.84); +} + +.linked > .entry:first-child, +.linked > .button:first-child, +.linked > GtkComboBox:first-child > .button { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; +} + +.linked > .entry:last-child, +.linked > .button:last-child, +.linked > GtkComboBox:last-child > .button { + border-image-width: 10px 12px 10px 0; + border-radius: 0 8px 8px 0; + box-shadow: none; +} + +.linked > .entry:only-child, +.linked > .button:only-child, +.linked > GtkComboBox:only-child > .button { + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +.primary-toolbar .linked .button, +.header-bar .linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.header-bar .linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.header-bar .linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4) +} + +.primary-toolbar .linked .button:active, +.header-bar .linked .button:active, +.primary-toolbar .linked .button:insensitive, +.header-bar .linked .button:insensitive { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:only-child, +.header-bar .linked .button:only-child { + box-shadow: none; +} + +/**************** + * cell and row * + ****************/ +.cell { + -GtkCheckButton-indicator-size: 16; + + background-color: @base_color; + border-radius: 0; + border-width: 0; +} + +row:selected { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@selected_bg_color, 1.06)), + to (shade (@selected_bg_color, 0.94))); + border-top-color: shade (@selected_bg_color, 0.88); + border-style: solid; + border-width: 1px 0 0 0; + + color: @selected_fg_color; +} + +row:selected:backdrop { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@backdrop_selected_bg_color, 1.06)), + to (shade (@backdrop_selected_bg_color, 0.94))); + border-top-color: shade (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + +/******************* + * check and radio * + *******************/ + +/* Draw a focus ring around the contained label ... */ +GtkCheckButton.text-button GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +GtkCheckButton.text-button:focus GtkLabel { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +/* ... unless it's a proper button, which already has a focus-colored border */ +.button.text-button:focus GtkLabel { + border: none; + background: none; +} + +.menu .radio * { + box-shadow: none; +} + +/***************** + * column-header * + *****************/ +column-header .button, +column-header .button:active { + border-radius: 0; + border-width: 0 1px 1px 0; + border-image: none; +} + +column-header .button { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.06)), + to (shade (@bg_color, 1.04))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); + + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.4); +} + +column-header .button:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.02))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.94)), + to (shade (@bg_color, 0.88))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.03), + inset 0 -1px shade (@bg_color, 1.03); +} + +column-header .button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.13)), + to (shade (@bg_color, 1.08))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + +column-header .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.1)), + to (shade (@bg_color, 1.06))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + + +column-header:nth-child(last) .button { + border-width: 0 0 1px 0; +} + +/**************** + * Content view * + ****************/ +.content-view.view { + background-color: shade (@bg_color, 1.01); +} + +.content-view.view:prelight { + background-color: shade (@bg_color, 1.03); +} + +.view:selected, +.view:active, +.content-view.view:selected, +.content-view.view:active { + background-color: @selected_bg_color; +} + +.content-view.view:insensitive { + background-color: @bg_color; +} + +.content-view.view:backdrop { + background-color: @bg_color; +} + +.content-view.view:selected:backdrop { + background-color: @backdrop_selected_bg_color; +} + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; +} + +/********* + * entry * + *********/ +.entry { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@base_color, 0.96)), + to (@base_color)); + padding: 5px 7px; + + color: @text_color; +} + +.entry:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@base_color, 0.96), @bg_color, 0.5)), + to (mix (@base_color, @bg_color, 0.5))); + color: @backdrop_text_color; +} + +.entry:selected, +.entry:selected:focused { + background-color: @selected_bg_color; + + color: @selected_fg_color; +} + +.entry:insensitive { + background-color: #f5f5f5; + background-image: none; + + color: mix (@text_color, @base_color, 0.4); +} + +.entry:insensitive:backdrop { + background-color: mix (#f5f5f5, @bg_color, 0.5); + + color: mix (@text_color, @base_color, 0.4); +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.8)), + color-stop (0.1, shade (@selected_bg_color, 0.9)), + to (shade (@selected_bg_color, 1.1))); + border-width: 0; + + color: @selected_fg_color; +} + +/************ + * expander * + ************/ +.expander { + color: @fg_color; +} + +/********* + * frame * + *********/ +.frame { + border-radius: 3px; + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.82); + border-image: none; + background: none; +} + +.frame.flat { + border: none; +} + +/**************** + * window-frame * + ****************/ + +.window-frame.csd.popup { + border-style: none; + border-radius: 0; + box-shadow: 0 3px 8px @shadow_color; +} + +.window-frame { + border: none; + border-radius: 2px 2px 0 0; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), + 0 6px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); + + /* this is used for the resize cursor area */ + margin: 15px; +} + +.window-frame:backdrop { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.12); +} + +.window-frame.tiled { + border-radius: 0; +} + +.window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: none; +} + +.window-frame.csd.message-dialog { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), + 0 3px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); +} + +/******* + * CSD * + *******/ +.titlebar { + border-radius: 0px; + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +.tiled .titlebar { + border-radius: 0; +} + +.maximized .titlebar { + border-radius: 0; +} + +/* this is the default titlebar that is added by GTK + * when client-side decorations are in use and the application + * does not set a custom titlebar. + */ +.titlebar.default-decoration { + border: none; + box-shadow: none; +} + +.titlebar .title { + font: bold; +} + +.titlebar:backdrop { + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + background-color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +/************ + * iconview * + ************/ +.view { + background-color: @base_color; + color: @text_color; +} + +GtkIconView.view.cell:selected, +GtkIconView.view.cell:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.0)), + to (shade (@selected_bg_color, 0.9))); + border-radius: 5px; + border-style: solid; + border-width: 1px; + border-color: shade (@selected_bg_color, 0.8); + border-bottom-color: shade (@selected_bg_color, 0.7); + + color: @selected_fg_color; + + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.05), + inset -1px 0 shade (@selected_bg_color, 1.05), + inset 0 1px shade (@selected_bg_color, 1.08), + inset 0 -1px shade (@selected_bg_color, 1.0); +} + +.rubberband { + background-color: alpha (@selected_bg_color, 0.35); + border-color: @selected_bg_color; + border-radius: 0; + border-style: solid; + border-width: 1px; +} + +GtkIconView.cell { + background-color: transparent; +} + +/*********** + * infobar * + ***********/ +.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@info_bg_color, 1.04)), + to (shade (@info_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @info_fg_color; + + border-color: shade (@info_bg_color, 0.8); + border-bottom-color: shade (@info_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@info_bg_color, 1.08), + inset -1px 0 shade (@info_bg_color, 1.08), + inset 0 1px shade (@info_bg_color, 1.1), + inset 0 -1px shade (@info_bg_color, 1.04); +} + +.warning { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@warning_bg_color, 1.04)), + to (shade (@warning_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @warning_fg_color; + + border-color: shade (@warning_bg_color, 0.8); + border-bottom-color: shade (@warning_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@warning_bg_color, 1.08), + inset -1px 0 shade (@warning_bg_color, 1.08), + inset 0 1px shade (@warning_bg_color, 1.1), + inset 0 -1px shade (@warning_bg_color, 1.04); +} + +.question { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@question_bg_color, 1.04)), + to (shade (@question_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @question_fg_color; + + border-color: shade (@question_bg_color, 0.8); + border-bottom-color: shade (@question_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@question_bg_color, 1.08), + inset -1px 0 shade (@question_bg_color, 1.08), + inset 0 1px shade (@question_bg_color, 1.1), + inset 0 -1px shade (@question_bg_color, 1.04); +} + +.error { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@error_bg_color, 1.04)), + to (shade (@error_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @error_fg_color; + + border-color: shade (@error_bg_color, 0.8); + border-bottom-color: shade (@error_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@error_bg_color, 1.08), + inset -1px 0 shade (@error_bg_color, 1.08), + inset 0 1px shade (@error_bg_color, 1.1), + inset 0 -1px shade (@error_bg_color, 1.04); +} + +/******** + * menu * + ********/ +GtkTreeMenu.menu, +.toolbar .header-bar .menu, +GtkMenuToolButton.menu, +.primary-toolbar .button .menu, +.header-bar .button .menu, +.menu { + background-image: none; + background-color: shade (@dark_bg_color, 1.08); + border-bottom-color: shade (@dark_bg_color, 0.96); + border-left-color: shade (@dark_bg_color, 0.8); + border-right-color: shade (@dark_bg_color, 0.8); + border-top-color: shade (@dark_bg_color, 0.96); + padding: 0; + border-width: 1px; + border-style: solid; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.18), + inset 0 -1px shade (@dark_bg_color, 1.18), + inset -1px 0 shade (@dark_bg_color, 1.16), + inset 1px 0 shade (@dark_bg_color, 1.18); + + margin: 1px; +} + +.toolbar .menu, +GtkComboBox .menu { + background-image: none; + background-color: @bg_color; + border-bottom-color: shade (@bg_color, 0.66); + border-left-color: shade (@bg_color, 0.7); + border-right-color: shade (@bg_color, 0.7); + border-top-color: shade (@bg_color, 0.8); + border-style: solid; + padding: 0; + + color: @fg_color; + + box-shadow: inset -1px 0 shade (@bg_color, 1.18), + inset 1px 0 shade (@bg_color, 1.18), + inset 0 1px shade (@bg_color, 1.18); +} + +.menu:selected { + background-color: @selected_bg_color; +} + +.menu.button:hover, +.menu.button:checked, +.menu.button:checked:insensitive, +.menu.button:insensitive, +.menu.button +{ + background-color: shade (@dark_bg_color, 1.08); + background-image: none; + border-radius: 0; + border-style: none; + border-width: 1px; +} + +.context-menu { + font: regular medium; +} + +/*********** + * menubar * + ***********/ +.menubar { + -GtkWidget-window-dragging: true; + + background-color: @dark_bg_color; + background-image: none; + border-width: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.menubar:backdrop { + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.8); +} + +/*************** + * menubaritem * + ***************/ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.38)), + to (shade (@dark_bg_color, 1.11))); + + box-shadow: inset 0 1px 1px 0 shade (@dark_bg_color, 1.8); + + color: shade (@dark_fg_color, 1.1); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +/************ + * menuitem * + ************/ +.menuitem { + -GtkMenuItem-horizontal-padding: 0; + background: transparent; + border-radius: 0; + padding: 3px 5px 3px 5px; + + text-shadow: none; +} + +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { +} + +GtkComboBox .menuitem *:hover { + color: @selected_fg_color; +} + +.popover .menuitem:checked:hover, +.menuitem:hover, +.menu .menuitem:hover { + border-radius: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.1)), + to (shade (@selected_bg_color, 0.9))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.7)), + to (shade (@selected_bg_color, 0.7))) 1; + border-image-width: 1px; + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.02), + inset -1px 0 shade (@selected_bg_color, 1.02), + inset 0 1px shade (@selected_bg_color, 1.16), + inset 0 -1px shade (@selected_bg_color, 0.96); + + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem.check:checked, +.menuitem.radio:checked { + color: @fg_color; +} + +.menu .menuitem.check:hover, +.menu .menuitem.radio:hover { + box-shadow: none; +} + +GtkTreeMenu.menu .menuitem:insensitive, +GtkTreeMenu.menu .menuitem *:insensitive, +.toolbar .header-bar .menu .menuitem:insensitive, +.toolbar .header-bar .menu .menuitem *:insensitive, +GtkMenuToolButton.menu .menuitem:insensitive, +GtkMenuToolButton.menu .menuitem *:insensitive, +.primary-toolbar .button .menu .menuitem:insensitive, +.primary-toolbar .button .menu .menuitem *:insensitive, +.header-bar .button .menu .menuitem:insensitive, +.header-bar .button .menu .menuitem *:insensitive, +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@dark_fg_color, @dark_bg_color, 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.toolbar .menu .menuitem:insensitive, +.toolbar .menu .menuitem *:insensitive, +GtkComboBox .menu .menuitem:insensitive, +GtkComboBox .menu .menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +.menuitem GtkCalendar, +.menuitem GtkCalendar.button, +.menuitem GtkCalendar.header, +.menuitem GtkCalendar.view { + background-color: @dark_bg_color; + background-image: none; + border-radius: 0; + border-style: solid; + border-width: 0; + padding: 0; + + color: @dark_fg_color; +} + +.menuitem GtkCalendar { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; +} + +.menuitem GtkCalendar:inconsistent { + color: shade (@bg_color, 0.6); +} + +.menuitem .entry { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; + + color: @dark_fg_color; + + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 0.9))) 1; + border-image-width: 1px; +} + +.primary-toolbar GtkScale.trough, +.primary-toolbar GtkScale.trough:backdrop, +.header-bar GtkScale.trough, +.header-bar GtkScale.trough:backdrop, +.menuitem GtkScale.trough { + background-color: @dark_bg_color; + background-image: none; + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 1.15))) 1; + border-image-width: 1px; +} + +.menuitem .accelerator { + color: alpha (@dark_fg_color, 0.5); +} + +.menuitem .accelerator:hover { + color: alpha (@selected_fg_color, 0.8); +} + +.menuitem .accelerator:insensitive { + color: alpha (mix (@dark_fg_color, @dark_bg_color, 0.5), 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.menuitem > GtkBox > GtkImage + GtkLabel { + padding-left: 6px; +} + +/************ + * notebook * + ************/ +.notebook tab.top { padding: 4px 6px 2px 6px; } +.notebook tab.top:active { padding-bottom: 3px; } +.notebook tab.bottom { padding: 2px 6px 4px 6px; } +.notebook tab.bottom:active { padding-top: 3px; } +.notebook tab.left { padding: 2px 4px 2px 6px; } +.notebook tab.left:active { padding-right: 5px; } +.notebook tab.right { padding: 2px 6px 2px 4px; } +.notebook tab.right:active { padding-left: 5px; } + +/* give active tab a background, as it might be dragged across of others when reordering */ +.notebook tab:active { + background-color: @bg_color; +} + +.notebook.header { + border-width: 0; /* set below depending on position of tab bar */ + border-color: shade (@bg_color, 0.82); + border-style: solid; +} + +/* Draw a border between tabs and content ... */ +.notebook.header.top { border-bottom-width: 1px; } +.notebook.header.right { border-left-width: 1px; } +.notebook.header.left { border-right-width: 1px; } +.notebook.header.bottom { border-top-width: 1px; } + +/* ... unless the content is in a frame (thus having a border itself */ +.notebook.header.frame.top { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.bottom { border: none; } + +.notebook tab.top { + border-image: -gtk-gradient (linear, left top, left bottom, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +.notebook tab.right { + border-image: -gtk-gradient (linear, right top, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.left { + border-image: -gtk-gradient (linear, left top, right top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.bottom { + border-image: -gtk-gradient (linear, left bottom, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +/* Draw a focus ring around labels in tabs */ +.notebook tab GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +.notebook:focus tab GtkLabel.active-page { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +.notebook GtkDrawingArea { + background-color: shade (@bg_color, 1.02); +} + +/****************** + * pane separator * + ******************/ +.sidebar .pane-separator, +.pane-separator { + background-color: transparent; + border-color: shade (@bg_color, 0.84); +} + +/************************* + * progressbar and scale * + *************************/ +GtkScale, +GtkProgressBar { + border-radius: 8px; + border-width: 0px; + padding: 1px; +} + +.scale.trough { + margin: 7px 0 6px 0; +} + +.scale.trough.vertical { + margin: 0 7px 0 6px; +} + +.menubar .menuitem .scale.highlight.left, +.scale.highlight.left, +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #6D748B; + border-style: solid; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop, +.scale.highlight.bottom:backdrop, +.progressbar.vertical:backdrop { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #b0b0b0; +} + +.scale.highlight.left:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.scale.highlight.bottom:insensitive { + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.trough, +.trough row, +.trough row:hover, +.trough row:selected, +.trough row:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#d1d1d1), + to (#e8e8e8)); + border-style: solid; + border-width: 1px; + + color: @text_color; +} + +.trough.vertical { + background-image: -gtk-gradient (linear, left top, right top, + from (#d1d1d1), + to (#e8e8e8)); +} + +/* level bars as used for password quality or remaining power */ + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; +} + +GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; +} + +.level-bar.trough { + padding: 2px; +} + +.level-bar.fill-block { + border-width: 1px; + border-style: solid; + + border-color: @selected_bg_color; + background-color: #6D748B; +} + +.level-bar.indicator-continuous.fill-block { + padding: 2px; + border-radius: 2px; +} + +.level-bar.fill-block:backdrop, +.level-bar.fill-block.level-high:backdrop, +.level-bar.fill-block.level-low:backdrop { + background-color: #b0b0b0; + border-color: #b0b0b0; + background-image: none; +} + + +.level-bar.indicator-discrete.fill-block.horizontal { + margin: 0 1px; +} + +.level-bar.indicator-discrete.fill-block.vertical { + margin: 1px 0; +} + +.level-bar.fill-block.level-high { + border-color: shade(@success_color, 0.85); + background-image: linear-gradient(to bottom, + shade(@success_color, 1.2), + @success_color 75%, + shade(@success_color, 0.95) + ); +} + +.level-bar.fill-block.level-low { + border-color: shade(@warning_bg_color, 0.80); + background-image: linear-gradient(to bottom, + shade(@warning_bg_color, 1.3), + @warning_bg_color 75%, + shade(@warning_bg_color, 0.90) + ); +} + +.level-bar.fill-block.empty-fill-block { + background-color: transparent; + background-image: none; + border-color: alpha(@bg_color, 0.1); +} + +.level-bar.fill-block.empty-fill-block:backdrop { + border-color: transparent; + background-color: transparent; +} + +GtkScale { + -GtkRange-slider-width: 18; + -GtkRange-trough-border: 0; + -GtkScale-slider-length: 14; +} + +GtkScale.vertical { + -GtkScale-slider-length: 13; +} + +.scale.trough.highlight { + background-color: #6D748B; + background-image: none; + background-clip: content-box; +} + +.scale.trough.highlight:insensitive { + background-color: #b5b5b5; + background-image: none; +} + +.scale.trough.highlight.left { + margin: 7px 0 7px 0; +} + +.scale.trough.highlight:backdrop { + background-color: #dcdcdc; + background-image: none; +} + +.scale.trough.highlight.bottom { + margin: 0 7px 0 7px; +} + +GtkScale.mark { + border-color: shade (@bg_color, 0.8); +} + +/************* + * scrollbar * + *************/ +.scrollbar, +.scrollbar.vertical { + -GtkScrollbar-has-backward-stepper: 0; + -GtkScrollbar-has-forward-stepper: 0; + -GtkRange-slider-width: 14; + + border-radius: 20px; + + border-image: none; +} + +.scrollbar.trough, +.scrollbar.trough.vertical { + border-color: shade (@bg_color, 0.8); +} + +.scrollbar.slider, +.scrollbar.slider:hover, +.scrollbar.button, +.scrollbar.slider.vertical, +.scrollbar.slider.vertical:hover, +.scrollbar.button.vertical { + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.86); + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.01), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); +} + +.scrollbar.slider.horizontal, +.scrollbar.slider.horizontal:hover, +.scrollbar.button.horizontal { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.1), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.01); +} + +/* overlay scrollbar */ +OsThumb { + color: shade (@fg_color, 1.6); +} + +OsThumb:selected, +GtkScrollbar:selected { + background-color: @selected_bg_color; +} + +OsThumb:active, +GtkScrollbar:active { + background-color: shade (@bg_color, 0.6); +} + +OsThumb:insensitive, +GtkScrollbar:insensitive { + background-color: shade (@bg_color, 0.85); +} + +/******************* + * scrolled window * + *******************/ +.ubuntu-online-accounts.frame, +GtkScrolledWindow.frame { + border-top-color: shade (@bg_color, 0.84); + border-right-color: shade (@bg_color, 0.76); + border-bottom-color: shade (@bg_color, 0.86); + border-left-color: shade (@bg_color, 0.76); + border-radius: 0; + border-style: solid; +} + +.ubuntu-online-accounts.frame { + border-top-width: 0; +} + +/************* + * separator * + *************/ +.separator { + border-width: 1px; + border-style: solid; + border-image: none; + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +GtkTreeView.view.separator, +GtkTreeView.separator, +.separator, +.separator:hover { + color: shade (@bg_color, 0.92); +} + +.separator.horizontal { + border-width: 1px 0 1px 0; +} + +.separator.vertical { + border-width: 0 1px 0 1px; +} + +GtkComboBox .separator { + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +.button .separator, +.button.separator { + border-color: shade (@button_bg_color, 0.9); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +.button .separator:insensitive, +.button.separator:insensitive { + border-color: shade (@button_insensitive_bg_color, 0.96); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.3); + border-right-color: alpha (shade (@bg_color, 1.26), 0.3); +} + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + border: none; + color: @dark_bg_color; +} + +GtkTreeMenu .menuitem.separator, +.toolbar .header-bar .menuitem.separator, +GtkMenuToolButton .menuitem.separator, +.primary-toolbar .button .menuitem.separator, +.header-bar .button .menuitem.separator, +.menuitem.separator { + border-color: shade (@dark_bg_color, 0.99); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +.toolbar .menuitem.separator, +GtkComboBox .menuitem.separator { + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +/*********** + * sidebar * + ***********/ +.sidebar row:selected { + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +.sidebar .frame { + border-width: 0; +} + +/************** + * spinbutton * + **************/ +.spinbutton.button:active, +.spinbutton.button:insensitive, +.spinbutton.button { + border-radius: 0; +} + +.spinbutton.button:active:nth-child(last), +.spinbutton.button:insensitive:nth-child(last) +.spinbutton.button:nth-child(last), +.spinbutton.button:active:backdrop:nth-child(last), +.spinbutton.button:insensitive:backdrop:nth-child(last), +.spinbutton.button:backdrop:nth-child(last) { + border-radius: 0 7px 7px 0; +} + +.spinbutton.button, +.spinbutton.button:active, +.spinbutton.button:backdrop, +.spinbutton.button:active:backdrop, +.spinbutton.button:hover, +.spinbutton.button:hover:backdrop { + background-image: none; + background-color: transparent; + border-image: none; + border-width: 0 0 0 1px; + border-left-color: alpha (shade (@bg_color, 0.6), 0.22); +} + +.spinbutton.button:active { + background-image: -gtk-gradient (radial, center center, 0.0, center center, 0.5, + from (alpha (@selected_bg_color, 0.2)), + to (alpha (@selected_bg_color, 0.0))); +} + +.spinbutton.button:insensitive, +.spinbutton.button:insensitive:backdrop { + border-left-color: alpha (shade (@bg_color, 0.6), 0.18); + + color: shade (@bg_color, 0.66); +} + +.spinbutton, +.spinbutton:hover { + color: @fg_color; +} + +/*********** + * spinner * + ***********/ +@keyframes spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.spinner { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + color: @selected_bg_color; + opacity: 0; +} + +.spinner:active { + animation: spinner 1s infinite linear; + opacity: 1; +} + +.spinner:active:backdrop { + color: @backdrop_fg_color; +} + +.spinner:active:insensitive { + opacity: 0.5; +} + +/************* + * statusbar * + *************/ +GtkStatusbar { +} + +/********** + * switch * + **********/ +GtkSwitch { + border-radius: 8px; + padding: 0; +} + +GtkSwitch.trough { + border-radius: 8px; + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.trough:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.93)), + to (shade (@selected_bg_color, 0.99))); + + color: @selected_fg_color; + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +GtkSwitch:focus { + outline: 2px solid @focus_color; + outline-offset: -2px; + outline-radius: 6px; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.93)), + to (shade (@bg_color, 0.99))); + + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.slider { + padding: 1px; + border-radius: 6px; + border-style: solid; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); +} + +GtkSwitch.slider:backdrop { + background-image: none; + background-color: @bg_color; + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +/************ + * textview * + ************/ +GtkTextView { + background-color: @base_color; +} + +.header-bar { + padding: 2px 6px; +} + +/* + * Header Bars + * + * The following rules only style header bars when they are used as a window's + * titlebar widget (i.e., they have .titlebar set as well). + * + * Some applications reuse their header bar as a primary toolbar on desktops + * that prefer showing traditional title bars. The rules for those are further + * down grouped with normal toolbars. + */ +.titlebar.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (@dark_bg_color)); + border-color: shade (@dark_bg_color, 1.5); + border-style: solid; + border-width: 1px 0 0 0; + border-radius: 0 0 0 0; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.65); +} + +.titlebar.header-bar .title { + font: bold; +} + +.titlebar.header-bar .subtitle { + font-size: smaller; + opacity: 0.5; +} + +.titlebar.header-bar:backdrop { + color: @backdrop_fg_color; + background-image: none; + background-color: @dark_bg_color; + border-top-color: @dark_bg_color; +} + +.maximized .titlebar.header-bar { + border-radius: 0; + border: none; +} + +.titlebar.header-bar .button.titlebutton { + background-clip: padding-box; + border: 1px solid #d0c7bf; + color: #8b8379; + icon-shadow: 0 1px rgba(255, 255, 255, 0.5); + border-radius: 9px; + padding: 0; + box-shadow: none; + background-image: linear-gradient(to top, #d5d2ce, #ece8e4 50%, #f7f4f3); +} + +.titlebar.header-bar .button.titlebutton.close { + color: #7F7F7F; + icon-shadow: 0 1px rgba(255, 255, 255, 0.25); + background-image: linear-gradient(to top, #9AA0B5, #D5D7E0 60%, #D7D9E1); +} + +.titlebar.header-bar .button.titlebutton.close:hover { + background-image: linear-gradient(to top, #9AA0B5, #D5D7E0 20%, #D7D9E1); +} + +.titlebar.header-bar .button.titlebutton:hover, +.titlebar.header-bar .button.titlebutton:backdrop:hover { + background-image: linear-gradient(to top, #e2e1df, #f8f6f3 50%, #fcfbf9); +} + +.titlebar.header-bar .button.titlebutton:active { + icon-shadow: none; + background-image: linear-gradient(to top, #fcfbf8, #fbf9f6); +} + +.titlebar.header-bar .button.titlebutton.close:active { + background-image: linear-gradient(to top, #9AA0B5, #C3C5CD); +} + +.titlebar.header-bar .button.titlebutton:backdrop { + color: #8b8379; + icon-shadow: none; + background-image: linear-gradient(to top, #ece9e6, #e8e4e1); +} + +/*********** + * toolbar * + ***********/ +.toolbar { + border-style: none; + padding: 1px; + + color: @fg_color; + text-shadow: none; +} + +.toolbar:backdrop { + color: @backdrop_fg_color; +} + +/******************* + * primary-toolbar * + *******************/ +.primary-toolbar, +.header-bar { + -GtkWidget-window-dragging: true; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + border-style: solid; + border-width: 1px 0 1px 0; + border-radius: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + + box-shadow: none; +} + +.primary-toolbar:backdrop, +.header-bar:backdrop { + background-image: none; + background-color: @dark_bg_color; + box-shadow: none; + border-top-color: @dark_bg_color; + border-bottom-color: shade (@dark_bg_color, 0.9); + + color: @backdrop_dark_fg_color; +} + +.primary-toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.primary-toolbar .button, +.header-bar .button, +.primary-toolbar .button.flat:hover { + background: transparent; + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + border-image-source: url("assets/radiance-button-toolbar.png"); +} + +.primary-toolbar .button.flat { + border-image-source: none; + background: transparent; +} + +.primary-toolbar .button:focused, +.header-bar .button:focused { + border-image-source: url("assets/radiance-button-toolbar-focused.png"); +} + +.primary-toolbar .button:active, +.primary-toolbar .button:checked, +.header-bar .button:active, +.header-bar .button:checked { + border-image-source: url("assets/radiance-button-toolbar-active.png"); +} + +.primary-toolbar .button:active:focused, +.primary-toolbar .button:checked:focused, +.header-bar .button:active:focused, +.header-bar .button:checked:focused { + border-image-source: url("assets/radiance-button-toolbar-active-focused.png"); +} + +.primary-toolbar .button:backdrop, +.header-bar .button:backdrop { + background-color: transparent; + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.9); + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:hover:backdrop, +.header-bar .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.98)), + to (shade (@dark_bg_color, 0.94))); +} + +.primary-toolbar .button.flat:backdrop { + border-image-source: none; +} + +.primary-toolbar .button.flat:hover:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:active:backdrop, +.primary-toolbar .button:checked:backdrop, +.header-bar .button:active:backdrop, +.header-bar .button:checked:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar-active.png"); +} + +.primary-toolbar .button:hover, +.primary-toolbar .button:checked, +.header-bar .button:hover, +.header-bar .button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.2)), + to (shade (@dark_bg_color, 1.1))); +} + +.primary-toolbar .button:active, +.header-bar .button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.primary-toolbar .button:active:hover, +.menubar.toolbar .button:active:hover, +.header-bar .button:active:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); +} + +.primary-toolbar .button:checked:insensitive, +.primary-toolbar .button:insensitive, +.header-bar .button:checked:insensitive, +.header-bar .button:insensitive { + text-shadow: none; +} + +.primary-toolbar .button:insensitive, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.01)), + to (shade (@dark_bg_color, 0.99))); +} + +.primary-toolbar .button.flat:insensitive { + background-image: none; +} + +.primary-toolbar .button:checked:insensitive, +.header-bar .button:checked:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.94)), + to (shade (@dark_bg_color, 1.02))); +} + +.primary-toolbar GtkSeparatorToolItem, +.primary-toolbar .separator, +.primary-toolbar .separator:insensitive, +.header-bar GtkSeparatorToolItem, +.header-bar .separator, +.header-bar .separator:insensitive { + border-color: alpha (shade (@dark_bg_color, 0.94), 0.35); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* inline-toolbar */ +.inline-toolbar.toolbar { + -GtkToolbar-button-relief: normal; + + border-right-color: shade (@bg_color, 0.86); + border-bottom-color: shade (@bg_color, 0.88); + border-left-color: shade (@bg_color, 0.86); + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#f2f1ef, 0.93)), + color-stop (0.08, #f2f1ef), + to (#ffffff)); + border-width: 0 1px 1px 1px; + border-style: solid; + border-radius: 3px; + border-top-right-radius: 0; + border-top-left-radius: 0; + padding: 3px 4px 4px 4px; +} + +.inline-toolbar.toolbar .button { + padding: 4px; + + icon-shadow: 0 1px shade (@bg_color, 1.16); +} + +/* Middle button */ +.inline-toolbar.toolbar .button, +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar .button:focus, +.inline-toolbar.toolbar .button:focus:active, +.inline-toolbar.toolbar .button:insensitive, +.inline-toolbar.toolbar .button:backdrop, +.inline-toolbar.toolbar .button:backdrop:insensitive, +.inline-toolbar.toolbar GtkToolButton .button, +.inline-toolbar.toolbar GtkToolButton .button:active, +.inline-toolbar.toolbar GtkToolButton .button:focus, +.inline-toolbar.toolbar GtkToolButton .button:focus:active, +.inline-toolbar.toolbar GtkToolButton .button:insensitive, +.inline-toolbar.toolbar GtkToolButton .button:backdrop, +.inline-toolbar.toolbar GtkToolButton .button:backdrop:insensitive { + border-right-width: 0; + border-left-width: 0; + border-image-width: 10px 0 10px 0; + border-radius: 0; +} + +/* Leftmost button */ +.inline-toolbar.toolbar .button:first-child, +.inline-toolbar.toolbar .button:active:first-child, +.inline-toolbar.toolbar .button:focus:first-child, +.inline-toolbar.toolbar .button:focus:active:first-child, +.inline-toolbar.toolbar .button:insensitive:first-child, +.inline-toolbar.toolbar .button:backdrop:first-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:first-child, +.inline-toolbar.toolbar GtkToolButton:first-child .button, +.inline-toolbar.toolbar GtkToolButton:first-child .button:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop:insensitive { + border-left-width: 1px; + border-right-width: 0; + border-image-width: 10px 0 10px 12px; + border-radius: 8px; + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +/* Rightmost button */ +.inline-toolbar.toolbar .button:last-child, +.inline-toolbar.toolbar .button:active:last-child, +.inline-toolbar.toolbar .button:focus:last-child, +.inline-toolbar.toolbar .button:focus:active:last-child, +.inline-toolbar.toolbar .button:insensitive:last-child, +.inline-toolbar.toolbar .button:backdrop:last-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:last-child, +.inline-toolbar.toolbar GtkToolButton:last-child .button, +.inline-toolbar.toolbar GtkToolButton:last-child .button:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop:insensitive { + border-left-width: 0; + border-right-width: 1px; + border-image-width: 10px 12px 10px 0; + border-radius: 8px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +/* Single button */ +.inline-toolbar.toolbar .button:only-child, +.inline-toolbar.toolbar .button:active:only-child, +.inline-toolbar.toolbar .button:focus:only-child, +.inline-toolbar.toolbar .button:focus:active:only-child, +.inline-toolbar.toolbar .button:insensitive:only-child, +.inline-toolbar.toolbar .button:backdrop:only-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:only-child, +.inline-toolbar.toolbar GtkToolButton:only-child .button, +.inline-toolbar.toolbar GtkToolButton:only-child .button:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop:insensitive { + border-right-width: 1px; + border-left-width: 1px; + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +/*********** + * tooltip * + ***********/ +.tooltip { + background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8, + from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)), + to (alpha (@tooltip_bg_color, 0.86))); + border-color: alpha (#ffffff, 0.2); + border-radius: 5px; + border-style: solid; + border-width: 1px; + + background-color: @tooltip_bg_color; + color: @tooltip_fg_color; +} + +/************ + * treeview * + ************/ +GtkTreeView.dnd { + border-color: shade (@selected_bg_color, 1.12); + border-radius: 2px; + border-width: 1px; + border-style: solid; +} + +GtkTreeView .entry { + background-image: none; +} + +/************ + * viewport * + ************/ +GtkViewport.frame { + border-width: 0; +} + +/************ + * listbox * + ************/ +.list-row.button { + border-image: none; + border-style: none; + border-radius: 0; + background-image: none; +} + +.list-row.button:selected { + text-shadow: none; +} + +/************ + * popover * + ************/ +.popover { + background-clip: border-box; + + border-radius: 5px; + border: 1px solid darker(@bg_color); + + box-shadow: 0 2px 3px @shadow_color; + margin: 10px; + padding: 2px; +} + +.popover:backdrop { + box-shadow: none; +} + +/* Popover menuitems are actually buttons. The following rules reset most of + * the button styles for them. + */ +.popover .menuitem, +.popover .menuitem:checked, +.popover .menuitem:hover, +.popover .menuitem:active, +.popover .menuitem:insensitive, +.popover .menuitem:backdrop { + border-image: none; + border: none; + text-shadow: none; + border-radius: 3px; +} + +.popover .menuitem:backdrop:hover { + border: none; + border-image: none; + background: transparent; + color: @fg_color; +} + +.popover .menuitem:checked, +.popover .menuitem.check, +.popover .menuitem.check:checked, +.popover .menuitem.radio, +.popover .menuitem.radio:checked { + background-image: none; + border: none; +} + +.popover .menuitem:insensitive, +.popover .menuitem *:insensitive { + text-shadow: none; + background: none; +} + + +/* OSD overlays */ +.osd, +.osd:backdrop { + color: @osd_fg_color; + background-color: @osd_bg_color; + border-color: @osd_border_color; +} + +.osd.toolbar { + padding: 12px; + border-radius: 8px; +} + +.osd .button, +.osd .button:backdrop { + color: @osd_fg_color; + background: none; + border: none; + padding: 12px; + border-radius: 8px; + transition: all 100ms ease-in-out; +} + +.osd .button:hover { + color: lighter(@osd_fg_color); + icon-shadow: 0 0 3px @osd_fg_color; +} + +.osd .button:active { + color: darker(@osd_fg_color); + icon-shadow: none; +} + +.osd .scale { + margin-left: 9px; + margin-right: 9px; +} + +/***************************************************************************** + * states [please keep this section at the end of the file (CSS precedence)] * + *****************************************************************************/ +*:insensitive { + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +*:selected, +*:selected:focused { + background-color: alpha (@selected_bg_color, 0.9); + + color: @selected_fg_color; +} + +*:selected:backdrop, +*:selected:focused:backdrop { + background-color: alpha (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/gtk-widgets-radiance.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,155 @@ +/* Set up shadows and hilights for button visual separation */ +.primary-toolbar .linked .button, +.primary-toolbar .button.raised.linked, +.primary-toolbar .raised.linked .button, +.menubar.toolbar .linked .button, +.menubar.toolbar .button.raised.linked, +.menubar.toolbar .raised.linked .button, +.header-bar .linked .button, +.header-bar .button.raised.linked, +.header-bar .button.raised.linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.primary-toolbar .button.raised.linked:first-child, +.primary-toolbar .raised.linked .button:first-child, +.menubar.toolbar .linked .button:first-child, +.menubar.toolbar .button.raised.linked:first-child, +.menubar.toolbar .raised.linked .button:first-child, +.header-bar .linked .button:first-child, +.header-bar .button.raised.linked:first-child, +.header-bar .raised.linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.primary-toolbar .button.raised.linked:last-child, +.primary-toolbar .raised.linked .button:last-child, +.menubar.toolbar .linked .button:last-child, +.menubar.toolbar .button.raised.linked:last-child, +.menubar.toolbar .raised.linked .button:last-child, +.header-bar .linked .button:last-child, +.header-bar .button.raised.linked:last-child, +.header-bar .raised.linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1) +} + +.primary-toolbar .linked .button:active, +.primary-toolbar .button.raised.linked:active, +.primary-toolbar .raised.linked .button:active, +.menubar.toolbar .linked .button:active, +.menubar.toolbar .button.raised.linked:active, +.menubar.toolbar .raised.linked .button:active, +.header-bar .linked .button:active, +.header-bar .button.raised.linked:active, +.header-bar .raised.linked .button:active { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:insensitive, +.primary-toolbar .button.raised.linked:insensitive, +.primary-toolbar .raised.linked .button:insensitive, +.menubar.toolbar .linked .button:insensitive, +.menubar.toolbar .button.raised.linked:insensitive, +.menubar.toolbar .raised.linked .button:insensitive, +.header-bar .linked .button:insensitive, +.header-bar .button.raised.linked:insensitive, +.header-bar .raised.linked .button:insensitive { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:backdrop:last-child, +.primary-toolbar .button.raised.linked:backdrop:last-child, +.primary-toolbar .raised.linked .button:backdrop:last-child, +.menubar.toolbar .linked .button:backdrop:last-child, +.menubar.toolbar .button.raised.linked:backdrop:last-child, +.menubar.toolbar .raised.linked .button:backdrop:last-child, +.header-bar .linked .button:backdrop:last-child, +.header-bar .button.raised.linked:backdrop:last-child, +.header-bar .raised.linked .button:backdrop:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1); +} + +.menubar { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menuitem:hover, +.menu .menuitem:hover { + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +/* for the playback menu item in the sound menu */ +.menu .spinner, +.menu .spinner:hover { + color: @selected_bg_color; +} + +/* primary-toolbar */ +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar.toolbar, +.menubar.toolbar, +.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar :insensitive, +.menubar.toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar GtkComboBox, +.primary-toolbar .button *, +.primary-toolbar .button, +.menubar.toolbar GtkComboBox, +.menubar.toolbar .button *, +.menubar.toolbar .button, +.header-bar GtkComboBox, +.header-bar .button *, +.header-bar .button { + text-shadow: 0 1px alpha (shade (@dark_bg_color, 1.25), 0.32); +} + +.primary-toolbar .raised .button, +.primary-toolbar .raised.button, +.primary-toolbar .button:hover, +.primary-toolbar .button:active, +.primary-toolbar .button:insensitive, +.menubar.toolbar .raised .button, +.menubar.toolbar .raised.button, +.menubar.toolbar .button:hover, +.menubar.toolbar .button:active, +.menubar.toolbar .button:insensitive, +.header-bar .raised .button, +.header-bar .raised.button, +.header-bar .button:hover, +.header-bar .button:active, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.03)), + to (shade (@dark_bg_color, 0.96))); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/public-colors.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/public-colors.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/public-colors.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/public-colors.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,23 @@ +/* + * Some applications depend on these named colors. + */ + +@define-color theme_fg_color @fg_color; +@define-color theme_bg_color @bg_color; +@define-color theme_base_color @base_color; +@define-color theme_selected_bg_color @selected_bg_color; +@define-color theme_selected_fg_color @selected_fg_color; +@define-color insensitive_bg_color @bg_color; +@define-color insensitive_fg_color @fg_color; +@define-color insensitive_base_color @base_color; +@define-color theme_unfocused_fg_color @backdrop_fg_color; +@define-color theme_unfocused_bg_color @bg_color; +@define-color theme_unfocused_base_color @base_color; +@define-color theme_unfocused_selected_bg_color @selected_bg_color; +@define-color theme_unfocused_selected_fg_color @selected_fg_color; +@define-color borders shade(@bg_color, 0.82); +@define-color unfocused_borders transparent; + +@define-color warning_color @warning_fg_color; +@define-color error_color @error_fg_color; +@define-color success_color @success_color; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/settings.ini radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/settings.ini --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/settings.ini 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/gtk-3.0/settings.ini 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,4 @@ +[Settings] +gtk-color-scheme = "base_color:#ffffff\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nselected_bg_color:#737C99\ntext_color:#3C3C3C\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#737C99\nbg_color_dark:#3C3C3C\nfg_color_dark:#DFDFDF" +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = true diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/index.theme radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/index.theme --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/index.theme 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/index.theme 2014-10-09 23:14:40.000000000 +0000 @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Radiance-ZRAVE-Graphite +Comment=Ubuntu Radiance theme, In New Colors By RAVEfinity 14.04 Build +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Radiance-ZRAVE-Graphite +MetacityTheme=Radiance-ZRAVE-Graphite +IconTheme=ubuntu-mono-light +CursorTheme=DMZ-White +ButtonLayout=close,minimize,maximize: Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/close_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/close_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/close_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/close_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/close_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/close_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/close.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/close.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/close_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/close_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/close_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/close_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/close_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/close_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/close_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/close_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/maximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/maximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/maximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/maximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/maximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/maximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/maximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/maximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/maximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/maximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/maximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/maximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/maximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/maximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/maximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/maximize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/menu.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/menu.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/menu_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/menu_prelight.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/metacity-theme-1.xml radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/metacity-theme-1.xml --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/metacity-theme-1.xml 2014-10-09 23:18:05.000000000 +0000 @@ -0,0 +1,530 @@ +<?xml version="1.0"?> + +<metacity_theme> +<info> + <name>Radiance-ZRAVE-Graphite</name> + <author>Kenneth Wimer, James Schriver, Andrea Cimitan, Jared Sot (RAVEfinity Project)</author> + <copyright>Canonical Ltd.</copyright> + <date>April, 2014</date> + <description>Metacity theme</description> +</info> + +<!-- general window layout --> +<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="19"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="18"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="3"/> + <distance name="right_width" value="3"/> + <distance name="bottom_height" value="3"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- window title --> + +<draw_ops name="draw_title_text_normal"> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="shade/#DFDFDF/1.06" x="9" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/1.06" x="11" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/0.4" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title_text_unfocused"> + <title color="shade/#DFDFDF/1.08" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="#A3A3A3" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/1.06" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.18" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.08" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.08" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility"> + <include name="draw_title" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_unfocused"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/0.96" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#EDEDED" /> + <color value="shade/#EDEDED/0.98" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.02" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.02" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility_unfocused"> + <include name="draw_title_unfocused" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.38" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_title_maximized_unfocused"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.94" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <line color="#EDEDED" x1="0" x2="width" y1="1" y2="1"/> +</draw_ops> + +<!-- window Frames --> + +<draw_ops name="draw_frame"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> + <gradient type="vertical" x="0" y="0" width="width" height="60"> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/gtk:bg[NORMAL]/0.7" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_frame_utility"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="bottom_edge"> + <line color="shade/gtk:bg[NORMAL]/0.7" x1="0" x2="width" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<!-- buttons --> + +<!-- button trough left --> +<draw_ops name="left_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button Trough Right --> +<draw_ops name="right_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button prelightlays --> +<draw_ops name="menu_focused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_normal"> + <image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_normal"> + <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_normal"> + <image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_normal"> + <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_normal"> + <image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_normal"> + <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_normal"> + <image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_normal"> + <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- frame style --> +<frame_style name="normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.5" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_maximized_unfocused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="utility_focused" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_utility"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="utility_unfocused" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_utility_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_focused"> + <piece position="title" draw_ops="draw_title"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> +</frame_style> + +<!-- style set --> +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="maximized_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="utility"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<!-- window --> +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="utility"/> +<window type="modal_dialog" style_set="utility"/> +<window type="menu" style_set="utility"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +</metacity_theme> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/minimize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/minimize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/minimize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/minimize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/minimize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/minimize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/minimize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/minimize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/minimize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/minimize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/minimize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/minimize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/minimize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/minimize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/minimize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/minimize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/trough_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/trough_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/trough_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/trough_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/trough_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/trough_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/trough_unfocused_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/trough_unfocused_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/trough_unfocused_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/trough_unfocused_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/trough_unfocused_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/trough_unfocused_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/unmaximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/unmaximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/unmaximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/unmaximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/unmaximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/unmaximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/unmaximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/unmaximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/unmaximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/unmaximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/unmaximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/unmaximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/unmaximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/unmaximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/unmaximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/metacity-1/unmaximize_unfocused_pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_dash_disabled.svg 2014-08-31 00:22:31.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1202" + inkscape:window-height="815" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-19.483051" + inkscape:cy="9.5000006" + inkscape:window-x="387" + inkscape:window-y="279" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#7b819f;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_dash_prelight.svg 2014-08-31 00:22:31.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_disabled.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1202" + inkscape:window-height="815" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-19.483051" + inkscape:cy="9.5000006" + inkscape:window-x="387" + inkscape:window-y="279" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#9499b2;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_dash_pressed.svg 2014-08-31 00:22:31.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_prelight.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1202" + inkscape:window-height="815" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-19.483051" + inkscape:cy="9.5000006" + inkscape:window-x="387" + inkscape:window-y="279" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#696f91;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_dash.svg 2014-08-31 00:22:31.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1202" + inkscape:window-height="815" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-4.6694912" + inkscape:cy="9.5000003" + inkscape:window-x="569" + inkscape:window-y="106" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#878da8;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_focused_prelight.svg 2014-08-31 00:22:31.000000000 +0000 @@ -0,0 +1,181 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4891" + id="linearGradient4877" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4891"> + <stop + id="stop4767" + offset="0" + style="stop-color:#959595;stop-opacity:1;" /> + <stop + style="stop-color:#aaaaaa;stop-opacity:1;" + offset="0.50001228" + id="stop4769" /> + <stop + id="stop4771" + offset="1" + style="stop-color:#dbdbdb;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4879" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4881" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="9.1433099" + inkscape:cy="9.9480841" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="889" + inkscape:window-height="606" + inkscape:window-x="439" + inkscape:window-y="211" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(4.7142929,-652.36219)"> + <g + style="display:inline" + transform="translate(-4.7142855,-400.99999)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4865"> + <circle + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4867" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4869" + style="color:#000000;fill:url(#linearGradient4877);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4879);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4871" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4873" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4881);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4875" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + inkscape:connector-curvature="0" + id="path4893" + d="m 2.4849245,659.85555 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 7.0864845,658.78515 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path4895" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 2.4849245,658.78515 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path4897" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_focused_pressed.svg 2014-08-31 00:22:31.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4564" + id="linearGradient4552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4564"> + <stop + style="stop-color:#a2a2a2;stop-opacity:1;" + offset="0" + id="stop4511" /> + <stop + style="stop-color:#9f9f9f;stop-opacity:1;" + offset="1" + id="stop4513" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4554" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4556" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="8.1711605" + inkscape:cy="11.696114" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1152" + inkscape:window-height="795" + inkscape:window-x="336" + inkscape:window-y="136" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(411.35715,-967.57648)"> + <g + style="display:inline" + transform="translate(-411.35714,-85.785707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4540"> + <circle + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4542" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4544" + style="color:#000000;fill:url(#linearGradient4552);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4554);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4546" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4548" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4556);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4550" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -399.55637,973.99943 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path4989" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -404.15793,973.99943 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path4991" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_focused.svg 2014-10-09 23:26:56.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#949494;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + id="stop4887" + offset="0.50001228" + style="stop-color:#9f9f9f;stop-opacity:1;" /> + <stop + style="stop-color:#cbcbcb;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="4.7823788" + inkscape:cy="4.4639153" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close.svg 2014-10-09 23:26:39.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#949494;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + id="stop4887" + offset="0.50001228" + style="stop-color:#9f9f9f;stop-opacity:1;" /> + <stop + style="stop-color:#cbcbcb;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="4.7823788" + inkscape:cy="4.4639153" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5151" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5153" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5155" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-658.92858" + inkscape:cy="153.21428" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-378.21428,-666.57648)"> + <g + style="display:inline" + id="g5139" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(378.21429,-386.7857)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5141" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5151);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5143" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5145" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5153);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5155);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5147" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5149" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,674.0698 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path5157" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 390.01506,672.9994 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5159" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,672.9994 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5161" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5175" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5177" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5179" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-129.42858" + inkscape:cy="471.28571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(151.28572,-984.64791)"> + <g + style="display:inline" + transform="translate(-151.28571,-68.714274)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5163"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5165" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5167" + style="color:#000000;fill:url(#linearGradient5175);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5169" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5177);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5179);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5171" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5173" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -139.48494,991.07087 -0.39062,0.3886 -4.59961,4.5996 -0.38867,0.3887 0.77734,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5249" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -144.0865,991.07087 -0.77734,0.7773 0.38867,0.3887 4.59961,4.5996 0.39062,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5251" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/close_unfocused.svg 2014-10-09 22:40:22.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4656" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4660" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4658" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="7.0892085" + inkscape:cy="8.3026513" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="871" + inkscape:window-y="166" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(552.28572,-1071.3622)"> + <g + style="display:inline" + id="g4497" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-552.28571,18.000012)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4499" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4501" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4660);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4505" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4503" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4658);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4507" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_disabled.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="opacity:0.25;display:inline" + transform="translate(-289.71429,-492.00011)" + id="g4240"> + <path + inkscape:connector-curvature="0" + id="path4242" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4244" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_prelight.svg"> + <defs + id="defs4488"> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter4230" + x="-0.12" + width="1.24" + y="-0.12" + height="1.24"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.75" + id="feGaussianBlur4232" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="display:inline" + id="g4222" + transform="translate(-289.71429,-492.00011)"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4224" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4226" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4228" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4230);enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_pressed.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + id="g4234" + transform="translate(-289.71429,-492.00011)" + style="opacity:0.5;display:inline"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4236" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4238" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + transform="translate(-289.71429,-492.00011)" + style="display:inline" + id="g4218"> + <path + inkscape:connector-curvature="0" + id="path4209" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4203" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5009" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5011" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5013" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="392.57143" + inkscape:cy="470.42857" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(673.28572,-983.79076)"> + <g + style="display:inline" + id="g4997" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-673.28571,-69.571423)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4999" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5009);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5001" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5003" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5011);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5013);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5005" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5007" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5061" + d="m -667.28572,990.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + <path + inkscape:connector-curvature="0" + id="path5063" + d="m -667.28572,989.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5295" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5297" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5299" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-472.21428" + inkscape:cy="-431.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-191.49999,-81.862193)"> + <g + style="display:inline" + transform="translate(191.5,-971.49999)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5253"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5255" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5257" + style="color:#000000;fill:url(#linearGradient5295);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5259" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5297);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5299);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5261" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5263" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 197.49999,87.863246 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5289" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_focused.svg 2014-10-09 22:37:34.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="8.8963052" + inkscape:cy="9.3077119" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="751" + inkscape:window-y="204" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize.svg 2014-10-09 22:37:10.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9195959" + inkscape:cx="4.7296154" + inkscape:cy="17.441954" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="710" + inkscape:window-y="119" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5121" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5123" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1098.9286" + inkscape:cy="-683.92851" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-818.21427,170.56632)"> + <g + style="display:inline" + transform="translate(818.21428,-1223.9285)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5073"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5075" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5077" + style="color:#000000;fill:url(#linearGradient5121);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5123);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5079" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5081" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5125);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5083" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-163.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5109" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-164.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5111" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5201" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5203" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5205" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1168.4286" + inkscape:cy="-530.57141" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-887.71427,17.209217)"> + <g + style="display:inline" + id="g5189" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(887.71428,-1070.5714)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5191" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5201);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5193" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5203);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5195" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5197" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5205);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5199" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5243" + d="m 893.71427,-11.208178 0,0.5 0,6.4999998 7,0 0,-6.9999998 -7,0 z m 1,1 5,0 0,4.9999998 -5,0 0,-4.9999998 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/maximize_unfocused.svg 2014-10-09 22:40:46.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4937" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4941" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="11.012127" + inkscape:cy="5.4472923" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="868" + inkscape:window-height="646" + inkscape:window-x="663" + inkscape:window-y="224" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-408.71427,-87.505113)"> + <g + style="display:inline" + transform="translate(408.71428,-965.85707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4925"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4927" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4929" + style="color:#000000;fill:url(#linearGradient4937);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4931" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4939);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4941);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4933" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4935" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/menu_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/menu_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/menu_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/menu_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4747" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-435.29 -180.93)"> + <g id="g4731" transform="translate(435.29 -776.43)"> + <circle id="circle4733" style="color:#000000;fill:url(#linearGradient4747)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" transform="rotate(90)" cy="-9.5" cx="966.86" r="6.5"/> + <circle id="circle5388-4" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="circle4735" style="color:#000000;stroke:#6c6967;fill:#555351" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cx="9.5" cy="966.86" r="3"/> + <path id="path4737" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <path id="path4739" style="opacity:.2;color:#000000;fill:#fff" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z"/> + <path id="path4741" style="opacity:.2;color:#000000;fill:#fff" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z"/> + <path id="path4743" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <rect id="rect4745" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/menu.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/menu.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/menu.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/menu.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4672" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-284.79 -314.29)"> + <g id="g4722" transform="translate(284.79 -643.07)"> + <circle id="circle4664" style="color:#000000;fill:url(#linearGradient4672)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" cx="966.86" transform="rotate(90)" cy="-9.5" r="6.5"/> + <circle id="circle5388" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="path4662" style="color:#000000;stroke:#d3d0cb;fill:#c6c2bb" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cy="966.86" cx="9.5" r="3"/> + <path id="circle4682" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <path id="circle4691" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z" style="opacity:.2;color:#000000;fill:#fff"/> + <path id="circle4702" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z" style="opacity:0.07;color:#000000;fill:#fff"/> + <path id="circle4711" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <rect id="rect4720" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.25" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4411" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4413" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4265" transform="translate(-289.71 -473)"> + <path id="path4267" style="color:#000000;fill:#fff" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" transform="translate(-76.5 938.36)"/> + <rect id="rect4269" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + <path id="path4409" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;filter:url(#filter4411);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_focused.svg 2014-10-09 22:48:57.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.535768" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize.svg 2014-10-09 22:48:23.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.669697" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/minimize_unfocused.svg 2014-10-09 22:41:09.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4955" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4957" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4959" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.439246" + inkscape:cx="8.1418379" + inkscape:cy="8.4994228" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="742" + inkscape:window-y="242" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-262.75023,-284.66847)"> + <g + style="display:inline" + id="g4943" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(262.75024,-768.69371)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4945" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4955);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4947" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4957);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4949" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4951" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4959);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4953" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.25" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4405" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4407" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4381" transform="translate(-289.71 -454)"> + <path id="path4383" style="color:#000000;fill:#fff" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" transform="translate(-76.5 938.36)"/> + <rect id="rect4385" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + <path id="path4403" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;filter:url(#filter4405);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.5" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_focused.svg 2014-10-09 22:39:58.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="17.19268" + inkscape:cy="5.00027" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1006" + inkscape:window-y="145" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize.svg 2014-10-09 22:39:36.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="12.348945" + inkscape:cy="10.478037" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1407" + inkscape:window-y="24" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/unity/unmaximize_unfocused.svg 2014-10-09 22:41:32.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4973" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4975" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4977" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="6.2901987" + inkscape:cy="6.1607613" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="772" + inkscape:window-y="191" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-687.7857,142.99492)"> + <g + style="display:inline" + transform="translate(687.78571,-1196.3571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4961"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4963" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4965" + style="color:#000000;fill:url(#linearGradient4973);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4967" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4975);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4977);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4969" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4971" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/bottom-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/bottom-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/bottom-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/bottom-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/bottom-left-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/bottom-left-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/bottom-left-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/bottom-left-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/bottom-right-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/bottom-right-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/bottom-right-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/bottom-right-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/close-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/close-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/close-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/close-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/close-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/close-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/close-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/close-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/hide-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/hide-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/hide-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/hide-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/hide-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/hide-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/hide-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/hide-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/left-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * left_active_xpm[] = { +"2 15 3 1", +" c None", +". c #C1C1C1", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/left-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #CFCFCF", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/maximize-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/maximize-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/maximize-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/maximize-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/maximize-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/maximize-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/maximize-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/maximize-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/maximize-toggled-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/maximize-toggled-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/maximize-toggled-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/maximize-toggled-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/maximize-toggled-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/maximize-toggled-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/maximize-toggled-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/maximize-toggled-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/menu-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/menu-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/menu-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/menu-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/menu-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/menu-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/right-active.xpm 2014-08-31 00:22:31.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * right_active_xpm[] = { +"2 15 3 1", +" c None", +". c #D7D7D7", +"+ c #C1C1C1", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/right-inactive.xpm 2014-08-31 00:22:31.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #D7D7D7", +"+ c #CFCFCF", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/themerc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/themerc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/themerc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/themerc 2014-08-31 00:22:31.000000000 +0000 @@ -0,0 +1,20 @@ +# Radiance ported to XFCE (Xfwm4) by The RAVEfinity Project. www.ravefinity.blogspot.com (2012+) Jared Sot. +# Based on code/pixmaps from (Orig.) Radiance. and Originol Ambiance XFCE port by p0ng http://www.p0ng.com.br. +# Radiance XFCE version was ported by scrach by RAVEfinity(Jared Sot.) on top of the XFCE Ambiance theme. + + +button_offset=3 +button_spacing=0 +maximized_offset=9 +title_full_width=true +title_horizontal_offset=8 +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +title_shadow_active=frame +title_shadow_inactive=frame +show_app_icon=false # Change to true or false if you want a app icon on each window. (Default is false) +#button_layout=CHM| # This prevents one from customizing their buttons VIA Xfce Window Manager Settings (Defualt is disabled via #) +active_text_color=#4C4942 +active_text_shadow_color=#E5E2D8 +inactive_text_color=#a39e9a +inactive_text_shadow_color=#E5E2D8 Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-1-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-1-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-1-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-1-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-2-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-2-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-2-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-2-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-3-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-3-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-3-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-3-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-4-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-4-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-4-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-4-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-5-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-5-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-5-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/title-5-inactive.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/top-left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/top-left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/top-left-active.xpm 2014-08-31 00:22:31.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +" .....", +" ..+++++", +" .@@@@@@@", +" .@@@@@@@@", +" .########", +".@@@@@@@@@", +".#########", +".#########", +".@@@@@@@@@", +".#########", +".@@@@@@@@@", +".$$$$$$$$$", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".*********", +".=========", +".*********", +".*********", +".*********", +".*********", +".=========", +".*********", +".=========", +".*********", +".---------", +".*********", +".*********"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/top-left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/top-left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/top-left-inactive.xpm 2014-08-31 00:22:31.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +" .....", +" ..+++++", +" .@@@@@@@", +" .########", +" .$$$$$$$$", +".#########", +".$$$$$$$$$", +".$$$$$$$$$", +".#########", +".$$$$$$$$$", +".#########", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".---------", +".---------", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".=========", +".;;;;;;;;;", +".;;;;;;;;;"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/top-right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/top-right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/top-right-active.xpm 2014-08-31 00:22:31.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"@@@@@@@@. ", +"########. ", +"@@@@@@@@@.", +"#########.", +"#########.", +"@@@@@@@@@.", +"#########.", +"@@@@@@@@@.", +"$$$$$$$$$.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"*********.", +"*********.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"---------.", +"*********.", +"*********."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/top-right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/top-right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Graphite/xfwm4/top-right-inactive.xpm 2014-08-31 00:22:31.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"########. ", +"$$$$$$$$. ", +"#########.", +"$$$$$$$$$.", +"$$$$$$$$$.", +"#########.", +"$$$$$$$$$.", +"#########.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"---------.", +"---------.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"=========.", +";;;;;;;;;.", +";;;;;;;;;."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/banshee.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/banshee.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/banshee.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/banshee.rc 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,23 @@ +# ============================================================================== +# BANSHEE SPECIFIC SETTINGS +# ============================================================================== + +style "banshee_scrollbar" { + engine "murrine" { + roundness = 20 + } +} + +widget "__gtksharp_1*SeekSlider*" style "scale" +widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar" + +widget_class "__gtksharp_1*<GtkToolbar>*" style "default" +widget_class "__gtksharp_1*<GtkButton>*" style "button" +#widget_class "__gtksharp_1*<GtkScale>*" style "scale" + + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/chromium.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/chromium.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/chromium.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/chromium.rc 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,39 @@ +# ============================================================================== +# CHROMIUM SPECIFIC SETTINGS +# ============================================================================== + +style "chromium_toolbar_button" { + engine "murrine" { + roundness = 3 + textstyle = 0 + } +} + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = "#DFDFDF" + ChromeGtkFrame::inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::incognito-frame-color = "#DFDFDF" + ChromeGtkFrame::incognito-inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::incognito-frame-gradient-size = 16 + ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*Chrom*Button*" style "chromium_toolbar_button" + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/ff.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/ff.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/ff.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/ff.rc 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,33 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-default" { + GtkCheckButton::indicator-size = 14 + + engine "murrine" { + reliefstyle = 0 + } +} + +style "ff-statusbar" { +} + +#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar" +#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + +widget "MozillaGtkWidget*" style "ff-default" + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/gnome-panel.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/gnome-panel.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/gnome-panel.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/gnome-panel.rc 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,129 @@ +# =========================================================================================================================== +# GNOME,XFCE,LXDE & GTK Desktop(S) PANEL SPECIFIC SETTINGS *SPECIFIC SETTINGS TO ENABLE PROPER FUNCTION ON XFCE/LXDE* +# =========================================================================================================================== + +style "panel" +{ + xthickness = 0 + ythickness = 0 + + bg_pixmap[NORMAL] = "img/panel.png" + + engine "murrine" { + colorize_scrollbar = TRUE + } +} + +style "panel_task_button" +{ + xthickness = 3 + xthickness = 3 + + GtkWidget::focus-line-width = 0 + GtkWidget::focus_padding = 0 + GtkWidget::interior_focus = 0 + GtkWidget::internal_padding = 0 + + GtkButton::child_displacement_x = 0 + GtkButton::child_displacement_y = 0 + GtkButton::default_border = {0, 0, 0, 0} + GtkButton::default_outside_border = {0, 0, 0, 0} + GtkButtonBox::child_internal_pad_x = 0 + GtkButtonBox::child_internal_pad_y = 0 + GtkButtonBox::child_min_heigth = 0 + + bg[SELECTED] = shade (0.2, @bg_color) + bg[PRELIGHT] = shade (0.26, @bg_color) + bg[ACTIVE] = shade (0.2, @bg_color) + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = OUT + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "img/panel-button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "XFCE" +{ + xthickness = 3 + ythickness = 3 + + bg_pixmap[NORMAL] = "img/panel.png" +} + +widget "*Panel*" style "panel" +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet +class "PanelApp*" style "panel" +class "PanelToplevel*" style "panel" +#widget_class "*Mail*" style "panel" +widget_class "*notif*" style "panel" + +#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop +widget "*task*" style "panel_task_button" +widget "*.tasklist-button" style "panel_task_button" +widget "*PanelApplet*TaskTitle*" style "panel_task_button" +widget_class "*Xfce*Panel*" style "XFCE" +widget_class "*Xfce*Panel*" style "XFCE" +class "GtkScrollbar" style "scrollbar" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/gnome-terminal.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/gnome-terminal.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/gnome-terminal.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/gnome-terminal.rc 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,42 @@ +# ============================================================================== +# GNOME TERMINAL SPECIFIC SETTINGS +# ============================================================================== + +style "terminal_menubar" +{ + engine "murrine" { + } +} + +style "terminal_notebook" +{ + engine "murrine" { + contrast = 1.0 + } +} + +style "terminal_scrollbar" = "scrollbar" +{ + engine "murrine" { + } +} + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#060606" + + TerminalScreen::background-darkness = 0.97 +} + +#widget "*TerminalWindow*" style "terminal_window" +#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar" +widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook" +#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar" +#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button" +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/nautilus.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/nautilus.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/nautilus.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/apps/nautilus.rc 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,11 @@ +# ============================================================================== +# NAUTILUS SPECIFIC SETTINGS +# ============================================================================== + +style "nautilus_info_pane" { + bg[NORMAL] = @bg_color +} + +widget_class "*Nautilus*<GtkNotebook>*<GtkEventBox>" style "nautilus_info_pane" +widget_class "*Nautilus*<GtkButton>" style "notebook_button" +widget_class "*Nautilus*<GtkButton>*<GtkLabel>" style "notebook_button" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/gtkrc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/gtkrc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/gtkrc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/gtkrc 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,690 @@ +gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#6AA022\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nlink_color:#60A655" + +gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16" + +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = 1 + +style "default" { + xthickness = 1 + ythickness = 1 + + ####################### + # Style Properties + ####################### + GtkButton::child-displacement-x = 1 + GtkButton::child-displacement-y = 1 + GtkButton::default-border = { 0, 0, 0, 0 } + + GtkCheckButton::indicator-size = 16 + + GtkPaned::handle-size = 6 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 14 + GtkRange::stepper-size = 13 + GtkRange::trough-under-steppers = 1 + + GtkScale::trough-border = 0 + GtkScale::slider-width = 23 + GtkScale::slider-length = 14 + GtkScale::trough-side-details = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::trough-border = 0 + GtkScrollbar::slider-width = 13 + GtkScrollbar::min-slider-length = 31 + + GtkMenuBar::internal-padding = 0 + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkExpander::expander-size = 11 + GtkToolbar::internal-padding = 1 + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkTreeView::expander-size = 7 + GtkTreeView::vertical-separator = 0 +# GtkTreeView::odd-row-color = shade (0.96, @base_color) + GtkNotebook::tab-overlap = -1 + + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 3 + + WnckTasklist::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + GtkEntry::state-hint = 0 + + GtkEntry::progress-border = { 2, 2, 2, 2 } + + GtkProgressBar::min-horizontal-bar-height = 14 + GtkProgressBar::min-vertical-bar-width = 14 + + GtkImage::x-ayatana-indicator-dynamic = 1 + GtkMenuBar::window-dragging = 1 + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + #################### + # Color Definitions + #################### + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = shade (0.95, @bg_color) + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.8, @bg_color) + text[ACTIVE] = darker (@text_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.98, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = shade (0.97, @bg_color) + base[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + arrowstyle = 2 + reliefstyle = 3 + highlight_shade = 1.0 + glazestyle = 0 + default_button_color = shade (1.1, "#cdcdcd") + gradient_shades = {1.1, 1.0, 1.0, 0.9} + roundness = 3 + lightborder_shade = 1.26 + lightborderstyle = 1 + listviewstyle = 2 + progressbarstyle = 0 + colorize_scrollbar = FALSE + menubaritemstyle = 1 + menubarstyle = 1 + menustyle = 0 + focusstyle = 3 + handlestyle = 1 + sliderstyle = 3 + scrollbarstyle = 2 + stepperstyle = 3 +# rgba = TRUE + } +} + +style "dark" +{ + bg[NORMAL] = "#DFDFDF" + bg[PRELIGHT] = shade (1.05, "#DFDFDF") + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.95, "#DFDFDF") + bg[INSENSITIVE] = "#DFDFDF" +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "entry" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + } +} + +style "vscale" { +} + +style "hscale" { +} + +style "button" { + + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.03, @bg_color) + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + bg[INSENSITIVE] = @bg_color + fg[INSENSITIVE] = "#9c9c9c" + + engine "murrine" { + #contrast = 1.0 + textstyle = 1 + border_shades = {1.01, 0.8} + reliefstyle = 0 + shadow_shades = {1.0, 1.1} + glowstyle = 5 + glow_shade = 1.02 + lightborder_shade = 1.32 +# lightborderstyle = 0 + #text_shade = 1.04 + } +} + +style "notebook_button" = "button" { +} + +style "spinbutton" = "notebook_button" { + xthickness = 4 + + engine "murrine" { + } +} + +style "scrollbar" = "button" { + xthickness = 2 + ythickness = 2 + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.04, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + + engine "murrine" + { + border_shades = {0.95, 0.90} + roundness = 20 + contrast = 1.0 + trough_shades = {0.92, 0.98} + lightborder_shade = 1.3 + glowstyle = 5 + glow_shade = 1.02 + gradient_shades = {1.2, 1.0, 1.0, 0.86} + trough_border_shades = {0.9, 0.98} + } +} + +style "hscrollbar" { +} + +style "vscrollbar" { +} + +style "overlay_scrollbar" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.85, @bg_color) + bg[ACTIVE] = shade (0.6, @bg_color) +} + +style "scale" = "button" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + border_shades = {0.9, 0.8} + roundness = 5 + lightborder_shade = 1.32 + gradient_shades = {1.1, 1.0, 1.0, 0.8} + handlestyle = 2 + trough_border_shades = {0.9, 1.4} + glow_shade = 1.0 +# reliefstyle = 2 +# shadow_shades = { 1.0, 0.9 } + } +} + +style "notebook_bg" { + bg[NORMAL] = shade (1.02, @bg_color) + bg[ACTIVE] = shade (0.97, @bg_color) + fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color)) +} + +# The color is changed by the notebook_bg style, this style +# changes the x/ythickness +style "notebook" { + xthickness = 2 + ythickness = 2 + + engine "murrine" { + roundness = 3 + contrast = 0.8 + focusstyle = 2 + lightborder_shade = 1.16 + gradient_shades = {1.1, 1.0, 1.0, 0.68} + } +} + +style "statusbar" { + engine "murrine" { + contrast = 1.2 + } +} + +style "comboboxentry" = "notebook_button" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + textstyle = 1 + glowstyle = 5 + glow_shade = 1.02 + } +} + +style "menubar" = "dark" { + # those two lines were added to fix firefox's menubar item text + bg[SELECTED] = "#ECECEC" + fg[SELECTED] = @fg_color + + engine "murrine" { + textstyle = 1 + text_shade = 1.23 + gradient_shades = {1.0, 1.0, 1.0, 1.0} + lightborder_shade = 1.0 + } +} + +style "toolbar" { + engine "murrine" { + textstyle = 1 + text_shade = 1.32 + lightborder_shade = 1.0 + } +} + +style "toolbar-button" = "notebook_button" { + engine "murrine" { + } +} + +style "menu" { + xthickness = 0 + ythickness = 0 + + engine "murrine" + { + reliefstyle = 0 + roundness = 0 + } +} + +style "menu_item" = "menu" { + xthickness = 2 + ythickness = 3 + + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" + { + glowstyle = 5 + glow_shade = 1.1 +# lightborder_shade = 1.0 +# border_shades = { 1.5, 1.3 } + roundness = 0 + } +} + +style "menubar_item" = "menu_item" { + bg[PRELIGHT] = "#ece7e2" + fg[PRELIGHT] = @fg_color + + engine "murrine" { + gradient_shades = {1.00, 1.0, 1.0, 1.0} +# glowstyle = 5 + border_shades = { 1.0, 1.0 } + glow_shade = 1.00 + lightborderstyle = 3 + lightborder_shade = 1.2 + roundness = 4 + } +} + +style "scale_menu_item" = "scale" { + engine "murrine" { + roundness = 20 + lightborder_shade = 1.32 + reliefstyle = 0 + } +} + +# This style is there to modify the separator menu items. The goals are: +# 1. Get a specific height. +# 2. The line should go to the edges (ie. no border at the left/right) +style "separator_menu_item" { + xthickness = 1 + ythickness = 0 + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 7 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "separator_tool_item" { + xthickness = 0 + ythickness = 1 + + GtkVSeparator::vertical-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 7 + GtkWidget::separator-height = 1 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "frame_title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "treeview" { + engine "murrine" + { + roundness = 2 + lightborder_shade = 1.1 + gradient_shades = {1.04, 1.0, 1.0, 0.96} + } +} + +style "progressbar" { + xthickness = 1 + ythickness = 1 + + bg[ACTIVE] = shade (0.94, @bg_color) + #bg[SELECTED] = "#cdcdcd" + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" { + #trough_shades = {0.98, 1.02} + roundness = 8 + lightborderstyle = 1 + lightborder_shade = 1.26 + border_shades = {0.95, 0.85} + gradient_shades = {1.1, 1.0, 1.0, 0.9} + trough_border_shades = {0.9, 1.4} + } +} + +style "progressbar_menu_item" = "progressbar" { + engine "murrine" { + roundness = 0 + } +} + +# This style is based on the default style, so that the colors from the button +# style are overriden again. +style "treeview_header" = "notebook_button" { + xthickness = 2 + ythickness = 1 + + engine "murrine" { + glazestyle = 1 + contrast = 0.8 + lightborder_shade = 1.16 + textstyle = 1 + glow_shade = 1.0 + } +} + +style "treeview_header_scrolled" = "treeview_header" { +} + +style "scrolledwindow" { + engine "murrine" { + contrast = 0.6 + } +} + +style "radiocheck" = "button" { + text[NORMAL] = shade (0.535, @selected_bg_color) + text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color)) + bg[NORMAL] = shade (0.92, @bg_color) + bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color)) + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + engine "murrine" { + reliefstyle = 3 + gradient_shades = {1.2, 1.0, 1.0, 0.9} + shadow_shades = {0.6, 0.5} + textstyle = 0 + } +} + +style "tooltips" { + xthickness = 4 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = "#000000" + + engine "murrine" { + rgba = TRUE + } +} + +style "infobar" { + engine "murrine" { + } +} + +style "nautilus_location" { + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color) +} + +style "calendar" { + xthickness = 0 + ythickness = 0 + + engine "murrine" { + roundness = 0 + } +} + +style "calendar_menu_item" = "calendar" { +# base[NORMAL] = "#c5bfb7" +} + +style "soundfix" +{ +} + +# Wrokaround style for places where the text color is used instead of the fg color. +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +# Workaround style for menus where the text color is used instead of the fg color. +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = "#999999" +} + +# Workaround style for places where the fg color is used instead of the text color. +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +# Style to set the toolbar to use a flat style. This is because the "New" button in +# Evolution is not drawn transparent. So if there is a gradient in the background it will +# look really wrong. +# See http://bugzilla.gnome.org/show_bug.cgi?id=446953. +style "evo_new_button_workaround" { +} + +# Make the XFCE desktop icons text backrounds look prettier (The only change to theme, Code by RAVEfinity Project) +style "xfdesktop-icon-view" { + +XfdesktopIconView::label-alpha = 100 + +base[NORMAL] = "#151515" +base[ACTIVE] = "#7F7C7C" +base[PRELIGHT] = "#7F7C7C" +base[SELECTED] = shade (0.98, @selected_bg_color) + +fg[NORMAL] = @selected_fg_color +fg[SELECTED] = @selected_fg_color +fg[ACTIVE] = @selected_fg_color +} + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# The default style is applied to every widget +class "GtkWidget" style "default" + +class "GtkSeparator" style "wide" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkEntry" style "entry" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "vscale" +class "GtkHScale" style "hscale" +class "GtkScrollbar" style "scrollbar" +class "GtkHScrollbar" style "hscrollbar" +class "GtkVScrollbar" style "vscrollbar" +class "GtkCalendar" style "calendar" +class "GtkInfoBar" style "infobar" + +# General matching follows. The order is choosen so that the right styles override +# each other. EG. progressbar needs to be more important than the menu match. +widget_class "*<GtkNotebook>" style "notebook_bg" +# This is not perfect, it could be done better. +# (That is modify *every* widget in the notebook, and change those back that +# we really don't want changed) +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook_bg" + +widget_class "*<GtkToolbar>*" style "toolbar" +widget_class "*<GtkScrolledWindow>*" style "scrolledwindow" + +widget_class "*<GtkButton>" style "button" +widget_class "*<GtkButton>*<GtkLabel>" style "button" +widget_class "*<GtkToolbar>.*.<GtkButton>*" style "notebook_button" +widget_class "*<GtkNotebook>" style "notebook" +widget_class "*<GtkStatusbar>" style "statusbar" +widget_class "*<GtkSpinButton>*" style "spinbutton" +widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button" +widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button" +widget_class "*<GtkRadioButton>*" style "radiocheck" +widget_class "*<GtkCheckButton>*" style "radiocheck" + +widget_class "*<GtkComboBoxEntry>*" style "comboboxentry" +widget_class "*<GtkCombo>*" style "comboboxentry" + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" +widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item" +widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "menubar_item" + +widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title" +widget_class "*.<GtkTreeView>*" style "treeview" + +widget_class "*<GtkProgress>" style "progressbar" +widget_class "*<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "calendar_menu_item" + +# Treeview headers (and similar stock GTK+ widgets) +widget_class "*.<GtkScrolledWindow>*<GtkTreeView>*" style "treeview_header_scrolled" +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkTreeView>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header" + +# Overlay scrollbar +widget_class "*<OsScrollbar>" style "overlay_scrollbar" +widget_class "*<OsThumb>" style "overlay_scrollbar" + +# The window of the tooltip is called "gtk-tooltip" +################################################################## +# FIXME: +# This will not work if one embeds eg. a button into the tooltip. +# As far as I can tell right now we will need to rework the theme +# quite a bit to get this working correctly. +# (It will involve setting different priorities, etc.) +################################################################## +widget "gtk-tooltip*" style "tooltips" + +########################################################################## +# Following are special cases and workarounds for issues in applications. +########################################################################## + +# Workaround for the evolution ETable (bug #527532) +widget_class "*.ETable.ECanvas" style "treeview_header" +# Workaround for the evolution ETree +widget_class "*.ETree.ECanvas" style "treeview_header" + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "nautilus_location" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that this work around assumes that the combobox is _not_ in appears-as-list mode. +widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround" +# This is the part of the workaround that fixes the menus +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color. +widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround" +# GtkCList also uses the fg color to draw text on top of the base colors. +widget_class "*<GtkCList>" style "fg_is_text_color_workaround" +# Nautilus when renaming files, and maybe other places. +widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround" +# Work around for ubuntu's lucid sound indicator +widget "ido-offscreen-scale" style "soundfix" +# Thickness for indicator menu items +widget "*IdoEntryMenuItem*" style "wide" + +# See the documentation of the style. +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" + +# Makes XFCE desktop icon and text backround tweaks work. +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Includes +#include "apps/banshee.rc" +include "apps/chromium.rc" +include "apps/ff.rc" +include "apps/gnome-terminal.rc" +include "apps/nautilus.rc" +include "apps/gnome-panel.rc" Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/img/arrow-down.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/img/arrow-down.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/img/handle-h.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/img/handle-h.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/img/handle-v.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/img/handle-v.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/img/panel-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/img/panel-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/img/panel-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/img/panel-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/img/panel-button-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/img/panel-button-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/img/panel.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-2.0/img/panel.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/baobab.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/baobab.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/baobab.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/baobab.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,25 @@ + +BaobabWindow GtkGrid { + background-color: @bg_color; +} + +BaobabLocationList GtkGrid { + background-color: transparent; +} + +.baobab-toolbar.toolbar { + border-color: shade (@bg_color, 0.9); + border-style: solid; + border-width: 0 0 1px 0; + border-radius: 0; +} + +.cell.baobab-level-cell, +.cell.baobab-level-cell:hover, +.cell.baobab-level-cell:selected, +.cell.baobab-level-cell:selected:hover { + border-color: alpha (black, 0.06); + border-width: 1px; + border-style: solid; + background-color: @base_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/california.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/california.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/california.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/california.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +CaliforniaViewWeekGrid { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/geary.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/geary.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/geary.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/geary.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +ComposerWidget { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/gedit.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/gedit.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/gedit.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/gedit.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,60 @@ +@define-color notebook_tab_gradient_b shade (@bg_color, 0.98); + +GeditWindow .pane-separator, +GeditWindow .pane-separator:hover { +} + +GeditPanel.title GtkLabel { +} + +GeditDocumentsPanel .view { +} + +GeditDocumentsPanel .view:backdrop { +} + +GeditWindow .notebook { + border-radius: 1px; +} + +GeditPanel .notebook { + border-radius: 1px; +} + +GeditPanel .notebook tab, +GeditWindow .notebook tab { + border-radius: 3px; +} + +GeditViewFrame .gedit-search-slider { + background-color: @base_color; + padding: 6px; + border-color: shade (@notebook_tab_gradient_b, 0.80); + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px 1px; + border-style: solid; +} + +GeditViewFrame .gedit-search-slider .not-found { + color: @error_fg_color; + background-image: none; + background-color: @error_bg_color; +} + +GeditViewFrame .gedit-search-slider .not-found:selected { + background-color: @selected_bg_color; + color: @selected_fg_color; +} + +GeditFileBrowserWidget .toolbar { + background-color: @bg_color; + border: none; + padding-bottom: 3px; +} + +.gedit-search-entry-occurrences-tag { + background-color: transparent; + color: @backdrop_text_color; + margin: 2px; + padding: 2px; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/glade.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/glade.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/glade.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/glade.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,8 @@ + +GladeEditor GtkContainer { + background-color: @bg_color +} + +GladeWindow GtkGrid { + background-color: @bg_color +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/gnome-panel.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/gnome-panel.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/gnome-panel.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/gnome-panel.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,97 @@ +/* Fallback Mode Panel */ +PanelWidget :backdrop, +PanelApplet :backdrop, +PanelToplevel :backdrop, +PanelWidget, +PanelApplet, +PanelToplevel { + border-image: none; + + color: @dark_fg_color; +} + +PanelWidget, +PanelApplet, +PanelToplevel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelApplet { + border-width: 0; +} + +PanelSeparator:backdrop, +PanelSeparator { + border-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + + color: @dark_fg_color; +} + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelApplet > GtkMenuBar.menubar.menuitem, +PanelMenuBar.menubar, +PanelMenuBar.menubar.menuitem { + -PanelMenuBar-icon-visible: true; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelAppletFrame { + background-color: @dark_bg_color; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-width: 0; +} + +PanelApplet .button:backdrop, +PanelApplet .button { + -GtkButton-inner-border: 2; + + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.6); + border-radius: 0; + border-width: 0 1px 0 1px; + + text-shadow: none; +} + +PanelApplet .button:active:prelight:backdrop, +PanelApplet .button:active:prelight, +PanelApplet .button:active:backdrop, +PanelApplet .button:active { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.7)), + to (shade (@dark_bg_color, 0.8))); + border-color: shade (@dark_bg_color, 0.7); +} + +PanelApplet .button:prelight:backdrop, +PanelApplet .button:prelight { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.3)), + to (shade (@dark_bg_color, 1.1))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.8); +} + +ClockBox { + text-shadow: 0 1px shade (@dark_bg_color, 1.08); +} + +WnckPager, WnckTasklist { + background-color: @dark_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/gnome-system-log.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/gnome-system-log.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/gnome-system-log.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/gnome-system-log.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,4 @@ +/* LP: #1045602 */ +LogviewWindow .view.dim-label, .dim-label { + color: @info_fg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/gnome-terminal.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/gnome-terminal.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/gnome-terminal.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/gnome-terminal.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,7 @@ +/* gnome-terminal */ +TerminalScreen { + -TerminalScreen-background-darkness: 0.97; + background-color: #060606; + color: #E8E8E8; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/nautilus.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -0,0 +1,238 @@ +@define-color cluebar_color shade (mix (@bg_color, @base_color, 0.5), 0.95); + +NautilusWindow *, +NemoWindow * { + -GtkPaned-handle-size: 1; +} + +NautilusDesktopWindow GtkWidget { + background-color: @transparent; +} + +.nautilus-canvas-item, +.nemo-canvas-item { + border-radius: 4px; +} + +/* desktop mode */ +.nautilus-desktop.nautilus-canvas-item, +.nemo-desktop.nemo-canvas-item { + color: @bg_color; + text-shadow: 1px 1px alpha (black, 0.8); +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nemo-desktop.nemo-canvas-item:active { + background-image: none; + background-color: alpha (@bg_color, 0.84); + + color: @fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:selected { + background-image: none; + background-color: alpha (@selected_bg_color, 0.84); + + color: @selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:active, +.nemo-desktop.nemo-canvas-item:prelight, +.nemo-desktop.nemo-canvas-item:selected { + text-shadow: none; +} + +/* browser window */ +NautilusTrashBar.info, +NautilusXContentBar.info, +NautilusSearchBar.info, +NautilusQueryEditor.info, +NemoTrashBar.info, +NemoXContentBar.info, +NemoSearchBar.info, +NemoQueryEditor.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.03)), + to (shade (@cluebar_color, 0.92))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); + border-radius: 0; + border-style: solid; + border-width: 0px 0px 1px 0px; +} + +NautilusTrashBar.info:backdrop, +NautilusXContentBar.info:backdrop, +NautilusSearchBar.info:backdrop, +NautilusQueryEditor.info:backdrop, +NemoTrashBar.info:backdrop, +NemoXContentBar.info:backdrop, +NemoSearchBar.info:backdrop, +NemoQueryEditor.info:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.01)), + to (shade (@cluebar_color, 0.96))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); +} + +NautilusSearchBar .entry, +NemoSearchBar .entry { +} + +.nautilus-cluebar-label, +.nemo-cluebar-label { + font: bold; +} + +.nautilus-cluebar-label:backdrop, +.nemo-cluebar-label:backdrop { + color: mix (@fg_color, @cluebar_color, 0.2); +} + +nautilus-search-button *:active, +nautilus-search-button *:active:prelight, +nemo-search-button *:active, +nemo-search-button *:active:prelight { + color: @dark_fg_color; +} + +NautilusFloatingBar, +NemoFloatingBar { + background-color: shade (@cluebar_color, 0.92); +} + +NautilusFloatingBar .button, +NemoFloatingBar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; +} + +/* sidebar */ +NautilusWindow .sidebar, +NautilusWindow .sidebar .view, +NemoWindow .sidebar, +NemoWindow .sidebar .view { + background-color: @cluebar_color; + + color: @fg_color; +} + +NautilusWindow .sidebar .frame, +NemoWindow .sidebar .frame { + border-style: none +} + +NautilusWindow .sidebar:backdrop, +NautilusWindow .sidebar .view:backdrop, +NemoWindow .sidebar:backdrop, +NemoWindow .sidebar .view:backdrop { + background-color: shade (@bg_color, 0.96); + color: mix (@fg_color, shade (@bg_color, 0.95), 0.2); +} + +NautilusWindow .sidebar row:selected, +NemoWindow .sidebar row:selected { + color: @selected_fg_color; +} + +NautilusWindow .sidebar row:selected:backdrop, +NemoWindow .sidebar row:selected:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (shade (@bg_color, 0.95), 0.94)), + to (shade (shade (@bg_color, 0.95), 0.86))); + border-top-color: shade (shade (@bg_color, 0.95), 0.88); + + color: @fg_color; +} + +NautilusWindow .pane-separator, +NemoWindow .pane-separator { + background-color: shade (shade (@bg_color, 0.95), 0.94); + border-color: @dark_bg_color; + border-style: solid; + border-width: 0; + box-shadow: none; +} + +NautilusWindow .pane-separator:backdrop, +NemoWindow .pane-separator:backdrop { + background-color: shade (shade (@bg_color, 0.95), 0.96); +} + +NautilusWindow .toolbar.menubar, +NemoWindow .toolbar.menubar { + -GtkToolbar-button-relief: normal; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.0)), + to (shade (@dark_bg_color, 1.2))); + color: @fg_color; + padding: 3px; + box-shadow: none; +} + +/* for breadcrumbs path bar */ +NautilusWindow .toolbar.menubar .button, +.nemo-pathbar-button, +NemoPathbarButton { + -GtkWidget-focus-line-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.4)), + to (shade (@dark_bg_color, 0.96))); + color: @dark_fg_color; + padding: 6px 6px; + border-width: 1px; + border-style: solid; + border-color: alpha(shade (@dark_bg_color, 0.80), 1.2); + -NemoPathbarButton-border-radius: 3px; +} + +NautilusWindow .toolbar.menubar .button:hover, +NautilusWindow .toolbar.menubar .button:active:hover, +NemoPathbarButton:hover, +NemoPathbarButton:active:hover { + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +NautilusWindow .toolbar.menubar .button:active, +NemoPathbarButton:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@selected_bg_color, 1.32), shade(@dark_bg_color, 1.1), 0.7)), + to (mix (shade (@selected_bg_color, 1.05), shade(@dark_bg_color, 1.18), 0.7))); + + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +.toolbar.menubar .separator { + border-color: shade (@dark_bg_color, 0.96); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* For Places Sidebar diskfull indicators */ + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, .65); + -NemoPlacesTreeView-disk-full-fg-color: shade(@selected_bg_color, 1.0); + -NemoPlacesTreeView-disk-full-bar-width: 1px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 1px; + -NemoPlacesTreeView-disk-full-max-length: 70px; +} + +NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, 2.0); + -NemoPlacesTreeView-disk-full-fg-color: shade(@fg_color, 2.0); +} + +NemoPlacesTreeView:hover { +} + +NemoPlacesTreeView:selected:hover { +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/software-center.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/software-center.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/software-center.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/software-center.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +.action-bar { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/unity.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/unity.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/unity.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/unity.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,131 @@ +/* Decorations */ + +UnityDecoration { + -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-input-extents: 10px; + + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 5px; + -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.78); + -UnityDecoration-active-shadow-radius: 30px; + -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.3); + -UnityDecoration-inactive-shadow-radius: 25px; + + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: rgb (221, 72, 20); + + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration.top { + border: 1px solid rgba (85, 40, 0, 0.04); /* shade (@dark_bg_color) (shade (#edebe6, 1.06) */ + border-bottom-width: 0; + border-radius: 6px 6px 0 0; + padding: 1px 6px 0 6px; + + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 1.065), inset 0 0 transparent; + + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityDecoration.top:backdrop { + border: 1px solid rgba (110, 27, 0, 0.04); /* shade @dark_bg_color - shade (#edebe6, 0.96) */ + border-bottom-width: 0; + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 0.96)), + to (@dark_bg_color)); + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 0.97), inset 0 0 transparent; + + color: #a39e9a; + text-shadow: 1px 0 1px shade (@dark_bg_color, 1.08), -1px 0 1px shade (@dark_bg_color, 1.08), + 0 1px 1px shade (@dark_bg_color, 1.08), 0 -1px 1px shade (@dark_bg_color, 1.08); +} + +UnityDecoration.left, +UnityDecoration.right { + background-color: shade (@bg_color, 0.7); + background-size: 1px 70px; + background-repeat: repeat-x; + + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #A8A8A8), + color-stop (0.5, #A8A8A8), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.left:backdrop, +UnityDecoration.right:backdrop { + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #B5B5B5), + color-stop (0.5, #B5B5B5), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.bottom { + background-image: none; + background-color: shade (@bg_color, 0.7); +} + +/* Panel Style */ + +UnityPanelWidget, +.unity-panel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + border-top-color: shade (#EDEDED, 1.08); + border-style: solid; + border-width: 1px 0 0 0; + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: #A3A3A3; +} + +.unity-panel.menubar, +.unity-panel .menubar { +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 1px 1px 0 1px; + icon-shadow: 0 -1px shade (@dark_bg_color, 1.06); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (shade (@dark_bg_color, 1.02))); +} + +@keyframes playbackmenuitem_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: playbackmenuitem_spinner 1s infinite linear; + color: @selected_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/unity-greeter.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/unity-greeter.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/unity-greeter.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/apps/unity-greeter.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,94 @@ +.lightdm.menu { + background-image: none; + background-color: alpha (black, 0.6); + border-color: alpha (white, 0.2); + border-radius: 4px; + padding: 1px; + + color: white; +} + +.lightdm-combo .menu { + background-color: shade (@dark_bg_color, 1.08); + border-radius: 0px; + padding: 0px; + + color: white; +} + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: white; +} + +.lightdm.menubar { + background-image: none; + background-color: alpha (black, 0.5); +} + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .entry, +.lightdm.button, +.lightdm.entry { + background-image: none; + background-color: alpha (black, 0.3); + border-color: alpha (white, 0.6); + border-radius: 5px; + padding: 7px; + + color: white; + text-shadow: none; +} + +.lightdm.button, +.lightdm.button:hover, +.lightdm.button:active, +.lightdm.button:active:focused, +.lightdm.entry, +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focused { + background-image: none; + border-image: none; +} + +.lightdm.button:focused, +.lightdm.entry:focused { + border-color: alpha (white, 0.9); + border-width: 1px; + border-style: solid; + + color: white; +} + +.lightdm.entry:selected { + background-color: alpha (white, 0.2); +} + +@keyframes dashentry_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; +} + +.lightdm.option-button { + padding: 2px; + background: none; + border: 0; +} + +.lightdm.toggle-button { + background: none; + border-width: 0; +} + +.lightdm.toggle-button.selected { + background-color: alpha (black, 0.3); + border-width: 1px; +} Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/backdrop-radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-active-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-active-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-default-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-default-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-default-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-default-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-default-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-default-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-default.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-default.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-menuitem-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-menuitem-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-arrow-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-arrow-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-arrow.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-arrow.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-button-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-button-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/frame.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/frame.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/notebook-tab-bottom.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/notebook-tab-bottom.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/notebook-tab-left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/notebook-tab-left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/notebook-tab-right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/notebook-tab-right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/notebook-tab-top.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/notebook-tab-top.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/progressbar-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/progressbar-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/progressbar-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/progressbar-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/progressbar-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/progressbar-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/progressbar-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/progressbar-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radiance-entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-horizontal-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-horizontal-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-horizontal-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-horizontal-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-horizontal-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-horizontal-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-vertical-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-vertical-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-vertical-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-vertical-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-vertical-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-vertical-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scale-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scrollbar_handle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scrollbar_handle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scrollbar_handle_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/scrollbar_handle_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-horizontal-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-horizontal-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-horizontal-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-horizontal-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-horizontal-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-horizontal-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-horizontal-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-horizontal-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-horizontal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-horizontal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_prelight_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_prelight_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_vertical_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_vertical_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-vertical-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-vertical-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-vertical-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-vertical-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-vertical-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-vertical-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-vertical-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-vertical-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_vertical_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_vertical_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/slider-vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-button-off-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-button-off-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-button-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-button-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-button-on-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-button-on-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-button-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-button-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-trough-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-trough-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-trough-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-trough-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-trough-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-trough-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-trough-toolbar-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-trough-toolbar-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-trough-toolbar-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/assets/switch-trough-toolbar-on.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1 @@ +@import url("gtk-main.css"); \ No newline at end of file diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-main.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-main.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-main.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-main.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,70 @@ +/*default color scheme */ +@define-color bg_color #F2F2F2; +@define-color fg_color #4C4C4C; +@define-color base_color #ffffff; +@define-color text_color #3C3C3C; +@define-color selected_bg_color #6AA022; +@define-color selected_fg_color #ffffff; +@define-color tooltip_bg_color #000000; +@define-color tooltip_fg_color #ffffff; + +/* misc colors used by gtk+ + * + * Gtk doesn't currently expand color variables for style properties. Thus, + * gtk-widgets.css uses literal color names, but includes a comment containing + * the name of the variable. Please remember to change values there as well + * when changing one of the variables below. + */ +@define-color info_fg_color rgb (181, 171, 156); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (173, 120, 41); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (97, 122, 214); +@define-color question_bg_color rgb (138, 173, 212); +@define-color error_fg_color rgb (235, 235, 235); +@define-color error_bg_color rgb (223, 56, 44); +@define-color link_color @selected_bg_color; +@define-color success_color #4e9a06; +@define-color error_color #df382c; + +/* theme common colors */ +@define-color button_bg_color shade (@bg_color, 1.02); /*shade (#cdcdcd, 1.08);*/ +@define-color notebook_button_bg_color shade (@bg_color, 1.02); +@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6); +@define-color dark_bg_color #DFDFDF; +@define-color dark_fg_color @fg_color; + +@define-color backdrop_fg_color mix (@bg_color, @fg_color, 0.8); +@define-color backdrop_text_color mix (@base_color, @text_color, 0.8); +@define-color backdrop_dark_fg_color mix (@dark_bg_color, @dark_fg_color, 0.75); +@define-color backdrop_selected_bg_color shade (@bg_color, 0.92); +@define-color backdrop_selected_fg_color @fg_color; + +@define-color focus_color alpha (@selected_bg_color, 0.5); +@define-color focus_bg_color alpha (@selected_bg_color, 0.1); + +@define-color shadow_color alpha(black, 0.5); + +@define-color osd_fg_color #eeeeec; +@define-color osd_bg_color alpha(#202526, 0.7); +@define-color osd_border_color alpha(black, 0.7); + +@import url("gtk-widgets-borders.css"); +@import url("gtk-widgets-borders-radiance.css"); +@import url("gtk-widgets-assets.css"); +@import url("gtk-widgets-assets-radiance.css"); +@import url("gtk-widgets.css"); +@import url("gtk-widgets-radiance.css"); +@import url("apps/geary.css"); +@import url("apps/unity.css"); +@import url("apps/unity-greeter.css"); +@import url("apps/baobab.css"); +@import url("apps/gedit.css"); +@import url("apps/nautilus.css"); +@import url("apps/gnome-panel.css"); +@import url("apps/gnome-terminal.css"); +@import url("apps/gnome-system-log.css"); +@import url("apps/glade.css"); +@import url("apps/california.css"); +@import url("apps/software-center.css"); +@import url("public-colors.css"); diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-assets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-assets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-assets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-assets.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,562 @@ +/*************** + * Resize grip * + ***************/ + +.grip { + background-color: transparent; + /*background-image: url("assets/resize-grip.svg");*/ +} + +/************************* + * Check and Radio items * + *************************/ + +/* draw regular check and radio items using our SVG assets */ +.check { + -gtk-icon-source: url("assets/check-unselected.png"); +} + +.check:hover { + -gtk-icon-source: url("assets/check-unselected-hover.png"); +} + +.check row, +.check row:selected, +.check row:selected:focus { + -gtk-icon-source: url("assets/check-unselected-alt.png"); +} + +.check row:hover, +.check row:selected:hover, +.check row:selected:focus:hover { + -gtk-icon-source: url("assets/check-unselected-hover-alt.png"); +} + +.check:insensitive { + -gtk-icon-source: url("assets/check-unselected-disabled.png"); +} + +.check row:insensitive { + background-color: transparent; +} + +.check row:insensitive, +.check row:selected:insensitive, +.check row:selected:focus:insensitive { + background-color: transparent; + -gtk-icon-source: url("assets/check-unselected-disabled-alt.png"); +} + +.check:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected.png"); +} + +.check:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover.png"); +} + +.check row:backdrop, +.check row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-alt.png"); +} + +.check row:hover:backdrop, +.check row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover-alt.png"); +} + +.check:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled.png"); +} + +.check row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled-alt.png"); +} + +.check:checked { + -gtk-icon-source: url("assets/check-selected.png"); +} + +.check:checked:hover { + -gtk-icon-source: url("assets/check-selected-hover.png"); +} + +.check row:checked, +.check row:selected:checked, +.check row:selected:focus:checked { + -gtk-icon-source: url("assets/check-selected-alt.png"); +} + +.check row:checked:hover, +.check row:selected:checked:hover, +.check row:selected:checked:focus:hover { + -gtk-icon-source: url("assets/check-selected-hover-alt.png"); +} + +.check:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled.png"); +} + +.check row:checked:insensitive, +.check row:selected:checked:insensitive, +.check row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled-alt.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover.png"); +} + +.check row:checked:backdrop, +.check row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-alt.png"); +} + +.check row:checked:hover:backdrop, +.check row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover-alt.png"); +} + +.check:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled.png"); +} + +.check row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled-alt.png"); +} + +.check:inconsistent { + -gtk-icon-source: url("assets/check-mixed.png"); +} + +.check:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover.png"); +} + +.check row:inconsistent, +.check row:selected:inconsistent, +.check row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/check-mixed-alt.png"); +} + +.check row:inconsistent:hover, +.check row:selected:inconsistent:hover, +.check row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled.png"); +} + +.check row:inconsistent:insensitive, +.check row:selected:inconsistent:insensitive, +.check row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled-alt.png"); +} + +.check:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed.png"); +} + +.check:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover.png"); +} + +.check row:inconsistent:backdrop, +.check row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-alt.png"); +} + +.check row:inconsistent:hover:backdrop, +.check row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled.png"); +} + +.check row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled-alt.png"); +} + +.radio { + -gtk-icon-source: url("assets/radio-unselected.png"); +} + +.radio:hover { + -gtk-icon-source: url("assets/radio-unselected-hover.png"); +} + +.radio row, +.radio row:selected, +.radio row:selected:focus { + -gtk-icon-source: url("assets/radio-unselected-alt.png"); +} + +.radio row:hover, +.radio row:selected:hover, +.radio row:selected:focus:hover { + -gtk-icon-source: url("assets/radio-unselected-hover-alt.png"); +} + +.radio:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled.png"); +} + +.radio row:insensitive { + background-color: transparent; +} + +.radio row:insensitive, +.radio row:selected:insensitive, +.radio row:selected:focus:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled-alt.png"); +} + +.radio:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected.png"); +} + +.radio:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover.png"); +} + +.radio row:backdrop, +.radio row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-alt.png"); +} + +.radio row:hover:backdrop, +.radio row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover-alt.png"); +} + +.radio:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled.png"); +} + +.radio row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled-alt.png"); +} + +.radio:checked { + -gtk-icon-source: url("assets/radio-selected.png"); +} + +.radio:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover.png"); +} + +.radio row:checked, +.radio row:selected:checked, +.radio row:selected:focus:checked { + -gtk-icon-source: url("assets/radio-selected-alt.png"); +} + +.radio row:checked:hover, +.radio row:selected:checked:hover, +.radio row:selected:focus:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled.png"); +} + +.radio row:insensitive, +.radio row:selected:checked:insensitive, +.radio row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled-alt.png"); +} + +.radio:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected.png"); +} + +.radio:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover.png"); +} + +.radio row:checked:backdrop, +.radio row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-alt.png"); +} + +.radio row:checked:hover:backdrop, +.radio row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled.png"); +} + +.radio row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled-alt.png"); +} + +.radio:inconsistent { + -gtk-icon-source: url("assets/radio-mixed.png"); +} + +.radio:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover.png"); +} + +.radio row:inconsistent, +.radio row:selected:inconsistent, +.radio row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover, +.radio row:selected:inconsistent:hover, +.radio row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled.png"); +} + +.radio row:inconsistent:insensitive, +.radio row:selected:inconsistent:insensitive, +.radio row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled-alt.png"); +} + +.radio:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed.png"); +} + +.radio:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover.png"); +} + +.radio row:inconsistent:backdrop, +.radio row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover:backdrop, +.radio row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled.png"); +} + +.radio row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled-alt.png"); +} + +.primary-toolbar .menu .check, +.menubar.toolbar .menu .check, +.header-bar .menu .check, +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .radio, +.menubar.toolbar .menu .radio, +.header-bar .menu .radio, +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .check:checked, +.menubar.toolbar .menu .check:checked, +.header-bar .menu .check:checked, +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:hover, +.menu .check:checked:hover { + -gtk-icon-source: url("assets/check-menuitem.png"); +} + +.primary-toolbar .menu .check:checked:insensitive, +.menubar.toolbar .menu .check:checked:insensitive, +.header-bar .menu .check:checked:insensitive, +.toolbar .menu .check:checked:hover:insensitive, +.menu .check:checked:insensitive, +.menu .check:checked:hover:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive.png"); +} + +.toolbar .menu .radio:checked:hover, +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem.png"); +} + +.primary-toolbar .menu .radio:checked:insensitive, +.menubar.toolbar .menu .radio:checked:insensitive, +.header-bar .menu .radio:checked:insensitive, +.toolbar .menu .radio:checked:hover:insensitive, +.menu .radio:checked:insensitive, +.menu .radio:checked:hover:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive.png"); +} + +.toolbar .menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.toolbar .menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.toolbar .menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} + +/********************* + * GtkScale's slider * + *********************/ +.scale.slider, +.scale.slider.horizontal { + background-image: url("assets/slider-horizontal.png"); +} + +.scale.slider:backdrop, +.scale.slider.horizontal:backdrop { + /*background-image: url("assets/slider-horizontal-disabled.png");*/ +} + +.scale.slider:hover, +.scale.slider.horizontal:hover { + background-image: url("assets/slider-horizontal-hover.png"); +} + +.scale.slider:focused, +.scale.slider.horizontal:focused { + background-image: url("assets/slider-horizontal-focused.png"); +} + +.scale.slider:hover:focused, +.scale.slider.horizontal:hover:focused { + background-image: url("assets/slider-horizontal-focused-hover.png"); +} + +.scale.slider:insensitive, +.scale.slider.horizontal:insensitive { + background-image: url("assets/slider-horizontal-disabled.png"); +} + +.scale.slider:insensitive:backdrop, +.scale.slider.horizontal:insensitive:backdrop { + /*background-image: url("assets/slider-horizontal-backdrop-disabled.png");*/ +} + +.scale.slider.vertical { + background-image: url("assets/slider-vertical.png"); +} + +.scale.slider.vertical:backdrop { + /*background-image: url("assets/slider-vertical-backdrop.png");*/ +} + +.scale.slider.vertical:hover { + background-image: url("assets/slider-vertical-hover.png"); +} + +.scale.slider.vertical:focused { + background-image: url("assets/slider-vertical-focused.png"); +} + +.scale.slider.vertical:hover:focused { + background-image: url("assets/slider-vertical-focused-hover.png"); +} + +.scale.slider.vertical:insensitive { + background-image: url("assets/slider-vertical-disabled.png"); +} + +.scale.slider.vertical:insensitive:backdrop { + /*background-image: url("assets/slider-vertical-backdrop-disabled.png");*/ +} + +/*.scale.scale-has-marks-above.slider.horizontal { + background-image: url("assets/slider-up.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:insensitive { + background-image: url("assets/slider-up-disabled.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop { + background-image: url("assets/slider-up-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-up-backdrop-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical { + background-image: url("assets/slider-left.png"); +} + +.scale.scale-has-marks-above.slider.vertical:insensitive { + background-image: url("assets/slider-left-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop { + background-image: url("assets/slider-left-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-left-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal { + background-image: url("assets/slider-down.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:insensitive { + background-image: url("assets/slider-down-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop { + background-image: url("assets/slider-down-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-down-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical { + background-image: url("assets/slider-right.png"); +} + +.scale.scale-has-marks-below.slider.vertical:insensitive { + background-image: url("assets/slider-right-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop { + background-image: url("assets/slider-right-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-right-backdrop-disabled.png"); +}*/ + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-assets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-assets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-assets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-assets-radiance.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,23 @@ +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-borders.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-borders.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-borders.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-borders.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,313 @@ +/* Borders */ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border: 1px solid #2e2e2c; + border-bottom-width: 0px; + border-radius: 4px 4px 0 0; +} + +/********* + * entry * + *********/ +.entry { + border-radius: 8px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.entry { + border-image: url("assets/entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:backdrop { + border-image: url("assets/backdrop-entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:focus { + border-image: url("assets/entry-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive { + border-image: url("assets/entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive:backdrop { + border-image: url("assets/backdrop-entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + border-radius: 8px; + border-width: 0; +} + +/****************** + * combobox entry * + ******************/ +GtkComboBox.combobox-entry .entry:first-child, +GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 1px 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +GtkComboBox.combobox-entry .entry:last-child, +GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +GtkComboBox.combobox-entry .button { + border-image: url("assets/combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:backdrop { + border-image: url("assets/backdrop-combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive { + border-image: url("assets/combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive:backdrop { + border-image: url("assets/backdrop-combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:active:focus { + border-image: url("assets/combobox-button-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:first-child, +.primary-toolbar GtkComboBox.combobox-entry .button:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:first-child, +.header-bar GtkComboBox.combobox-entry .entry:first-child, +.header-bar GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:last-child, +.primary-toolbar GtkComboBox.combobox-entry .button:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:last-child, +.header-bar GtkComboBox.combobox-entry .entry:last-child, +.header-bar GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +.notebook tab.top:active { + border-image: url("assets/notebook-tab-top.png") 8 10 1 10 / 8px 10px 1px 10px stretch; +} + +.notebook tab.right:active { + border-image: url("assets/notebook-tab-right.png") 10 8 10 1 / 10px 8px 10px 1px stretch; +} + +.notebook tab.bottom:active { + border-image: url("assets/notebook-tab-bottom.png") 1 10 8 10 / 1px 10px 8px 10px stretch; +} + +.notebook tab.left:active { + border-image: url("assets/notebook-tab-left.png") 10 1 10 8 / 10px 1px 10px 8px stretch; +} + +/* unfocused window: generic element borders */ +.button:backdrop, +GtkComboBox.combobox-entry .entry:backdrop, +GtkComboBox.combobox-entry .button:backdrop, +.entry:backdrop, +GtkSwitch.trough:backdrop, +.trough:backdrop { +} + +.trough, +.trough.highlight { + border-radius: 4px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.trough { + border-image: url("assets/progressbar-horizontal-trough.png") 6 7 6 7 / 6px 7px 6px 7px stretch; +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +.trough row { +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +GtkSwitch.trough { + border-image: url("assets/switch-trough-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.trough:active { + border-image: url("assets/switch-trough-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough, +.menubar.toolbar GtkSwitch.trough, +.header-bar GtkSwitch.trough { + border-image: url("assets/switch-trough-toolbar-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough:active, +.menubar.toolbar GtkSwitch.trough:active, +.header-bar GtkSwitch.trough:active { + border-image: url("assets/switch-trough-toolbar-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:active:backdrop, +GtkSwitch.trough:insensitive, +GtkSwitch.trough:active:insensitive { + border-image: url("assets/switch-trough-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.slider { + border-image: url("assets/switch-button-off.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +GtkSwitch.slider:active { + border-image: url("assets/switch-button-on.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:backdrop, +GtkSwitch.slider:insensitive { + border-image: url("assets/switch-button-off-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:active:backdrop, +GtkSwitch.slider:active:insensitive { + border-image: url("assets/switch-button-on-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-image: url("assets/progressbar-horizontal-fill.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical { + border-image: url("assets/progressbar-vertical-fill.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop { + border-image: url("assets/progressbar-horizontal-fill-backdrop.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical:backdrop { + border-image: url("assets/progressbar-vertical-fill-backdrop.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.scale.trough { + border-image: url("assets/scale-horizontal-trough.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:insensitive { + border-image: url("assets/scale-horizontal-trough-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:backdrop { + border-image: url("assets/scale-horizontal-trough-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical { + border-image: url("assets/scale-vertical-trough.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.vertical:insensitive { + border-image: url("assets/scale-vertical-trough-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left { + border-image: url("assets/scale-horizontal-fill.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical:backdrop { + border-image: url("assets/scale-vertical-trough-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left:insensitive { + border-image: url("assets/scale-horizontal-fill-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.left:backdrop { + border-image: url("assets/scale-horizontal-fill-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.bottom.vertical { + border-image: url("assets/scale-vertical-fill.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:insensitive { + border-image: url("assets/scale-vertical-fill-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:backdrop { + border-image: url("assets/scale-vertical-fill-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-borders-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-borders-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-borders-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-borders-radiance.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,38 @@ + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/radiance-entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/radiance-entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/radiance-combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/radiance-combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/radiance-combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border-color: #b8ab9c; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:32.000000000 +0000 @@ -0,0 +1,2126 @@ +* { + -GtkArrow-arrow-scaling: 0.6; + -GtkButton-child-displacement-x: 1; + -GtkButton-child-displacement-y: 1; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-interior-focus: true; + -GtkButton-inner-border: 3; + -GtkCheckButton-indicator-size: 18; + -GtkCheckMenuItem-indicator-size: 16; + -GtkEntry-inner-border: 2; + -GtkEntry-progress-border: 0; + -GtkExpander-expander-size: 8; + -GtkHTML-link-color: #60A655; /* @link_color */ + -GtkIMHtml-hyperlink-color: #60A655; /* @link_color */ + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 5px; + -GtkMenuBar-internal-padding: 0; + -GtkMenuItem-arrow-scaling: 0.6; + -GtkNotebook-tab-overlap: 1; + -GtkPaned-handle-size: 6; + -GtkProgressBar-min-horizontal-bar-height: 14; + -GtkProgressBar-min-vertical-bar-width: 14; + -GtkRange-trough-border: 0; + -GtkRange-slider-width: 14; + -GtkRange-stepper-size: 13; + -GtkRange-trough-under-steppers: 1; + -GtkRange-stepper-spacing: 0; + -GtkScale-trough-border: 0; + -GtkScrollbar-activate-slider: 1; + -GtkScrollbar-trough-border: 0; + -GtkScrollbar-min-slider-length: 31; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkSeparatorMenuItem-horizontal-padding: 0; + -GtkStatusbar-shadow-type: none; + -GtkTextView-error-underline-color: #df382c; /* @error_color */ + -GtkToolButton-icon-spacing: 6; + -GtkToolItemGroup-expander-size: 11; + -GtkToolbar-internal-padding: 0; + -GtkTreeView-expander-size: 8; + -GtkTreeView-vertical-separator: 0; + -GtkWidget-separator-width: 2; + -GtkWidget-separator-height: 2; + -GtkWidget-link-color: #60A655; /* @link_color */ + -GtkWidget-visited-link-color: #60A655; /* @link_color */ + -GtkWindow-resize-grip-width: 0; + -GtkWindow-resize-grip-height: 0; + -WnckTasklist-fade-overlay-rect: 0; + + background-origin: border-box; + background-clip: padding-box; +} + +.background { + color: @fg_color; + background-color: @bg_color; +} + +.background:backdrop { + color: @backdrop_fg_color; +} + +/* LP: #1285783 */ +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; +} + +GtkPaned { + background-color: @bg_color; +} + +/* Background hack to make DejaDup Assistant windows not turn black when + * overlay scrollbars are enabled. + */ +Assistant GtkEventBox { + background-color: @bg_color; +} + +/* ... and for Evolution's mail preferences window */ +EPreferencesWindow GtkNotebook GtkAlignment GtkVBox { + background-color: @bg_color; +} + +/************* + * assistant * + *************/ +GtkAssistant .sidebar .highlight { + color: @fg_color; + font: bold; +} + +GtkAssistant .sidebar { + background-color: shade (@bg_color, 0.97); + border-right-color: shade (@bg_color, 0.8); + border-radius: 0; + border-style: solid; + border-width: 0 1px 0 0; + padding: 12px; + + color: mix (@fg_color, @bg_color, 0.40); + text-shadow: 0 1px shade (@bg_color, 1.04); + + box-shadow: inset -1px 0 shade (@bg_color, 0.94); +} + +/********** + * button * + **********/ +.button { + padding: 5px 6px; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + + border: 1px solid transparent; + border-radius: 8px; + border-image-source: url("assets/button.png"); + + /* all button border images have the same size and are sliced in the same way */ + border-image-width: 10px 12px 10px 12px; + border-image-slice: 10 12 10 12; + border-image-repeat: stretch; +} + +.button.flat { + background-image: none; + border-image-source: none; +} + +.button:backdrop { + background-image: none; + background-color: @bg_color; + border-image-source: url("assets/backdrop-button.png"); + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +.button.flat:backdrop { + border-image-source: none; +} + +.button:focus { + border-image-source: url("assets/button-focused.png"); +} + +.button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.12)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.96))); + border-image-source: url("assets/button-hover.png"); +} + +.button:hover:backdrop { + background-color: shade (@bg_color, 1.04); + border-image-source: url("assets/backdrop-button-hover.png"); +} + +.button:hover:focus { + border-image-source: url("assets/button-focused-hover.png"); +} + +.button:insensitive { + background-image: none; + background-color: mix (#ebebeb, @bg_color, 0.5); + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + border-image-source: url("assets/button-disabled.png"); +} + +.button:insensitive:backdrop { + background-color: #ebebeb; + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); + border-image-source: url("assets/backdrop-button-disabled.png"); +} + +.button.flat:insensitive, +.button.flat:insensitive:backdrop { + background-color: transparent; + border-image-source: none; +} + +.button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + border-image-source: url("assets/button-active.png"); +} + +.button:checked:focus { + border-image-source: url("assets/button-active-focused.png"); +} + +.button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#dcdcdc), + to (#f3f3f3)); + border-image-source: url("assets/button-active-hover.png"); +} + +.button:active:focus { + border-image-source: url("assets/button-active-focused-hover.png"); +} + +.button:active:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#e3e3e3), + to (#f3f3f3)); + border-image-source: url("assets/button-active-disabled.png"); +} + +.button:checked:backdrop { + border-image-source: url("assets/backdrop-button-active.png"); +} + +.button:active:backdrop { + border-image-source: url("assets/backdrop-button-active-hover.png"); +} + +.button:checked:insensitive:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (#e3e3e3, @bg_color, 0.5)), + to (mix (#f3f3f3, @bg_color, 0.5))); + border-image-source: url("assets/backdrop-button-active-disabled.png"); +} + +.button.default { + border-image-source: url("assets/button-default.png"); +} + +.button.default:hover { + border-image-source: url("assets/button-default-hover.png"); +} + +.button.default:focus { + border-image-source: url("assets/button-default-focused.png"); +} + +.button.default:focus:hover { + border-image-source: url("assets/button-default-focused-hover.png"); +} + +/****************** + * Linked Widgets * + *****************/ +.linked > .entry, +.linked > .button, +.linked > GtkComboBox > .button { + border-radius: 0; + border-image-width: 10px 0 10px 0; + border-width: 1px 0 1px 0; + box-shadow: inset -1px 0 shade (@bg_color, 0.84); +} + +.linked > .entry:first-child, +.linked > .button:first-child, +.linked > GtkComboBox:first-child > .button { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; +} + +.linked > .entry:last-child, +.linked > .button:last-child, +.linked > GtkComboBox:last-child > .button { + border-image-width: 10px 12px 10px 0; + border-radius: 0 8px 8px 0; + box-shadow: none; +} + +.linked > .entry:only-child, +.linked > .button:only-child, +.linked > GtkComboBox:only-child > .button { + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +.primary-toolbar .linked .button, +.header-bar .linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.header-bar .linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.header-bar .linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4) +} + +.primary-toolbar .linked .button:active, +.header-bar .linked .button:active, +.primary-toolbar .linked .button:insensitive, +.header-bar .linked .button:insensitive { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:only-child, +.header-bar .linked .button:only-child { + box-shadow: none; +} + +/**************** + * cell and row * + ****************/ +.cell { + -GtkCheckButton-indicator-size: 16; + + background-color: @base_color; + border-radius: 0; + border-width: 0; +} + +row:selected { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@selected_bg_color, 1.06)), + to (shade (@selected_bg_color, 0.94))); + border-top-color: shade (@selected_bg_color, 0.88); + border-style: solid; + border-width: 1px 0 0 0; + + color: @selected_fg_color; +} + +row:selected:backdrop { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@backdrop_selected_bg_color, 1.06)), + to (shade (@backdrop_selected_bg_color, 0.94))); + border-top-color: shade (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + +/******************* + * check and radio * + *******************/ + +/* Draw a focus ring around the contained label ... */ +GtkCheckButton.text-button GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +GtkCheckButton.text-button:focus GtkLabel { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +/* ... unless it's a proper button, which already has a focus-colored border */ +.button.text-button:focus GtkLabel { + border: none; + background: none; +} + +.menu .radio * { + box-shadow: none; +} + +/***************** + * column-header * + *****************/ +column-header .button, +column-header .button:active { + border-radius: 0; + border-width: 0 1px 1px 0; + border-image: none; +} + +column-header .button { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.06)), + to (shade (@bg_color, 1.04))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); + + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.4); +} + +column-header .button:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.02))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.94)), + to (shade (@bg_color, 0.88))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.03), + inset 0 -1px shade (@bg_color, 1.03); +} + +column-header .button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.13)), + to (shade (@bg_color, 1.08))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + +column-header .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.1)), + to (shade (@bg_color, 1.06))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + + +column-header:nth-child(last) .button { + border-width: 0 0 1px 0; +} + +/**************** + * Content view * + ****************/ +.content-view.view { + background-color: shade (@bg_color, 1.01); +} + +.content-view.view:prelight { + background-color: shade (@bg_color, 1.03); +} + +.view:selected, +.view:active, +.content-view.view:selected, +.content-view.view:active { + background-color: @selected_bg_color; +} + +.content-view.view:insensitive { + background-color: @bg_color; +} + +.content-view.view:backdrop { + background-color: @bg_color; +} + +.content-view.view:selected:backdrop { + background-color: @backdrop_selected_bg_color; +} + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; +} + +/********* + * entry * + *********/ +.entry { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@base_color, 0.96)), + to (@base_color)); + padding: 5px 7px; + + color: @text_color; +} + +.entry:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@base_color, 0.96), @bg_color, 0.5)), + to (mix (@base_color, @bg_color, 0.5))); + color: @backdrop_text_color; +} + +.entry:selected, +.entry:selected:focused { + background-color: @selected_bg_color; + + color: @selected_fg_color; +} + +.entry:insensitive { + background-color: #f5f5f5; + background-image: none; + + color: mix (@text_color, @base_color, 0.4); +} + +.entry:insensitive:backdrop { + background-color: mix (#f5f5f5, @bg_color, 0.5); + + color: mix (@text_color, @base_color, 0.4); +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.8)), + color-stop (0.1, shade (@selected_bg_color, 0.9)), + to (shade (@selected_bg_color, 1.1))); + border-width: 0; + + color: @selected_fg_color; +} + +/************ + * expander * + ************/ +.expander { + color: @fg_color; +} + +/********* + * frame * + *********/ +.frame { + border-radius: 3px; + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.82); + border-image: none; + background: none; +} + +.frame.flat { + border: none; +} + +/**************** + * window-frame * + ****************/ + +.window-frame.csd.popup { + border-style: none; + border-radius: 0; + box-shadow: 0 3px 8px @shadow_color; +} + +.window-frame { + border: none; + border-radius: 2px 2px 0 0; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), + 0 6px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); + + /* this is used for the resize cursor area */ + margin: 15px; +} + +.window-frame:backdrop { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.12); +} + +.window-frame.tiled { + border-radius: 0; +} + +.window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: none; +} + +.window-frame.csd.message-dialog { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), + 0 3px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); +} + +/******* + * CSD * + *******/ +.titlebar { + border-radius: 0px; + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +.tiled .titlebar { + border-radius: 0; +} + +.maximized .titlebar { + border-radius: 0; +} + +/* this is the default titlebar that is added by GTK + * when client-side decorations are in use and the application + * does not set a custom titlebar. + */ +.titlebar.default-decoration { + border: none; + box-shadow: none; +} + +.titlebar .title { + font: bold; +} + +.titlebar:backdrop { + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + background-color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +/************ + * iconview * + ************/ +.view { + background-color: @base_color; + color: @text_color; +} + +GtkIconView.view.cell:selected, +GtkIconView.view.cell:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.0)), + to (shade (@selected_bg_color, 0.9))); + border-radius: 5px; + border-style: solid; + border-width: 1px; + border-color: shade (@selected_bg_color, 0.8); + border-bottom-color: shade (@selected_bg_color, 0.7); + + color: @selected_fg_color; + + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.05), + inset -1px 0 shade (@selected_bg_color, 1.05), + inset 0 1px shade (@selected_bg_color, 1.08), + inset 0 -1px shade (@selected_bg_color, 1.0); +} + +.rubberband { + background-color: alpha (@selected_bg_color, 0.35); + border-color: @selected_bg_color; + border-radius: 0; + border-style: solid; + border-width: 1px; +} + +GtkIconView.cell { + background-color: transparent; +} + +/*********** + * infobar * + ***********/ +.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@info_bg_color, 1.04)), + to (shade (@info_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @info_fg_color; + + border-color: shade (@info_bg_color, 0.8); + border-bottom-color: shade (@info_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@info_bg_color, 1.08), + inset -1px 0 shade (@info_bg_color, 1.08), + inset 0 1px shade (@info_bg_color, 1.1), + inset 0 -1px shade (@info_bg_color, 1.04); +} + +.warning { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@warning_bg_color, 1.04)), + to (shade (@warning_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @warning_fg_color; + + border-color: shade (@warning_bg_color, 0.8); + border-bottom-color: shade (@warning_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@warning_bg_color, 1.08), + inset -1px 0 shade (@warning_bg_color, 1.08), + inset 0 1px shade (@warning_bg_color, 1.1), + inset 0 -1px shade (@warning_bg_color, 1.04); +} + +.question { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@question_bg_color, 1.04)), + to (shade (@question_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @question_fg_color; + + border-color: shade (@question_bg_color, 0.8); + border-bottom-color: shade (@question_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@question_bg_color, 1.08), + inset -1px 0 shade (@question_bg_color, 1.08), + inset 0 1px shade (@question_bg_color, 1.1), + inset 0 -1px shade (@question_bg_color, 1.04); +} + +.error { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@error_bg_color, 1.04)), + to (shade (@error_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @error_fg_color; + + border-color: shade (@error_bg_color, 0.8); + border-bottom-color: shade (@error_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@error_bg_color, 1.08), + inset -1px 0 shade (@error_bg_color, 1.08), + inset 0 1px shade (@error_bg_color, 1.1), + inset 0 -1px shade (@error_bg_color, 1.04); +} + +/******** + * menu * + ********/ +GtkTreeMenu.menu, +.toolbar .header-bar .menu, +GtkMenuToolButton.menu, +.primary-toolbar .button .menu, +.header-bar .button .menu, +.menu { + background-image: none; + background-color: shade (@dark_bg_color, 1.08); + border-bottom-color: shade (@dark_bg_color, 0.96); + border-left-color: shade (@dark_bg_color, 0.8); + border-right-color: shade (@dark_bg_color, 0.8); + border-top-color: shade (@dark_bg_color, 0.96); + padding: 0; + border-width: 1px; + border-style: solid; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.18), + inset 0 -1px shade (@dark_bg_color, 1.18), + inset -1px 0 shade (@dark_bg_color, 1.16), + inset 1px 0 shade (@dark_bg_color, 1.18); + + margin: 1px; +} + +.toolbar .menu, +GtkComboBox .menu { + background-image: none; + background-color: @bg_color; + border-bottom-color: shade (@bg_color, 0.66); + border-left-color: shade (@bg_color, 0.7); + border-right-color: shade (@bg_color, 0.7); + border-top-color: shade (@bg_color, 0.8); + border-style: solid; + padding: 0; + + color: @fg_color; + + box-shadow: inset -1px 0 shade (@bg_color, 1.18), + inset 1px 0 shade (@bg_color, 1.18), + inset 0 1px shade (@bg_color, 1.18); +} + +.menu:selected { + background-color: @selected_bg_color; +} + +.menu.button:hover, +.menu.button:checked, +.menu.button:checked:insensitive, +.menu.button:insensitive, +.menu.button +{ + background-color: shade (@dark_bg_color, 1.08); + background-image: none; + border-radius: 0; + border-style: none; + border-width: 1px; +} + +.context-menu { + font: regular medium; +} + +/*********** + * menubar * + ***********/ +.menubar { + -GtkWidget-window-dragging: true; + + background-color: @dark_bg_color; + background-image: none; + border-width: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.menubar:backdrop { + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.8); +} + +/*************** + * menubaritem * + ***************/ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.38)), + to (shade (@dark_bg_color, 1.11))); + + box-shadow: inset 0 1px 1px 0 shade (@dark_bg_color, 1.8); + + color: shade (@dark_fg_color, 1.1); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +/************ + * menuitem * + ************/ +.menuitem { + -GtkMenuItem-horizontal-padding: 0; + background: transparent; + border-radius: 0; + padding: 3px 5px 3px 5px; + + text-shadow: none; +} + +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { +} + +GtkComboBox .menuitem *:hover { + color: @selected_fg_color; +} + +.popover .menuitem:checked:hover, +.menuitem:hover, +.menu .menuitem:hover { + border-radius: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.1)), + to (shade (@selected_bg_color, 0.9))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.7)), + to (shade (@selected_bg_color, 0.7))) 1; + border-image-width: 1px; + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.02), + inset -1px 0 shade (@selected_bg_color, 1.02), + inset 0 1px shade (@selected_bg_color, 1.16), + inset 0 -1px shade (@selected_bg_color, 0.96); + + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem.check:checked, +.menuitem.radio:checked { + color: @fg_color; +} + +.menu .menuitem.check:hover, +.menu .menuitem.radio:hover { + box-shadow: none; +} + +GtkTreeMenu.menu .menuitem:insensitive, +GtkTreeMenu.menu .menuitem *:insensitive, +.toolbar .header-bar .menu .menuitem:insensitive, +.toolbar .header-bar .menu .menuitem *:insensitive, +GtkMenuToolButton.menu .menuitem:insensitive, +GtkMenuToolButton.menu .menuitem *:insensitive, +.primary-toolbar .button .menu .menuitem:insensitive, +.primary-toolbar .button .menu .menuitem *:insensitive, +.header-bar .button .menu .menuitem:insensitive, +.header-bar .button .menu .menuitem *:insensitive, +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@dark_fg_color, @dark_bg_color, 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.toolbar .menu .menuitem:insensitive, +.toolbar .menu .menuitem *:insensitive, +GtkComboBox .menu .menuitem:insensitive, +GtkComboBox .menu .menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +.menuitem GtkCalendar, +.menuitem GtkCalendar.button, +.menuitem GtkCalendar.header, +.menuitem GtkCalendar.view { + background-color: @dark_bg_color; + background-image: none; + border-radius: 0; + border-style: solid; + border-width: 0; + padding: 0; + + color: @dark_fg_color; +} + +.menuitem GtkCalendar { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; +} + +.menuitem GtkCalendar:inconsistent { + color: shade (@bg_color, 0.6); +} + +.menuitem .entry { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; + + color: @dark_fg_color; + + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 0.9))) 1; + border-image-width: 1px; +} + +.primary-toolbar GtkScale.trough, +.primary-toolbar GtkScale.trough:backdrop, +.header-bar GtkScale.trough, +.header-bar GtkScale.trough:backdrop, +.menuitem GtkScale.trough { + background-color: @dark_bg_color; + background-image: none; + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 1.15))) 1; + border-image-width: 1px; +} + +.menuitem .accelerator { + color: alpha (@dark_fg_color, 0.5); +} + +.menuitem .accelerator:hover { + color: alpha (@selected_fg_color, 0.8); +} + +.menuitem .accelerator:insensitive { + color: alpha (mix (@dark_fg_color, @dark_bg_color, 0.5), 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.menuitem > GtkBox > GtkImage + GtkLabel { + padding-left: 6px; +} + +/************ + * notebook * + ************/ +.notebook tab.top { padding: 4px 6px 2px 6px; } +.notebook tab.top:active { padding-bottom: 3px; } +.notebook tab.bottom { padding: 2px 6px 4px 6px; } +.notebook tab.bottom:active { padding-top: 3px; } +.notebook tab.left { padding: 2px 4px 2px 6px; } +.notebook tab.left:active { padding-right: 5px; } +.notebook tab.right { padding: 2px 6px 2px 4px; } +.notebook tab.right:active { padding-left: 5px; } + +/* give active tab a background, as it might be dragged across of others when reordering */ +.notebook tab:active { + background-color: @bg_color; +} + +.notebook.header { + border-width: 0; /* set below depending on position of tab bar */ + border-color: shade (@bg_color, 0.82); + border-style: solid; +} + +/* Draw a border between tabs and content ... */ +.notebook.header.top { border-bottom-width: 1px; } +.notebook.header.right { border-left-width: 1px; } +.notebook.header.left { border-right-width: 1px; } +.notebook.header.bottom { border-top-width: 1px; } + +/* ... unless the content is in a frame (thus having a border itself */ +.notebook.header.frame.top { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.bottom { border: none; } + +.notebook tab.top { + border-image: -gtk-gradient (linear, left top, left bottom, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +.notebook tab.right { + border-image: -gtk-gradient (linear, right top, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.left { + border-image: -gtk-gradient (linear, left top, right top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.bottom { + border-image: -gtk-gradient (linear, left bottom, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +/* Draw a focus ring around labels in tabs */ +.notebook tab GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +.notebook:focus tab GtkLabel.active-page { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +.notebook GtkDrawingArea { + background-color: shade (@bg_color, 1.02); +} + +/****************** + * pane separator * + ******************/ +.sidebar .pane-separator, +.pane-separator { + background-color: transparent; + border-color: shade (@bg_color, 0.84); +} + +/************************* + * progressbar and scale * + *************************/ +GtkScale, +GtkProgressBar { + border-radius: 8px; + border-width: 0px; + padding: 1px; +} + +.scale.trough { + margin: 7px 0 6px 0; +} + +.scale.trough.vertical { + margin: 0 7px 0 6px; +} + +.menubar .menuitem .scale.highlight.left, +.scale.highlight.left, +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #8FAF53; + border-style: solid; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop, +.scale.highlight.bottom:backdrop, +.progressbar.vertical:backdrop { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #b0b0b0; +} + +.scale.highlight.left:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.scale.highlight.bottom:insensitive { + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.trough, +.trough row, +.trough row:hover, +.trough row:selected, +.trough row:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#d1d1d1), + to (#e8e8e8)); + border-style: solid; + border-width: 1px; + + color: @text_color; +} + +.trough.vertical { + background-image: -gtk-gradient (linear, left top, right top, + from (#d1d1d1), + to (#e8e8e8)); +} + +/* level bars as used for password quality or remaining power */ + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; +} + +GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; +} + +.level-bar.trough { + padding: 2px; +} + +.level-bar.fill-block { + border-width: 1px; + border-style: solid; + + border-color: @selected_bg_color; + background-color: #8FAF53; +} + +.level-bar.indicator-continuous.fill-block { + padding: 2px; + border-radius: 2px; +} + +.level-bar.fill-block:backdrop, +.level-bar.fill-block.level-high:backdrop, +.level-bar.fill-block.level-low:backdrop { + background-color: #b0b0b0; + border-color: #b0b0b0; + background-image: none; +} + + +.level-bar.indicator-discrete.fill-block.horizontal { + margin: 0 1px; +} + +.level-bar.indicator-discrete.fill-block.vertical { + margin: 1px 0; +} + +.level-bar.fill-block.level-high { + border-color: shade(@success_color, 0.85); + background-image: linear-gradient(to bottom, + shade(@success_color, 1.2), + @success_color 75%, + shade(@success_color, 0.95) + ); +} + +.level-bar.fill-block.level-low { + border-color: shade(@warning_bg_color, 0.80); + background-image: linear-gradient(to bottom, + shade(@warning_bg_color, 1.3), + @warning_bg_color 75%, + shade(@warning_bg_color, 0.90) + ); +} + +.level-bar.fill-block.empty-fill-block { + background-color: transparent; + background-image: none; + border-color: alpha(@bg_color, 0.1); +} + +.level-bar.fill-block.empty-fill-block:backdrop { + border-color: transparent; + background-color: transparent; +} + +GtkScale { + -GtkRange-slider-width: 18; + -GtkRange-trough-border: 0; + -GtkScale-slider-length: 14; +} + +GtkScale.vertical { + -GtkScale-slider-length: 13; +} + +.scale.trough.highlight { + background-color: #8FAF53; + background-image: none; + background-clip: content-box; +} + +.scale.trough.highlight:insensitive { + background-color: #b5b5b5; + background-image: none; +} + +.scale.trough.highlight.left { + margin: 7px 0 7px 0; +} + +.scale.trough.highlight:backdrop { + background-color: #dcdcdc; + background-image: none; +} + +.scale.trough.highlight.bottom { + margin: 0 7px 0 7px; +} + +GtkScale.mark { + border-color: shade (@bg_color, 0.8); +} + +/************* + * scrollbar * + *************/ +.scrollbar, +.scrollbar.vertical { + -GtkScrollbar-has-backward-stepper: 0; + -GtkScrollbar-has-forward-stepper: 0; + -GtkRange-slider-width: 14; + + border-radius: 20px; + + border-image: none; +} + +.scrollbar.trough, +.scrollbar.trough.vertical { + border-color: shade (@bg_color, 0.8); +} + +.scrollbar.slider, +.scrollbar.slider:hover, +.scrollbar.button, +.scrollbar.slider.vertical, +.scrollbar.slider.vertical:hover, +.scrollbar.button.vertical { + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.86); + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.01), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); +} + +.scrollbar.slider.horizontal, +.scrollbar.slider.horizontal:hover, +.scrollbar.button.horizontal { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.1), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.01); +} + +/* overlay scrollbar */ +OsThumb { + color: shade (@fg_color, 1.6); +} + +OsThumb:selected, +GtkScrollbar:selected { + background-color: @selected_bg_color; +} + +OsThumb:active, +GtkScrollbar:active { + background-color: shade (@bg_color, 0.6); +} + +OsThumb:insensitive, +GtkScrollbar:insensitive { + background-color: shade (@bg_color, 0.85); +} + +/******************* + * scrolled window * + *******************/ +.ubuntu-online-accounts.frame, +GtkScrolledWindow.frame { + border-top-color: shade (@bg_color, 0.84); + border-right-color: shade (@bg_color, 0.76); + border-bottom-color: shade (@bg_color, 0.86); + border-left-color: shade (@bg_color, 0.76); + border-radius: 0; + border-style: solid; +} + +.ubuntu-online-accounts.frame { + border-top-width: 0; +} + +/************* + * separator * + *************/ +.separator { + border-width: 1px; + border-style: solid; + border-image: none; + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +GtkTreeView.view.separator, +GtkTreeView.separator, +.separator, +.separator:hover { + color: shade (@bg_color, 0.92); +} + +.separator.horizontal { + border-width: 1px 0 1px 0; +} + +.separator.vertical { + border-width: 0 1px 0 1px; +} + +GtkComboBox .separator { + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +.button .separator, +.button.separator { + border-color: shade (@button_bg_color, 0.9); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +.button .separator:insensitive, +.button.separator:insensitive { + border-color: shade (@button_insensitive_bg_color, 0.96); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.3); + border-right-color: alpha (shade (@bg_color, 1.26), 0.3); +} + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + border: none; + color: @dark_bg_color; +} + +GtkTreeMenu .menuitem.separator, +.toolbar .header-bar .menuitem.separator, +GtkMenuToolButton .menuitem.separator, +.primary-toolbar .button .menuitem.separator, +.header-bar .button .menuitem.separator, +.menuitem.separator { + border-color: shade (@dark_bg_color, 0.99); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +.toolbar .menuitem.separator, +GtkComboBox .menuitem.separator { + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +/*********** + * sidebar * + ***********/ +.sidebar row:selected { + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +.sidebar .frame { + border-width: 0; +} + +/************** + * spinbutton * + **************/ +.spinbutton.button:active, +.spinbutton.button:insensitive, +.spinbutton.button { + border-radius: 0; +} + +.spinbutton.button:active:nth-child(last), +.spinbutton.button:insensitive:nth-child(last) +.spinbutton.button:nth-child(last), +.spinbutton.button:active:backdrop:nth-child(last), +.spinbutton.button:insensitive:backdrop:nth-child(last), +.spinbutton.button:backdrop:nth-child(last) { + border-radius: 0 7px 7px 0; +} + +.spinbutton.button, +.spinbutton.button:active, +.spinbutton.button:backdrop, +.spinbutton.button:active:backdrop, +.spinbutton.button:hover, +.spinbutton.button:hover:backdrop { + background-image: none; + background-color: transparent; + border-image: none; + border-width: 0 0 0 1px; + border-left-color: alpha (shade (@bg_color, 0.6), 0.22); +} + +.spinbutton.button:active { + background-image: -gtk-gradient (radial, center center, 0.0, center center, 0.5, + from (alpha (@selected_bg_color, 0.2)), + to (alpha (@selected_bg_color, 0.0))); +} + +.spinbutton.button:insensitive, +.spinbutton.button:insensitive:backdrop { + border-left-color: alpha (shade (@bg_color, 0.6), 0.18); + + color: shade (@bg_color, 0.66); +} + +.spinbutton, +.spinbutton:hover { + color: @fg_color; +} + +/*********** + * spinner * + ***********/ +@keyframes spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.spinner { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + color: @selected_bg_color; + opacity: 0; +} + +.spinner:active { + animation: spinner 1s infinite linear; + opacity: 1; +} + +.spinner:active:backdrop { + color: @backdrop_fg_color; +} + +.spinner:active:insensitive { + opacity: 0.5; +} + +/************* + * statusbar * + *************/ +GtkStatusbar { +} + +/********** + * switch * + **********/ +GtkSwitch { + border-radius: 8px; + padding: 0; +} + +GtkSwitch.trough { + border-radius: 8px; + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.trough:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.93)), + to (shade (@selected_bg_color, 0.99))); + + color: @selected_fg_color; + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +GtkSwitch:focus { + outline: 2px solid @focus_color; + outline-offset: -2px; + outline-radius: 6px; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.93)), + to (shade (@bg_color, 0.99))); + + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.slider { + padding: 1px; + border-radius: 6px; + border-style: solid; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); +} + +GtkSwitch.slider:backdrop { + background-image: none; + background-color: @bg_color; + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +/************ + * textview * + ************/ +GtkTextView { + background-color: @base_color; +} + +.header-bar { + padding: 2px 6px; +} + +/* + * Header Bars + * + * The following rules only style header bars when they are used as a window's + * titlebar widget (i.e., they have .titlebar set as well). + * + * Some applications reuse their header bar as a primary toolbar on desktops + * that prefer showing traditional title bars. The rules for those are further + * down grouped with normal toolbars. + */ +.titlebar.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (@dark_bg_color)); + border-color: shade (@dark_bg_color, 1.5); + border-style: solid; + border-width: 1px 0 0 0; + border-radius: 0 0 0 0; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.65); +} + +.titlebar.header-bar .title { + font: bold; +} + +.titlebar.header-bar .subtitle { + font-size: smaller; + opacity: 0.5; +} + +.titlebar.header-bar:backdrop { + color: @backdrop_fg_color; + background-image: none; + background-color: @dark_bg_color; + border-top-color: @dark_bg_color; +} + +.maximized .titlebar.header-bar { + border-radius: 0; + border: none; +} + +.titlebar.header-bar .button.titlebutton { + background-clip: padding-box; + border: 1px solid #d0c7bf; + color: #8b8379; + icon-shadow: 0 1px rgba(255, 255, 255, 0.5); + border-radius: 9px; + padding: 0; + box-shadow: none; + background-image: linear-gradient(to top, #d5d2ce, #ece8e4 50%, #f7f4f3); +} + +.titlebar.header-bar .button.titlebutton.close { + color: #7F7F7F; + icon-shadow: 0 1px rgba(255, 255, 255, 0.25); + background-image: linear-gradient(to top, #96C16D, #BEDCA1 60%, #C6E2AB); +} + +.titlebar.header-bar .button.titlebutton.close:hover { + background-image: linear-gradient(to top, #96C16D, #C8E7A9 25%, #C6E2AB); +} + +.titlebar.header-bar .button.titlebutton:hover, +.titlebar.header-bar .button.titlebutton:backdrop:hover { + background-image: linear-gradient(to top, #e2e1df, #f8f6f3 50%, #fcfbf9); +} + +.titlebar.header-bar .button.titlebutton:active { + icon-shadow: none; + background-image: linear-gradient(to top, #fcfbf8, #fbf9f6); +} + +.titlebar.header-bar .button.titlebutton.close:active { + background-image: linear-gradient(to top, #96C16D, #AFCA94); +} + +.titlebar.header-bar .button.titlebutton:backdrop { + color: #8b8379; + icon-shadow: none; + background-image: linear-gradient(to top, #ece9e6, #e8e4e1); +} + +/*********** + * toolbar * + ***********/ +.toolbar { + border-style: none; + padding: 1px; + + color: @fg_color; + text-shadow: none; +} + +.toolbar:backdrop { + color: @backdrop_fg_color; +} + +/******************* + * primary-toolbar * + *******************/ +.primary-toolbar, +.header-bar { + -GtkWidget-window-dragging: true; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + border-style: solid; + border-width: 1px 0 1px 0; + border-radius: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + + box-shadow: none; +} + +.primary-toolbar:backdrop, +.header-bar:backdrop { + background-image: none; + background-color: @dark_bg_color; + box-shadow: none; + border-top-color: @dark_bg_color; + border-bottom-color: shade (@dark_bg_color, 0.9); + + color: @backdrop_dark_fg_color; +} + +.primary-toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.primary-toolbar .button, +.header-bar .button, +.primary-toolbar .button.flat:hover { + background: transparent; + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + border-image-source: url("assets/radiance-button-toolbar.png"); +} + +.primary-toolbar .button.flat { + border-image-source: none; + background: transparent; +} + +.primary-toolbar .button:focused, +.header-bar .button:focused { + border-image-source: url("assets/radiance-button-toolbar-focused.png"); +} + +.primary-toolbar .button:active, +.primary-toolbar .button:checked, +.header-bar .button:active, +.header-bar .button:checked { + border-image-source: url("assets/radiance-button-toolbar-active.png"); +} + +.primary-toolbar .button:active:focused, +.primary-toolbar .button:checked:focused, +.header-bar .button:active:focused, +.header-bar .button:checked:focused { + border-image-source: url("assets/radiance-button-toolbar-active-focused.png"); +} + +.primary-toolbar .button:backdrop, +.header-bar .button:backdrop { + background-color: transparent; + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.9); + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:hover:backdrop, +.header-bar .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.98)), + to (shade (@dark_bg_color, 0.94))); +} + +.primary-toolbar .button.flat:backdrop { + border-image-source: none; +} + +.primary-toolbar .button.flat:hover:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:active:backdrop, +.primary-toolbar .button:checked:backdrop, +.header-bar .button:active:backdrop, +.header-bar .button:checked:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar-active.png"); +} + +.primary-toolbar .button:hover, +.primary-toolbar .button:checked, +.header-bar .button:hover, +.header-bar .button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.2)), + to (shade (@dark_bg_color, 1.1))); +} + +.primary-toolbar .button:active, +.header-bar .button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.primary-toolbar .button:active:hover, +.menubar.toolbar .button:active:hover, +.header-bar .button:active:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); +} + +.primary-toolbar .button:checked:insensitive, +.primary-toolbar .button:insensitive, +.header-bar .button:checked:insensitive, +.header-bar .button:insensitive { + text-shadow: none; +} + +.primary-toolbar .button:insensitive, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.01)), + to (shade (@dark_bg_color, 0.99))); +} + +.primary-toolbar .button.flat:insensitive { + background-image: none; +} + +.primary-toolbar .button:checked:insensitive, +.header-bar .button:checked:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.94)), + to (shade (@dark_bg_color, 1.02))); +} + +.primary-toolbar GtkSeparatorToolItem, +.primary-toolbar .separator, +.primary-toolbar .separator:insensitive, +.header-bar GtkSeparatorToolItem, +.header-bar .separator, +.header-bar .separator:insensitive { + border-color: alpha (shade (@dark_bg_color, 0.94), 0.35); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* inline-toolbar */ +.inline-toolbar.toolbar { + -GtkToolbar-button-relief: normal; + + border-right-color: shade (@bg_color, 0.86); + border-bottom-color: shade (@bg_color, 0.88); + border-left-color: shade (@bg_color, 0.86); + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#f2f1ef, 0.93)), + color-stop (0.08, #f2f1ef), + to (#ffffff)); + border-width: 0 1px 1px 1px; + border-style: solid; + border-radius: 3px; + border-top-right-radius: 0; + border-top-left-radius: 0; + padding: 3px 4px 4px 4px; +} + +.inline-toolbar.toolbar .button { + padding: 4px; + + icon-shadow: 0 1px shade (@bg_color, 1.16); +} + +/* Middle button */ +.inline-toolbar.toolbar .button, +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar .button:focus, +.inline-toolbar.toolbar .button:focus:active, +.inline-toolbar.toolbar .button:insensitive, +.inline-toolbar.toolbar .button:backdrop, +.inline-toolbar.toolbar .button:backdrop:insensitive, +.inline-toolbar.toolbar GtkToolButton .button, +.inline-toolbar.toolbar GtkToolButton .button:active, +.inline-toolbar.toolbar GtkToolButton .button:focus, +.inline-toolbar.toolbar GtkToolButton .button:focus:active, +.inline-toolbar.toolbar GtkToolButton .button:insensitive, +.inline-toolbar.toolbar GtkToolButton .button:backdrop, +.inline-toolbar.toolbar GtkToolButton .button:backdrop:insensitive { + border-right-width: 0; + border-left-width: 0; + border-image-width: 10px 0 10px 0; + border-radius: 0; +} + +/* Leftmost button */ +.inline-toolbar.toolbar .button:first-child, +.inline-toolbar.toolbar .button:active:first-child, +.inline-toolbar.toolbar .button:focus:first-child, +.inline-toolbar.toolbar .button:focus:active:first-child, +.inline-toolbar.toolbar .button:insensitive:first-child, +.inline-toolbar.toolbar .button:backdrop:first-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:first-child, +.inline-toolbar.toolbar GtkToolButton:first-child .button, +.inline-toolbar.toolbar GtkToolButton:first-child .button:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop:insensitive { + border-left-width: 1px; + border-right-width: 0; + border-image-width: 10px 0 10px 12px; + border-radius: 8px; + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +/* Rightmost button */ +.inline-toolbar.toolbar .button:last-child, +.inline-toolbar.toolbar .button:active:last-child, +.inline-toolbar.toolbar .button:focus:last-child, +.inline-toolbar.toolbar .button:focus:active:last-child, +.inline-toolbar.toolbar .button:insensitive:last-child, +.inline-toolbar.toolbar .button:backdrop:last-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:last-child, +.inline-toolbar.toolbar GtkToolButton:last-child .button, +.inline-toolbar.toolbar GtkToolButton:last-child .button:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop:insensitive { + border-left-width: 0; + border-right-width: 1px; + border-image-width: 10px 12px 10px 0; + border-radius: 8px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +/* Single button */ +.inline-toolbar.toolbar .button:only-child, +.inline-toolbar.toolbar .button:active:only-child, +.inline-toolbar.toolbar .button:focus:only-child, +.inline-toolbar.toolbar .button:focus:active:only-child, +.inline-toolbar.toolbar .button:insensitive:only-child, +.inline-toolbar.toolbar .button:backdrop:only-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:only-child, +.inline-toolbar.toolbar GtkToolButton:only-child .button, +.inline-toolbar.toolbar GtkToolButton:only-child .button:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop:insensitive { + border-right-width: 1px; + border-left-width: 1px; + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +/*********** + * tooltip * + ***********/ +.tooltip { + background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8, + from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)), + to (alpha (@tooltip_bg_color, 0.86))); + border-color: alpha (#ffffff, 0.2); + border-radius: 5px; + border-style: solid; + border-width: 1px; + + background-color: @tooltip_bg_color; + color: @tooltip_fg_color; +} + +/************ + * treeview * + ************/ +GtkTreeView.dnd { + border-color: shade (@selected_bg_color, 1.12); + border-radius: 2px; + border-width: 1px; + border-style: solid; +} + +GtkTreeView .entry { + background-image: none; +} + +/************ + * viewport * + ************/ +GtkViewport.frame { + border-width: 0; +} + +/************ + * listbox * + ************/ +.list-row.button { + border-image: none; + border-style: none; + border-radius: 0; + background-image: none; +} + +.list-row.button:selected { + text-shadow: none; +} + +/************ + * popover * + ************/ +.popover { + background-clip: border-box; + + border-radius: 5px; + border: 1px solid darker(@bg_color); + + box-shadow: 0 2px 3px @shadow_color; + margin: 10px; + padding: 2px; +} + +.popover:backdrop { + box-shadow: none; +} + +/* Popover menuitems are actually buttons. The following rules reset most of + * the button styles for them. + */ +.popover .menuitem, +.popover .menuitem:checked, +.popover .menuitem:hover, +.popover .menuitem:active, +.popover .menuitem:insensitive, +.popover .menuitem:backdrop { + border-image: none; + border: none; + text-shadow: none; + border-radius: 3px; +} + +.popover .menuitem:backdrop:hover { + border: none; + border-image: none; + background: transparent; + color: @fg_color; +} + +.popover .menuitem:checked, +.popover .menuitem.check, +.popover .menuitem.check:checked, +.popover .menuitem.radio, +.popover .menuitem.radio:checked { + background-image: none; + border: none; +} + +.popover .menuitem:insensitive, +.popover .menuitem *:insensitive { + text-shadow: none; + background: none; +} + + +/* OSD overlays */ +.osd, +.osd:backdrop { + color: @osd_fg_color; + background-color: @osd_bg_color; + border-color: @osd_border_color; +} + +.osd.toolbar { + padding: 12px; + border-radius: 8px; +} + +.osd .button, +.osd .button:backdrop { + color: @osd_fg_color; + background: none; + border: none; + padding: 12px; + border-radius: 8px; + transition: all 100ms ease-in-out; +} + +.osd .button:hover { + color: lighter(@osd_fg_color); + icon-shadow: 0 0 3px @osd_fg_color; +} + +.osd .button:active { + color: darker(@osd_fg_color); + icon-shadow: none; +} + +.osd .scale { + margin-left: 9px; + margin-right: 9px; +} + +/***************************************************************************** + * states [please keep this section at the end of the file (CSS precedence)] * + *****************************************************************************/ +*:insensitive { + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +*:selected, +*:selected:focused { + background-color: alpha (@selected_bg_color, 0.9); + + color: @selected_fg_color; +} + +*:selected:backdrop, +*:selected:focused:backdrop { + background-color: alpha (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/gtk-widgets-radiance.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,155 @@ +/* Set up shadows and hilights for button visual separation */ +.primary-toolbar .linked .button, +.primary-toolbar .button.raised.linked, +.primary-toolbar .raised.linked .button, +.menubar.toolbar .linked .button, +.menubar.toolbar .button.raised.linked, +.menubar.toolbar .raised.linked .button, +.header-bar .linked .button, +.header-bar .button.raised.linked, +.header-bar .button.raised.linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.primary-toolbar .button.raised.linked:first-child, +.primary-toolbar .raised.linked .button:first-child, +.menubar.toolbar .linked .button:first-child, +.menubar.toolbar .button.raised.linked:first-child, +.menubar.toolbar .raised.linked .button:first-child, +.header-bar .linked .button:first-child, +.header-bar .button.raised.linked:first-child, +.header-bar .raised.linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.primary-toolbar .button.raised.linked:last-child, +.primary-toolbar .raised.linked .button:last-child, +.menubar.toolbar .linked .button:last-child, +.menubar.toolbar .button.raised.linked:last-child, +.menubar.toolbar .raised.linked .button:last-child, +.header-bar .linked .button:last-child, +.header-bar .button.raised.linked:last-child, +.header-bar .raised.linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1) +} + +.primary-toolbar .linked .button:active, +.primary-toolbar .button.raised.linked:active, +.primary-toolbar .raised.linked .button:active, +.menubar.toolbar .linked .button:active, +.menubar.toolbar .button.raised.linked:active, +.menubar.toolbar .raised.linked .button:active, +.header-bar .linked .button:active, +.header-bar .button.raised.linked:active, +.header-bar .raised.linked .button:active { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:insensitive, +.primary-toolbar .button.raised.linked:insensitive, +.primary-toolbar .raised.linked .button:insensitive, +.menubar.toolbar .linked .button:insensitive, +.menubar.toolbar .button.raised.linked:insensitive, +.menubar.toolbar .raised.linked .button:insensitive, +.header-bar .linked .button:insensitive, +.header-bar .button.raised.linked:insensitive, +.header-bar .raised.linked .button:insensitive { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:backdrop:last-child, +.primary-toolbar .button.raised.linked:backdrop:last-child, +.primary-toolbar .raised.linked .button:backdrop:last-child, +.menubar.toolbar .linked .button:backdrop:last-child, +.menubar.toolbar .button.raised.linked:backdrop:last-child, +.menubar.toolbar .raised.linked .button:backdrop:last-child, +.header-bar .linked .button:backdrop:last-child, +.header-bar .button.raised.linked:backdrop:last-child, +.header-bar .raised.linked .button:backdrop:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1); +} + +.menubar { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menuitem:hover, +.menu .menuitem:hover { + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +/* for the playback menu item in the sound menu */ +.menu .spinner, +.menu .spinner:hover { + color: @selected_bg_color; +} + +/* primary-toolbar */ +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar.toolbar, +.menubar.toolbar, +.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar :insensitive, +.menubar.toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar GtkComboBox, +.primary-toolbar .button *, +.primary-toolbar .button, +.menubar.toolbar GtkComboBox, +.menubar.toolbar .button *, +.menubar.toolbar .button, +.header-bar GtkComboBox, +.header-bar .button *, +.header-bar .button { + text-shadow: 0 1px alpha (shade (@dark_bg_color, 1.25), 0.32); +} + +.primary-toolbar .raised .button, +.primary-toolbar .raised.button, +.primary-toolbar .button:hover, +.primary-toolbar .button:active, +.primary-toolbar .button:insensitive, +.menubar.toolbar .raised .button, +.menubar.toolbar .raised.button, +.menubar.toolbar .button:hover, +.menubar.toolbar .button:active, +.menubar.toolbar .button:insensitive, +.header-bar .raised .button, +.header-bar .raised.button, +.header-bar .button:hover, +.header-bar .button:active, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.03)), + to (shade (@dark_bg_color, 0.96))); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/public-colors.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/public-colors.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/public-colors.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/public-colors.css 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,23 @@ +/* + * Some applications depend on these named colors. + */ + +@define-color theme_fg_color @fg_color; +@define-color theme_bg_color @bg_color; +@define-color theme_base_color @base_color; +@define-color theme_selected_bg_color @selected_bg_color; +@define-color theme_selected_fg_color @selected_fg_color; +@define-color insensitive_bg_color @bg_color; +@define-color insensitive_fg_color @fg_color; +@define-color insensitive_base_color @base_color; +@define-color theme_unfocused_fg_color @backdrop_fg_color; +@define-color theme_unfocused_bg_color @bg_color; +@define-color theme_unfocused_base_color @base_color; +@define-color theme_unfocused_selected_bg_color @selected_bg_color; +@define-color theme_unfocused_selected_fg_color @selected_fg_color; +@define-color borders shade(@bg_color, 0.82); +@define-color unfocused_borders transparent; + +@define-color warning_color @warning_fg_color; +@define-color error_color @error_fg_color; +@define-color success_color @success_color; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/settings.ini radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/settings.ini --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/settings.ini 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/gtk-3.0/settings.ini 2015-05-13 00:10:40.000000000 +0000 @@ -0,0 +1,4 @@ +[Settings] +gtk-color-scheme = "base_color:#ffffff\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nselected_bg_color:#6AA022\ntext_color:#3C3C3C\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#6CA028\nbg_color_dark:#3C3C3C\nfg_color_dark:#DFDFDF" +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = true diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/index.theme radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/index.theme --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/index.theme 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/index.theme 2014-10-09 23:14:29.000000000 +0000 @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Radiance-ZRAVE-Green +Comment=Ubuntu Radiance theme, In New Colors By RAVEfinity 14.04 Build +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Radiance-ZRAVE-Green +MetacityTheme=Radiance-ZRAVE-Green +IconTheme=ubuntu-mono-light +CursorTheme=DMZ-White +ButtonLayout=close,minimize,maximize: Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/close_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/close_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/close_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/close_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/close_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/close_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/close.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/close.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/close_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/close_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/close_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/close_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/close_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/close_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/close_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/close_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/maximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/maximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/maximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/maximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/maximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/maximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/maximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/maximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/maximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/maximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/maximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/maximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/maximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/maximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/maximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/maximize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/menu.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/menu.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/menu_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/menu_prelight.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/metacity-theme-1.xml radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/metacity-theme-1.xml --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/metacity-theme-1.xml 2014-10-09 23:18:09.000000000 +0000 @@ -0,0 +1,530 @@ +<?xml version="1.0"?> + +<metacity_theme> +<info> + <name>Radiance-ZRAVE-Green</name> + <author>Kenneth Wimer, James Schriver, Andrea Cimitan, Jared Sot (RAVEfinity Project)</author> + <copyright>Canonical Ltd.</copyright> + <date>April, 2014</date> + <description>Metacity theme</description> +</info> + +<!-- general window layout --> +<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="19"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="18"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="3"/> + <distance name="right_width" value="3"/> + <distance name="bottom_height" value="3"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- window title --> + +<draw_ops name="draw_title_text_normal"> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="shade/#DFDFDF/1.06" x="9" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/1.06" x="11" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/0.4" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title_text_unfocused"> + <title color="shade/#DFDFDF/1.08" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="#A3A3A3" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/1.06" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.18" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.08" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.08" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility"> + <include name="draw_title" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_unfocused"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/0.96" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#EDEDED" /> + <color value="shade/#EDEDED/0.98" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.02" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.02" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility_unfocused"> + <include name="draw_title_unfocused" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.38" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_title_maximized_unfocused"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.94" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <line color="#EDEDED" x1="0" x2="width" y1="1" y2="1"/> +</draw_ops> + +<!-- window Frames --> + +<draw_ops name="draw_frame"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> + <gradient type="vertical" x="0" y="0" width="width" height="60"> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/gtk:bg[NORMAL]/0.7" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_frame_utility"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="bottom_edge"> + <line color="shade/gtk:bg[NORMAL]/0.7" x1="0" x2="width" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<!-- buttons --> + +<!-- button trough left --> +<draw_ops name="left_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button Trough Right --> +<draw_ops name="right_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button prelightlays --> +<draw_ops name="menu_focused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_normal"> + <image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_normal"> + <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_normal"> + <image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_normal"> + <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_normal"> + <image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_normal"> + <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_normal"> + <image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_normal"> + <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- frame style --> +<frame_style name="normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.5" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_maximized_unfocused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="utility_focused" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_utility"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="utility_unfocused" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_utility_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_focused"> + <piece position="title" draw_ops="draw_title"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> +</frame_style> + +<!-- style set --> +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="maximized_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="utility"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<!-- window --> +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="utility"/> +<window type="modal_dialog" style_set="utility"/> +<window type="menu" style_set="utility"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +</metacity_theme> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/minimize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/minimize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/minimize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/minimize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/minimize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/minimize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/minimize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/minimize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/minimize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/minimize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/minimize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/minimize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/minimize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/minimize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/minimize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/minimize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/trough_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/trough_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/trough_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/trough_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/trough_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/trough_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/trough_unfocused_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/trough_unfocused_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/trough_unfocused_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/trough_unfocused_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/trough_unfocused_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/trough_unfocused_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/unmaximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/unmaximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/unmaximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/unmaximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/unmaximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/unmaximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/unmaximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/unmaximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/unmaximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/unmaximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/unmaximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/unmaximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/unmaximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/unmaximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/unmaximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/metacity-1/unmaximize_unfocused_pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_dash_disabled.svg 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1316" + inkscape:window-height="650" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-19.483051" + inkscape:cy="9.5000006" + inkscape:window-x="355" + inkscape:window-y="312" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#80bd4b;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_dash_prelight.svg 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_prelight.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1316" + inkscape:window-height="650" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-19.483051" + inkscape:cy="9.5000006" + inkscape:window-x="355" + inkscape:window-y="312" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#97c96d;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_dash_pressed.svg 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_prelight.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1316" + inkscape:window-height="650" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-19.483051" + inkscape:cy="9.5000006" + inkscape:window-x="355" + inkscape:window-y="312" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#6da73d;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_dash.svg 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1068" + inkscape:window-height="480" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-4.6694912" + inkscape:cy="9.5000003" + inkscape:window-x="569" + inkscape:window-y="106" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#8cc45c;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_focused_prelight.svg 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#7ac319;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#eefed5;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="g4775" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40183,856.52418 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path4646" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -283.80078,855.45312 -0.38867,0.38868 -4.59961,4.59961 -0.39063,0.38867 0.7793,0.7793 0.38867,-0.38868 4.59961,-4.60156 0.38867,-0.38867 -0.77734,-0.77735 z" + id="path4535" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40039,855.45312 -0.7793,0.77735 0.39063,0.38867 4.59961,4.60156 0.38867,0.38868 0.77734,-0.7793 -0.38867,-0.38867 -4.59961,-4.59961 -0.38867,-0.38868 z" + id="path4537" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_focused_pressed.svg 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4564" + id="linearGradient4552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4564"> + <stop + style="stop-color:#85bc00;stop-opacity:1;" + offset="0" + id="stop4511" /> + <stop + style="stop-color:#bbc990;stop-opacity:1;" + offset="1" + id="stop4513" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4554" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4556" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="-0.043125214" + inkscape:cy="11.696114" + inkscape:document-units="px" + inkscape:current-layer="g4540" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1152" + inkscape:window-height="795" + inkscape:window-x="433" + inkscape:window-y="94" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(411.35715,-967.57648)"> + <g + style="display:inline" + transform="translate(-411.35714,-85.785707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4540"> + <circle + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4542" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4544" + style="color:#000000;fill:url(#linearGradient4552);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4554);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4546" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4548" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4556);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4550" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -399.55637,973.99943 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path4989" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -404.15793,973.99943 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path4991" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_focused.svg 2014-10-09 23:27:34.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#6aab16;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#e2fdb7;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close.svg 2014-10-09 23:27:18.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#6aab16;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#e2fdb7;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5151" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5153" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5155" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-658.92858" + inkscape:cy="153.21428" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-378.21428,-666.57648)"> + <g + style="display:inline" + id="g5139" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(378.21429,-386.7857)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5141" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5151);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5143" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5145" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5153);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5155);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5147" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5149" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,674.0698 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path5157" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 390.01506,672.9994 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5159" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,672.9994 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5161" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5175" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5177" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5179" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-129.42858" + inkscape:cy="471.28571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(151.28572,-984.64791)"> + <g + style="display:inline" + transform="translate(-151.28571,-68.714274)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5163"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5165" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5167" + style="color:#000000;fill:url(#linearGradient5175);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5169" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5177);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5179);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5171" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5173" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -139.48494,991.07087 -0.39062,0.3886 -4.59961,4.5996 -0.38867,0.3887 0.77734,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5249" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -144.0865,991.07087 -0.77734,0.7773 0.38867,0.3887 4.59961,4.5996 0.39062,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5251" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/close_unfocused.svg 2014-10-09 22:40:22.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4656" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4660" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4658" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="7.0892085" + inkscape:cy="8.3026513" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="871" + inkscape:window-y="166" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(552.28572,-1071.3622)"> + <g + style="display:inline" + id="g4497" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-552.28571,18.000012)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4499" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4501" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4660);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4505" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4503" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4658);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4507" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_disabled.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="opacity:0.25;display:inline" + transform="translate(-289.71429,-492.00011)" + id="g4240"> + <path + inkscape:connector-curvature="0" + id="path4242" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4244" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_prelight.svg"> + <defs + id="defs4488"> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter4230" + x="-0.12" + width="1.24" + y="-0.12" + height="1.24"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.75" + id="feGaussianBlur4232" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="display:inline" + id="g4222" + transform="translate(-289.71429,-492.00011)"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4224" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4226" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4228" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4230);enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_pressed.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + id="g4234" + transform="translate(-289.71429,-492.00011)" + style="opacity:0.5;display:inline"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4236" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4238" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + transform="translate(-289.71429,-492.00011)" + style="display:inline" + id="g4218"> + <path + inkscape:connector-curvature="0" + id="path4209" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4203" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5009" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5011" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5013" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="392.57143" + inkscape:cy="470.42857" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(673.28572,-983.79076)"> + <g + style="display:inline" + id="g4997" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-673.28571,-69.571423)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4999" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5009);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5001" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5003" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5011);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5013);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5005" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5007" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5061" + d="m -667.28572,990.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + <path + inkscape:connector-curvature="0" + id="path5063" + d="m -667.28572,989.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5295" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5297" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5299" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-472.21428" + inkscape:cy="-431.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-191.49999,-81.862193)"> + <g + style="display:inline" + transform="translate(191.5,-971.49999)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5253"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5255" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5257" + style="color:#000000;fill:url(#linearGradient5295);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5259" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5297);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5299);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5261" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5263" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 197.49999,87.863246 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5289" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_focused.svg 2014-10-09 22:37:34.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="8.8963052" + inkscape:cy="9.3077119" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="751" + inkscape:window-y="204" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize.svg 2014-10-09 22:37:10.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9195959" + inkscape:cx="4.7296154" + inkscape:cy="17.441954" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="710" + inkscape:window-y="119" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5121" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5123" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1098.9286" + inkscape:cy="-683.92851" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-818.21427,170.56632)"> + <g + style="display:inline" + transform="translate(818.21428,-1223.9285)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5073"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5075" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5077" + style="color:#000000;fill:url(#linearGradient5121);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5123);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5079" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5081" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5125);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5083" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-163.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5109" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-164.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5111" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5201" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5203" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5205" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1168.4286" + inkscape:cy="-530.57141" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-887.71427,17.209217)"> + <g + style="display:inline" + id="g5189" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(887.71428,-1070.5714)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5191" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5201);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5193" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5203);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5195" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5197" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5205);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5199" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5243" + d="m 893.71427,-11.208178 0,0.5 0,6.4999998 7,0 0,-6.9999998 -7,0 z m 1,1 5,0 0,4.9999998 -5,0 0,-4.9999998 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/maximize_unfocused.svg 2014-10-09 22:40:46.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4937" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4941" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="11.012127" + inkscape:cy="5.4472923" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="868" + inkscape:window-height="646" + inkscape:window-x="663" + inkscape:window-y="224" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-408.71427,-87.505113)"> + <g + style="display:inline" + transform="translate(408.71428,-965.85707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4925"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4927" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4929" + style="color:#000000;fill:url(#linearGradient4937);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4931" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4939);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4941);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4933" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4935" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/menu_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/menu_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/menu_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/menu_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4747" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-435.29 -180.93)"> + <g id="g4731" transform="translate(435.29 -776.43)"> + <circle id="circle4733" style="color:#000000;fill:url(#linearGradient4747)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" transform="rotate(90)" cy="-9.5" cx="966.86" r="6.5"/> + <circle id="circle5388-4" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="circle4735" style="color:#000000;stroke:#6c6967;fill:#555351" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cx="9.5" cy="966.86" r="3"/> + <path id="path4737" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <path id="path4739" style="opacity:.2;color:#000000;fill:#fff" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z"/> + <path id="path4741" style="opacity:.2;color:#000000;fill:#fff" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z"/> + <path id="path4743" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <rect id="rect4745" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/menu.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/menu.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/menu.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/menu.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4672" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-284.79 -314.29)"> + <g id="g4722" transform="translate(284.79 -643.07)"> + <circle id="circle4664" style="color:#000000;fill:url(#linearGradient4672)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" cx="966.86" transform="rotate(90)" cy="-9.5" r="6.5"/> + <circle id="circle5388" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="path4662" style="color:#000000;stroke:#d3d0cb;fill:#c6c2bb" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cy="966.86" cx="9.5" r="3"/> + <path id="circle4682" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <path id="circle4691" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z" style="opacity:.2;color:#000000;fill:#fff"/> + <path id="circle4702" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z" style="opacity:0.07;color:#000000;fill:#fff"/> + <path id="circle4711" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <rect id="rect4720" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.25" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4411" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4413" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4265" transform="translate(-289.71 -473)"> + <path id="path4267" style="color:#000000;fill:#fff" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" transform="translate(-76.5 938.36)"/> + <rect id="rect4269" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + <path id="path4409" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;filter:url(#filter4411);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_focused.svg 2014-10-09 22:48:57.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.535768" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize.svg 2014-10-09 22:48:23.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.669697" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/minimize_unfocused.svg 2014-10-09 22:41:09.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4955" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4957" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4959" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.439246" + inkscape:cx="8.1418379" + inkscape:cy="8.4994228" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="742" + inkscape:window-y="242" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-262.75023,-284.66847)"> + <g + style="display:inline" + id="g4943" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(262.75024,-768.69371)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4945" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4955);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4947" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4957);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4949" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4951" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4959);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4953" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.25" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4405" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4407" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4381" transform="translate(-289.71 -454)"> + <path id="path4383" style="color:#000000;fill:#fff" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" transform="translate(-76.5 938.36)"/> + <rect id="rect4385" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + <path id="path4403" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;filter:url(#filter4405);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.5" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_focused.svg 2014-10-09 22:39:58.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="17.19268" + inkscape:cy="5.00027" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1006" + inkscape:window-y="145" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize.svg 2014-10-09 22:39:36.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="12.348945" + inkscape:cy="10.478037" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1407" + inkscape:window-y="24" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/unity/unmaximize_unfocused.svg 2014-10-09 22:41:32.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4973" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4975" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4977" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="6.2901987" + inkscape:cy="6.1607613" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="772" + inkscape:window-y="191" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-687.7857,142.99492)"> + <g + style="display:inline" + transform="translate(687.78571,-1196.3571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4961"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4963" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4965" + style="color:#000000;fill:url(#linearGradient4973);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4967" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4975);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4977);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4969" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4971" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/bottom-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/bottom-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/bottom-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/bottom-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/bottom-left-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/bottom-left-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/bottom-left-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/bottom-left-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/bottom-right-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/bottom-right-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/bottom-right-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/bottom-right-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/close-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/close-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/close-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/close-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/close-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/close-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/close-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/close-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/hide-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/hide-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/hide-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/hide-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/hide-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/hide-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/hide-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/hide-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/left-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * left_active_xpm[] = { +"2 15 3 1", +" c None", +". c #C1C1C1", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/left-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #CFCFCF", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/maximize-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/maximize-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/maximize-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/maximize-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/maximize-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/maximize-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/maximize-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/maximize-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/maximize-toggled-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/maximize-toggled-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/maximize-toggled-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/maximize-toggled-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/maximize-toggled-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/maximize-toggled-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/maximize-toggled-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/maximize-toggled-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/menu-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/menu-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/menu-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/menu-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/menu-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/menu-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/right-active.xpm 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * right_active_xpm[] = { +"2 15 3 1", +" c None", +". c #D7D7D7", +"+ c #C1C1C1", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/right-inactive.xpm 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #D7D7D7", +"+ c #CFCFCF", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/themerc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/themerc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/themerc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/themerc 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,20 @@ +# Radiance ported to XFCE (Xfwm4) by The RAVEfinity Project. www.ravefinity.blogspot.com (2012+) Jared Sot. +# Based on code/pixmaps from (Orig.) Radiance. and Originol Ambiance XFCE port by p0ng http://www.p0ng.com.br. +# Radiance XFCE version was ported by scrach by RAVEfinity(Jared Sot.) on top of the XFCE Ambiance theme. + + +button_offset=3 +button_spacing=0 +maximized_offset=9 +title_full_width=true +title_horizontal_offset=8 +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +title_shadow_active=frame +title_shadow_inactive=frame +show_app_icon=false # Change to true or false if you want a app icon on each window. (Default is false) +#button_layout=CHM| # This prevents one from customizing their buttons VIA Xfce Window Manager Settings (Defualt is disabled via #) +active_text_color=#4C4942 +active_text_shadow_color=#E5E2D8 +inactive_text_color=#a39e9a +inactive_text_shadow_color=#E5E2D8 Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-1-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-1-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-1-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-1-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-2-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-2-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-2-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-2-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-3-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-3-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-3-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-3-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-4-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-4-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-4-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-4-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-5-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-5-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-5-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/title-5-inactive.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/top-left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/top-left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/top-left-active.xpm 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +" .....", +" ..+++++", +" .@@@@@@@", +" .@@@@@@@@", +" .########", +".@@@@@@@@@", +".#########", +".#########", +".@@@@@@@@@", +".#########", +".@@@@@@@@@", +".$$$$$$$$$", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".*********", +".=========", +".*********", +".*********", +".*********", +".*********", +".=========", +".*********", +".=========", +".*********", +".---------", +".*********", +".*********"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/top-left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/top-left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/top-left-inactive.xpm 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +" .....", +" ..+++++", +" .@@@@@@@", +" .########", +" .$$$$$$$$", +".#########", +".$$$$$$$$$", +".$$$$$$$$$", +".#########", +".$$$$$$$$$", +".#########", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".---------", +".---------", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".=========", +".;;;;;;;;;", +".;;;;;;;;;"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/top-right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/top-right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/top-right-active.xpm 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"@@@@@@@@. ", +"########. ", +"@@@@@@@@@.", +"#########.", +"#########.", +"@@@@@@@@@.", +"#########.", +"@@@@@@@@@.", +"$$$$$$$$$.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"*********.", +"*********.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"---------.", +"*********.", +"*********."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/top-right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/top-right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Green/xfwm4/top-right-inactive.xpm 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"########. ", +"$$$$$$$$. ", +"#########.", +"$$$$$$$$$.", +"$$$$$$$$$.", +"#########.", +"$$$$$$$$$.", +"#########.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"---------.", +"---------.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"=========.", +";;;;;;;;;.", +";;;;;;;;;."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/banshee.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/banshee.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/banshee.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/banshee.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +# ============================================================================== +# BANSHEE SPECIFIC SETTINGS +# ============================================================================== + +style "banshee_scrollbar" { + engine "murrine" { + roundness = 20 + } +} + +widget "__gtksharp_1*SeekSlider*" style "scale" +widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar" + +widget_class "__gtksharp_1*<GtkToolbar>*" style "default" +widget_class "__gtksharp_1*<GtkButton>*" style "button" +#widget_class "__gtksharp_1*<GtkScale>*" style "scale" + + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/chromium.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/chromium.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/chromium.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/chromium.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,39 @@ +# ============================================================================== +# CHROMIUM SPECIFIC SETTINGS +# ============================================================================== + +style "chromium_toolbar_button" { + engine "murrine" { + roundness = 3 + textstyle = 0 + } +} + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = "#DFDFDF" + ChromeGtkFrame::inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::incognito-frame-color = "#DFDFDF" + ChromeGtkFrame::incognito-inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::incognito-frame-gradient-size = 16 + ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*Chrom*Button*" style "chromium_toolbar_button" + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/ff.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/ff.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/ff.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/ff.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,33 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-default" { + GtkCheckButton::indicator-size = 14 + + engine "murrine" { + reliefstyle = 0 + } +} + +style "ff-statusbar" { +} + +#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar" +#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + +widget "MozillaGtkWidget*" style "ff-default" + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/gnome-panel.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/gnome-panel.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/gnome-panel.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/gnome-panel.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,129 @@ +# =========================================================================================================================== +# GNOME,XFCE,LXDE & GTK Desktop(S) PANEL SPECIFIC SETTINGS *SPECIFIC SETTINGS TO ENABLE PROPER FUNCTION ON XFCE/LXDE* +# =========================================================================================================================== + +style "panel" +{ + xthickness = 0 + ythickness = 0 + + bg_pixmap[NORMAL] = "img/panel.png" + + engine "murrine" { + colorize_scrollbar = TRUE + } +} + +style "panel_task_button" +{ + xthickness = 3 + xthickness = 3 + + GtkWidget::focus-line-width = 0 + GtkWidget::focus_padding = 0 + GtkWidget::interior_focus = 0 + GtkWidget::internal_padding = 0 + + GtkButton::child_displacement_x = 0 + GtkButton::child_displacement_y = 0 + GtkButton::default_border = {0, 0, 0, 0} + GtkButton::default_outside_border = {0, 0, 0, 0} + GtkButtonBox::child_internal_pad_x = 0 + GtkButtonBox::child_internal_pad_y = 0 + GtkButtonBox::child_min_heigth = 0 + + bg[SELECTED] = shade (0.2, @bg_color) + bg[PRELIGHT] = shade (0.26, @bg_color) + bg[ACTIVE] = shade (0.2, @bg_color) + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = OUT + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "img/panel-button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "XFCE" +{ + xthickness = 3 + ythickness = 3 + + bg_pixmap[NORMAL] = "img/panel.png" +} + +widget "*Panel*" style "panel" +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet +class "PanelApp*" style "panel" +class "PanelToplevel*" style "panel" +#widget_class "*Mail*" style "panel" +widget_class "*notif*" style "panel" + +#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop +widget "*task*" style "panel_task_button" +widget "*.tasklist-button" style "panel_task_button" +widget "*PanelApplet*TaskTitle*" style "panel_task_button" +widget_class "*Xfce*Panel*" style "XFCE" +widget_class "*Xfce*Panel*" style "XFCE" +class "GtkScrollbar" style "scrollbar" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/gnome-terminal.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/gnome-terminal.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/gnome-terminal.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/gnome-terminal.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,42 @@ +# ============================================================================== +# GNOME TERMINAL SPECIFIC SETTINGS +# ============================================================================== + +style "terminal_menubar" +{ + engine "murrine" { + } +} + +style "terminal_notebook" +{ + engine "murrine" { + contrast = 1.0 + } +} + +style "terminal_scrollbar" = "scrollbar" +{ + engine "murrine" { + } +} + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#060606" + + TerminalScreen::background-darkness = 0.97 +} + +#widget "*TerminalWindow*" style "terminal_window" +#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar" +widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook" +#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar" +#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button" +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/nautilus.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/nautilus.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/nautilus.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/apps/nautilus.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,11 @@ +# ============================================================================== +# NAUTILUS SPECIFIC SETTINGS +# ============================================================================== + +style "nautilus_info_pane" { + bg[NORMAL] = @bg_color +} + +widget_class "*Nautilus*<GtkNotebook>*<GtkEventBox>" style "nautilus_info_pane" +widget_class "*Nautilus*<GtkButton>" style "notebook_button" +widget_class "*Nautilus*<GtkButton>*<GtkLabel>" style "notebook_button" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/gtkrc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/gtkrc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/gtkrc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/gtkrc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,690 @@ +gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#BDA468\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nlink_color:#C0A257" + +gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16" + +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = 1 + +style "default" { + xthickness = 1 + ythickness = 1 + + ####################### + # Style Properties + ####################### + GtkButton::child-displacement-x = 1 + GtkButton::child-displacement-y = 1 + GtkButton::default-border = { 0, 0, 0, 0 } + + GtkCheckButton::indicator-size = 16 + + GtkPaned::handle-size = 6 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 14 + GtkRange::stepper-size = 13 + GtkRange::trough-under-steppers = 1 + + GtkScale::trough-border = 0 + GtkScale::slider-width = 23 + GtkScale::slider-length = 14 + GtkScale::trough-side-details = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::trough-border = 0 + GtkScrollbar::slider-width = 13 + GtkScrollbar::min-slider-length = 31 + + GtkMenuBar::internal-padding = 0 + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkExpander::expander-size = 11 + GtkToolbar::internal-padding = 1 + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkTreeView::expander-size = 7 + GtkTreeView::vertical-separator = 0 +# GtkTreeView::odd-row-color = shade (0.96, @base_color) + GtkNotebook::tab-overlap = -1 + + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 3 + + WnckTasklist::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + GtkEntry::state-hint = 0 + + GtkEntry::progress-border = { 2, 2, 2, 2 } + + GtkProgressBar::min-horizontal-bar-height = 14 + GtkProgressBar::min-vertical-bar-width = 14 + + GtkImage::x-ayatana-indicator-dynamic = 1 + GtkMenuBar::window-dragging = 1 + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + #################### + # Color Definitions + #################### + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = shade (0.95, @bg_color) + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.8, @bg_color) + text[ACTIVE] = darker (@text_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.98, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = shade (0.97, @bg_color) + base[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + arrowstyle = 2 + reliefstyle = 3 + highlight_shade = 1.0 + glazestyle = 0 + default_button_color = shade (1.1, "#cdcdcd") + gradient_shades = {1.1, 1.0, 1.0, 0.9} + roundness = 3 + lightborder_shade = 1.26 + lightborderstyle = 1 + listviewstyle = 2 + progressbarstyle = 0 + colorize_scrollbar = FALSE + menubaritemstyle = 1 + menubarstyle = 1 + menustyle = 0 + focusstyle = 3 + handlestyle = 1 + sliderstyle = 3 + scrollbarstyle = 2 + stepperstyle = 3 +# rgba = TRUE + } +} + +style "dark" +{ + bg[NORMAL] = "#DFDFDF" + bg[PRELIGHT] = shade (1.05, "#DFDFDF") + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.95, "#DFDFDF") + bg[INSENSITIVE] = "#DFDFDF" +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "entry" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + } +} + +style "vscale" { +} + +style "hscale" { +} + +style "button" { + + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.03, @bg_color) + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + bg[INSENSITIVE] = @bg_color + fg[INSENSITIVE] = "#9c9c9c" + + engine "murrine" { + #contrast = 1.0 + textstyle = 1 + border_shades = {1.01, 0.8} + reliefstyle = 0 + shadow_shades = {1.0, 1.1} + glowstyle = 5 + glow_shade = 1.02 + lightborder_shade = 1.32 +# lightborderstyle = 0 + #text_shade = 1.04 + } +} + +style "notebook_button" = "button" { +} + +style "spinbutton" = "notebook_button" { + xthickness = 4 + + engine "murrine" { + } +} + +style "scrollbar" = "button" { + xthickness = 2 + ythickness = 2 + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.04, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + + engine "murrine" + { + border_shades = {0.95, 0.90} + roundness = 20 + contrast = 1.0 + trough_shades = {0.92, 0.98} + lightborder_shade = 1.3 + glowstyle = 5 + glow_shade = 1.02 + gradient_shades = {1.2, 1.0, 1.0, 0.86} + trough_border_shades = {0.9, 0.98} + } +} + +style "hscrollbar" { +} + +style "vscrollbar" { +} + +style "overlay_scrollbar" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.85, @bg_color) + bg[ACTIVE] = shade (0.6, @bg_color) +} + +style "scale" = "button" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + border_shades = {0.9, 0.8} + roundness = 5 + lightborder_shade = 1.32 + gradient_shades = {1.1, 1.0, 1.0, 0.8} + handlestyle = 2 + trough_border_shades = {0.9, 1.4} + glow_shade = 1.0 +# reliefstyle = 2 +# shadow_shades = { 1.0, 0.9 } + } +} + +style "notebook_bg" { + bg[NORMAL] = shade (1.02, @bg_color) + bg[ACTIVE] = shade (0.97, @bg_color) + fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color)) +} + +# The color is changed by the notebook_bg style, this style +# changes the x/ythickness +style "notebook" { + xthickness = 2 + ythickness = 2 + + engine "murrine" { + roundness = 3 + contrast = 0.8 + focusstyle = 2 + lightborder_shade = 1.16 + gradient_shades = {1.1, 1.0, 1.0, 0.68} + } +} + +style "statusbar" { + engine "murrine" { + contrast = 1.2 + } +} + +style "comboboxentry" = "notebook_button" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + textstyle = 1 + glowstyle = 5 + glow_shade = 1.02 + } +} + +style "menubar" = "dark" { + # those two lines were added to fix firefox's menubar item text + bg[SELECTED] = "#ECECEC" + fg[SELECTED] = @fg_color + + engine "murrine" { + textstyle = 1 + text_shade = 1.23 + gradient_shades = {1.0, 1.0, 1.0, 1.0} + lightborder_shade = 1.0 + } +} + +style "toolbar" { + engine "murrine" { + textstyle = 1 + text_shade = 1.32 + lightborder_shade = 1.0 + } +} + +style "toolbar-button" = "notebook_button" { + engine "murrine" { + } +} + +style "menu" { + xthickness = 0 + ythickness = 0 + + engine "murrine" + { + reliefstyle = 0 + roundness = 0 + } +} + +style "menu_item" = "menu" { + xthickness = 2 + ythickness = 3 + + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" + { + glowstyle = 5 + glow_shade = 1.1 +# lightborder_shade = 1.0 +# border_shades = { 1.5, 1.3 } + roundness = 0 + } +} + +style "menubar_item" = "menu_item" { + bg[PRELIGHT] = "#ece7e2" + fg[PRELIGHT] = @fg_color + + engine "murrine" { + gradient_shades = {1.00, 1.0, 1.0, 1.0} +# glowstyle = 5 + border_shades = { 1.0, 1.0 } + glow_shade = 1.00 + lightborderstyle = 3 + lightborder_shade = 1.2 + roundness = 4 + } +} + +style "scale_menu_item" = "scale" { + engine "murrine" { + roundness = 20 + lightborder_shade = 1.32 + reliefstyle = 0 + } +} + +# This style is there to modify the separator menu items. The goals are: +# 1. Get a specific height. +# 2. The line should go to the edges (ie. no border at the left/right) +style "separator_menu_item" { + xthickness = 1 + ythickness = 0 + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 7 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "separator_tool_item" { + xthickness = 0 + ythickness = 1 + + GtkVSeparator::vertical-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 7 + GtkWidget::separator-height = 1 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "frame_title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "treeview" { + engine "murrine" + { + roundness = 2 + lightborder_shade = 1.1 + gradient_shades = {1.04, 1.0, 1.0, 0.96} + } +} + +style "progressbar" { + xthickness = 1 + ythickness = 1 + + bg[ACTIVE] = shade (0.94, @bg_color) + #bg[SELECTED] = "#cdcdcd" + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" { + #trough_shades = {0.98, 1.02} + roundness = 8 + lightborderstyle = 1 + lightborder_shade = 1.26 + border_shades = {0.95, 0.85} + gradient_shades = {1.1, 1.0, 1.0, 0.9} + trough_border_shades = {0.9, 1.4} + } +} + +style "progressbar_menu_item" = "progressbar" { + engine "murrine" { + roundness = 0 + } +} + +# This style is based on the default style, so that the colors from the button +# style are overriden again. +style "treeview_header" = "notebook_button" { + xthickness = 2 + ythickness = 1 + + engine "murrine" { + glazestyle = 1 + contrast = 0.8 + lightborder_shade = 1.16 + textstyle = 1 + glow_shade = 1.0 + } +} + +style "treeview_header_scrolled" = "treeview_header" { +} + +style "scrolledwindow" { + engine "murrine" { + contrast = 0.6 + } +} + +style "radiocheck" = "button" { + text[NORMAL] = shade (0.535, @selected_bg_color) + text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color)) + bg[NORMAL] = shade (0.92, @bg_color) + bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color)) + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + engine "murrine" { + reliefstyle = 3 + gradient_shades = {1.2, 1.0, 1.0, 0.9} + shadow_shades = {0.6, 0.5} + textstyle = 0 + } +} + +style "tooltips" { + xthickness = 4 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = "#000000" + + engine "murrine" { + rgba = TRUE + } +} + +style "infobar" { + engine "murrine" { + } +} + +style "nautilus_location" { + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color) +} + +style "calendar" { + xthickness = 0 + ythickness = 0 + + engine "murrine" { + roundness = 0 + } +} + +style "calendar_menu_item" = "calendar" { +# base[NORMAL] = "#c5bfb7" +} + +style "soundfix" +{ +} + +# Wrokaround style for places where the text color is used instead of the fg color. +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +# Workaround style for menus where the text color is used instead of the fg color. +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = "#999999" +} + +# Workaround style for places where the fg color is used instead of the text color. +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +# Style to set the toolbar to use a flat style. This is because the "New" button in +# Evolution is not drawn transparent. So if there is a gradient in the background it will +# look really wrong. +# See http://bugzilla.gnome.org/show_bug.cgi?id=446953. +style "evo_new_button_workaround" { +} + +# Make the XFCE desktop icons text backrounds look prettier (The only change to theme, Code by RAVEfinity Project) +style "xfdesktop-icon-view" { + +XfdesktopIconView::label-alpha = 100 + +base[NORMAL] = "#151515" +base[ACTIVE] = "#7F7C7C" +base[PRELIGHT] = "#7F7C7C" +base[SELECTED] = shade (0.98, @selected_bg_color) + +fg[NORMAL] = @selected_fg_color +fg[SELECTED] = @selected_fg_color +fg[ACTIVE] = @selected_fg_color +} + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# The default style is applied to every widget +class "GtkWidget" style "default" + +class "GtkSeparator" style "wide" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkEntry" style "entry" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "vscale" +class "GtkHScale" style "hscale" +class "GtkScrollbar" style "scrollbar" +class "GtkHScrollbar" style "hscrollbar" +class "GtkVScrollbar" style "vscrollbar" +class "GtkCalendar" style "calendar" +class "GtkInfoBar" style "infobar" + +# General matching follows. The order is choosen so that the right styles override +# each other. EG. progressbar needs to be more important than the menu match. +widget_class "*<GtkNotebook>" style "notebook_bg" +# This is not perfect, it could be done better. +# (That is modify *every* widget in the notebook, and change those back that +# we really don't want changed) +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook_bg" + +widget_class "*<GtkToolbar>*" style "toolbar" +widget_class "*<GtkScrolledWindow>*" style "scrolledwindow" + +widget_class "*<GtkButton>" style "button" +widget_class "*<GtkButton>*<GtkLabel>" style "button" +widget_class "*<GtkToolbar>.*.<GtkButton>*" style "notebook_button" +widget_class "*<GtkNotebook>" style "notebook" +widget_class "*<GtkStatusbar>" style "statusbar" +widget_class "*<GtkSpinButton>*" style "spinbutton" +widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button" +widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button" +widget_class "*<GtkRadioButton>*" style "radiocheck" +widget_class "*<GtkCheckButton>*" style "radiocheck" + +widget_class "*<GtkComboBoxEntry>*" style "comboboxentry" +widget_class "*<GtkCombo>*" style "comboboxentry" + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" +widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item" +widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "menubar_item" + +widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title" +widget_class "*.<GtkTreeView>*" style "treeview" + +widget_class "*<GtkProgress>" style "progressbar" +widget_class "*<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "calendar_menu_item" + +# Treeview headers (and similar stock GTK+ widgets) +widget_class "*.<GtkScrolledWindow>*<GtkTreeView>*" style "treeview_header_scrolled" +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkTreeView>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header" + +# Overlay scrollbar +widget_class "*<OsScrollbar>" style "overlay_scrollbar" +widget_class "*<OsThumb>" style "overlay_scrollbar" + +# The window of the tooltip is called "gtk-tooltip" +################################################################## +# FIXME: +# This will not work if one embeds eg. a button into the tooltip. +# As far as I can tell right now we will need to rework the theme +# quite a bit to get this working correctly. +# (It will involve setting different priorities, etc.) +################################################################## +widget "gtk-tooltip*" style "tooltips" + +########################################################################## +# Following are special cases and workarounds for issues in applications. +########################################################################## + +# Workaround for the evolution ETable (bug #527532) +widget_class "*.ETable.ECanvas" style "treeview_header" +# Workaround for the evolution ETree +widget_class "*.ETree.ECanvas" style "treeview_header" + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "nautilus_location" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that this work around assumes that the combobox is _not_ in appears-as-list mode. +widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround" +# This is the part of the workaround that fixes the menus +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color. +widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround" +# GtkCList also uses the fg color to draw text on top of the base colors. +widget_class "*<GtkCList>" style "fg_is_text_color_workaround" +# Nautilus when renaming files, and maybe other places. +widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround" +# Work around for ubuntu's lucid sound indicator +widget "ido-offscreen-scale" style "soundfix" +# Thickness for indicator menu items +widget "*IdoEntryMenuItem*" style "wide" + +# See the documentation of the style. +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" + +# Makes XFCE desktop icon and text backround tweaks work. +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Includes +#include "apps/banshee.rc" +include "apps/chromium.rc" +include "apps/ff.rc" +include "apps/gnome-terminal.rc" +include "apps/nautilus.rc" +include "apps/gnome-panel.rc" Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/img/arrow-down.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/img/arrow-down.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/img/handle-h.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/img/handle-h.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/img/handle-v.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/img/handle-v.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/img/panel-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/img/panel-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/img/panel-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/img/panel-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/img/panel-button-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/img/panel-button-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/img/panel.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-2.0/img/panel.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/baobab.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/baobab.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/baobab.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/baobab.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,25 @@ + +BaobabWindow GtkGrid { + background-color: @bg_color; +} + +BaobabLocationList GtkGrid { + background-color: transparent; +} + +.baobab-toolbar.toolbar { + border-color: shade (@bg_color, 0.9); + border-style: solid; + border-width: 0 0 1px 0; + border-radius: 0; +} + +.cell.baobab-level-cell, +.cell.baobab-level-cell:hover, +.cell.baobab-level-cell:selected, +.cell.baobab-level-cell:selected:hover { + border-color: alpha (black, 0.06); + border-width: 1px; + border-style: solid; + background-color: @base_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/california.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/california.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/california.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/california.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +CaliforniaViewWeekGrid { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/geary.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/geary.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/geary.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/geary.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +ComposerWidget { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/gedit.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/gedit.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/gedit.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/gedit.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,60 @@ +@define-color notebook_tab_gradient_b shade (@bg_color, 0.98); + +GeditWindow .pane-separator, +GeditWindow .pane-separator:hover { +} + +GeditPanel.title GtkLabel { +} + +GeditDocumentsPanel .view { +} + +GeditDocumentsPanel .view:backdrop { +} + +GeditWindow .notebook { + border-radius: 1px; +} + +GeditPanel .notebook { + border-radius: 1px; +} + +GeditPanel .notebook tab, +GeditWindow .notebook tab { + border-radius: 3px; +} + +GeditViewFrame .gedit-search-slider { + background-color: @base_color; + padding: 6px; + border-color: shade (@notebook_tab_gradient_b, 0.80); + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px 1px; + border-style: solid; +} + +GeditViewFrame .gedit-search-slider .not-found { + color: @error_fg_color; + background-image: none; + background-color: @error_bg_color; +} + +GeditViewFrame .gedit-search-slider .not-found:selected { + background-color: @selected_bg_color; + color: @selected_fg_color; +} + +GeditFileBrowserWidget .toolbar { + background-color: @bg_color; + border: none; + padding-bottom: 3px; +} + +.gedit-search-entry-occurrences-tag { + background-color: transparent; + color: @backdrop_text_color; + margin: 2px; + padding: 2px; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/glade.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/glade.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/glade.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/glade.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,8 @@ + +GladeEditor GtkContainer { + background-color: @bg_color +} + +GladeWindow GtkGrid { + background-color: @bg_color +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/gnome-panel.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/gnome-panel.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/gnome-panel.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/gnome-panel.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,97 @@ +/* Fallback Mode Panel */ +PanelWidget :backdrop, +PanelApplet :backdrop, +PanelToplevel :backdrop, +PanelWidget, +PanelApplet, +PanelToplevel { + border-image: none; + + color: @dark_fg_color; +} + +PanelWidget, +PanelApplet, +PanelToplevel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelApplet { + border-width: 0; +} + +PanelSeparator:backdrop, +PanelSeparator { + border-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + + color: @dark_fg_color; +} + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelApplet > GtkMenuBar.menubar.menuitem, +PanelMenuBar.menubar, +PanelMenuBar.menubar.menuitem { + -PanelMenuBar-icon-visible: true; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelAppletFrame { + background-color: @dark_bg_color; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-width: 0; +} + +PanelApplet .button:backdrop, +PanelApplet .button { + -GtkButton-inner-border: 2; + + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.6); + border-radius: 0; + border-width: 0 1px 0 1px; + + text-shadow: none; +} + +PanelApplet .button:active:prelight:backdrop, +PanelApplet .button:active:prelight, +PanelApplet .button:active:backdrop, +PanelApplet .button:active { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.7)), + to (shade (@dark_bg_color, 0.8))); + border-color: shade (@dark_bg_color, 0.7); +} + +PanelApplet .button:prelight:backdrop, +PanelApplet .button:prelight { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.3)), + to (shade (@dark_bg_color, 1.1))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.8); +} + +ClockBox { + text-shadow: 0 1px shade (@dark_bg_color, 1.08); +} + +WnckPager, WnckTasklist { + background-color: @dark_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/gnome-system-log.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/gnome-system-log.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/gnome-system-log.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/gnome-system-log.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,4 @@ +/* LP: #1045602 */ +LogviewWindow .view.dim-label, .dim-label { + color: @info_fg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/gnome-terminal.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/gnome-terminal.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/gnome-terminal.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/gnome-terminal.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,7 @@ +/* gnome-terminal */ +TerminalScreen { + -TerminalScreen-background-darkness: 0.97; + background-color: #060606; + color: #E8E8E8; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/nautilus.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -0,0 +1,238 @@ +@define-color cluebar_color shade (mix (@bg_color, @base_color, 0.5), 0.95); + +NautilusWindow *, +NemoWindow * { + -GtkPaned-handle-size: 1; +} + +NautilusDesktopWindow GtkWidget { + background-color: @transparent; +} + +.nautilus-canvas-item, +.nemo-canvas-item { + border-radius: 4px; +} + +/* desktop mode */ +.nautilus-desktop.nautilus-canvas-item, +.nemo-desktop.nemo-canvas-item { + color: @bg_color; + text-shadow: 1px 1px alpha (black, 0.8); +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nemo-desktop.nemo-canvas-item:active { + background-image: none; + background-color: alpha (@bg_color, 0.84); + + color: @fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:selected { + background-image: none; + background-color: alpha (@selected_bg_color, 0.84); + + color: @selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:active, +.nemo-desktop.nemo-canvas-item:prelight, +.nemo-desktop.nemo-canvas-item:selected { + text-shadow: none; +} + +/* browser window */ +NautilusTrashBar.info, +NautilusXContentBar.info, +NautilusSearchBar.info, +NautilusQueryEditor.info, +NemoTrashBar.info, +NemoXContentBar.info, +NemoSearchBar.info, +NemoQueryEditor.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.03)), + to (shade (@cluebar_color, 0.92))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); + border-radius: 0; + border-style: solid; + border-width: 0px 0px 1px 0px; +} + +NautilusTrashBar.info:backdrop, +NautilusXContentBar.info:backdrop, +NautilusSearchBar.info:backdrop, +NautilusQueryEditor.info:backdrop, +NemoTrashBar.info:backdrop, +NemoXContentBar.info:backdrop, +NemoSearchBar.info:backdrop, +NemoQueryEditor.info:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.01)), + to (shade (@cluebar_color, 0.96))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); +} + +NautilusSearchBar .entry, +NemoSearchBar .entry { +} + +.nautilus-cluebar-label, +.nemo-cluebar-label { + font: bold; +} + +.nautilus-cluebar-label:backdrop, +.nemo-cluebar-label:backdrop { + color: mix (@fg_color, @cluebar_color, 0.2); +} + +nautilus-search-button *:active, +nautilus-search-button *:active:prelight, +nemo-search-button *:active, +nemo-search-button *:active:prelight { + color: @dark_fg_color; +} + +NautilusFloatingBar, +NemoFloatingBar { + background-color: shade (@cluebar_color, 0.92); +} + +NautilusFloatingBar .button, +NemoFloatingBar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; +} + +/* sidebar */ +NautilusWindow .sidebar, +NautilusWindow .sidebar .view, +NemoWindow .sidebar, +NemoWindow .sidebar .view { + background-color: @cluebar_color; + + color: @fg_color; +} + +NautilusWindow .sidebar .frame, +NemoWindow .sidebar .frame { + border-style: none +} + +NautilusWindow .sidebar:backdrop, +NautilusWindow .sidebar .view:backdrop, +NemoWindow .sidebar:backdrop, +NemoWindow .sidebar .view:backdrop { + background-color: shade (@bg_color, 0.96); + color: mix (@fg_color, shade (@bg_color, 0.95), 0.2); +} + +NautilusWindow .sidebar row:selected, +NemoWindow .sidebar row:selected { + color: @selected_fg_color; +} + +NautilusWindow .sidebar row:selected:backdrop, +NemoWindow .sidebar row:selected:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (shade (@bg_color, 0.95), 0.94)), + to (shade (shade (@bg_color, 0.95), 0.86))); + border-top-color: shade (shade (@bg_color, 0.95), 0.88); + + color: @fg_color; +} + +NautilusWindow .pane-separator, +NemoWindow .pane-separator { + background-color: shade (shade (@bg_color, 0.95), 0.94); + border-color: @dark_bg_color; + border-style: solid; + border-width: 0; + box-shadow: none; +} + +NautilusWindow .pane-separator:backdrop, +NemoWindow .pane-separator:backdrop { + background-color: shade (shade (@bg_color, 0.95), 0.96); +} + +NautilusWindow .toolbar.menubar, +NemoWindow .toolbar.menubar { + -GtkToolbar-button-relief: normal; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.0)), + to (shade (@dark_bg_color, 1.2))); + color: @fg_color; + padding: 3px; + box-shadow: none; +} + +/* for breadcrumbs path bar */ +NautilusWindow .toolbar.menubar .button, +.nemo-pathbar-button, +NemoPathbarButton { + -GtkWidget-focus-line-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.4)), + to (shade (@dark_bg_color, 0.96))); + color: @dark_fg_color; + padding: 6px 6px; + border-width: 1px; + border-style: solid; + border-color: alpha(shade (@dark_bg_color, 0.80), 1.2); + -NemoPathbarButton-border-radius: 3px; +} + +NautilusWindow .toolbar.menubar .button:hover, +NautilusWindow .toolbar.menubar .button:active:hover, +NemoPathbarButton:hover, +NemoPathbarButton:active:hover { + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +NautilusWindow .toolbar.menubar .button:active, +NemoPathbarButton:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@selected_bg_color, 1.32), shade(@dark_bg_color, 1.1), 0.7)), + to (mix (shade (@selected_bg_color, 1.05), shade(@dark_bg_color, 1.18), 0.7))); + + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +.toolbar.menubar .separator { + border-color: shade (@dark_bg_color, 0.96); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* For Places Sidebar diskfull indicators */ + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, .65); + -NemoPlacesTreeView-disk-full-fg-color: shade(@selected_bg_color, 1.0); + -NemoPlacesTreeView-disk-full-bar-width: 1px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 1px; + -NemoPlacesTreeView-disk-full-max-length: 70px; +} + +NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, 2.0); + -NemoPlacesTreeView-disk-full-fg-color: shade(@fg_color, 2.0); +} + +NemoPlacesTreeView:hover { +} + +NemoPlacesTreeView:selected:hover { +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/software-center.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/software-center.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/software-center.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/software-center.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +.action-bar { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/unity.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/unity.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/unity.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/unity.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,131 @@ +/* Decorations */ + +UnityDecoration { + -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-input-extents: 10px; + + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 5px; + -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.78); + -UnityDecoration-active-shadow-radius: 30px; + -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.3); + -UnityDecoration-inactive-shadow-radius: 25px; + + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: rgb (221, 72, 20); + + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration.top { + border: 1px solid rgba (85, 40, 0, 0.04); /* shade (@dark_bg_color) (shade (#edebe6, 1.06) */ + border-bottom-width: 0; + border-radius: 6px 6px 0 0; + padding: 1px 6px 0 6px; + + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 1.065), inset 0 0 transparent; + + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityDecoration.top:backdrop { + border: 1px solid rgba (110, 27, 0, 0.04); /* shade @dark_bg_color - shade (#edebe6, 0.96) */ + border-bottom-width: 0; + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 0.96)), + to (@dark_bg_color)); + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 0.97), inset 0 0 transparent; + + color: #a39e9a; + text-shadow: 1px 0 1px shade (@dark_bg_color, 1.08), -1px 0 1px shade (@dark_bg_color, 1.08), + 0 1px 1px shade (@dark_bg_color, 1.08), 0 -1px 1px shade (@dark_bg_color, 1.08); +} + +UnityDecoration.left, +UnityDecoration.right { + background-color: shade (@bg_color, 0.7); + background-size: 1px 70px; + background-repeat: repeat-x; + + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #A8A8A8), + color-stop (0.5, #A8A8A8), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.left:backdrop, +UnityDecoration.right:backdrop { + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #B5B5B5), + color-stop (0.5, #B5B5B5), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.bottom { + background-image: none; + background-color: shade (@bg_color, 0.7); +} + +/* Panel Style */ + +UnityPanelWidget, +.unity-panel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + border-top-color: shade (#EDEDED, 1.08); + border-style: solid; + border-width: 1px 0 0 0; + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: #A3A3A3; +} + +.unity-panel.menubar, +.unity-panel .menubar { +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 1px 1px 0 1px; + icon-shadow: 0 -1px shade (@dark_bg_color, 1.06); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (shade (@dark_bg_color, 1.02))); +} + +@keyframes playbackmenuitem_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: playbackmenuitem_spinner 1s infinite linear; + color: @selected_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/unity-greeter.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/unity-greeter.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/unity-greeter.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/apps/unity-greeter.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,94 @@ +.lightdm.menu { + background-image: none; + background-color: alpha (black, 0.6); + border-color: alpha (white, 0.2); + border-radius: 4px; + padding: 1px; + + color: white; +} + +.lightdm-combo .menu { + background-color: shade (@dark_bg_color, 1.08); + border-radius: 0px; + padding: 0px; + + color: white; +} + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: white; +} + +.lightdm.menubar { + background-image: none; + background-color: alpha (black, 0.5); +} + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .entry, +.lightdm.button, +.lightdm.entry { + background-image: none; + background-color: alpha (black, 0.3); + border-color: alpha (white, 0.6); + border-radius: 5px; + padding: 7px; + + color: white; + text-shadow: none; +} + +.lightdm.button, +.lightdm.button:hover, +.lightdm.button:active, +.lightdm.button:active:focused, +.lightdm.entry, +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focused { + background-image: none; + border-image: none; +} + +.lightdm.button:focused, +.lightdm.entry:focused { + border-color: alpha (white, 0.9); + border-width: 1px; + border-style: solid; + + color: white; +} + +.lightdm.entry:selected { + background-color: alpha (white, 0.2); +} + +@keyframes dashentry_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; +} + +.lightdm.option-button { + padding: 2px; + background: none; + border: 0; +} + +.lightdm.toggle-button { + background: none; + border-width: 0; +} + +.lightdm.toggle-button.selected { + background-color: alpha (black, 0.3); + border-width: 1px; +} Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/backdrop-radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-active-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-active-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-default-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-default-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-default-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-default-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-default-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-default-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-default.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-default.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-menuitem-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-menuitem-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-arrow-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-arrow-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-arrow.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-arrow.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-button-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-button-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/frame.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/frame.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/notebook-tab-bottom.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/notebook-tab-bottom.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/notebook-tab-left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/notebook-tab-left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/notebook-tab-right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/notebook-tab-right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/notebook-tab-top.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/notebook-tab-top.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/progressbar-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/progressbar-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/progressbar-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/progressbar-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/progressbar-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/progressbar-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/progressbar-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/progressbar-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radiance-entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-horizontal-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-horizontal-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-horizontal-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-horizontal-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-horizontal-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-horizontal-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-vertical-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-vertical-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-vertical-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-vertical-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-vertical-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-vertical-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scale-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scrollbar_handle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scrollbar_handle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scrollbar_handle_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/scrollbar_handle_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-horizontal-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-horizontal-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-horizontal-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-horizontal-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-horizontal-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-horizontal-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-horizontal-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-horizontal-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-horizontal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-horizontal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_prelight_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_prelight_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_vertical_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_vertical_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-vertical-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-vertical-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-vertical-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-vertical-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-vertical-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-vertical-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-vertical-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-vertical-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_vertical_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_vertical_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/slider-vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-button-off-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-button-off-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-button-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-button-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-button-on-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-button-on-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-button-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-button-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-trough-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-trough-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-trough-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-trough-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-trough-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-trough-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-trough-toolbar-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-trough-toolbar-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-trough-toolbar-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/assets/switch-trough-toolbar-on.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1 @@ +@import url("gtk-main.css"); \ No newline at end of file diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-main.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-main.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-main.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-main.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,70 @@ +/*default color scheme */ +@define-color bg_color #F2F2F2; +@define-color fg_color #4C4C4C; +@define-color base_color #ffffff; +@define-color text_color #3C3C3C; +@define-color selected_bg_color #BDA468; +@define-color selected_fg_color #ffffff; +@define-color tooltip_bg_color #000000; +@define-color tooltip_fg_color #ffffff; + +/* misc colors used by gtk+ + * + * Gtk doesn't currently expand color variables for style properties. Thus, + * gtk-widgets.css uses literal color names, but includes a comment containing + * the name of the variable. Please remember to change values there as well + * when changing one of the variables below. + */ +@define-color info_fg_color rgb (181, 171, 156); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (173, 120, 41); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (97, 122, 214); +@define-color question_bg_color rgb (138, 173, 212); +@define-color error_fg_color rgb (235, 235, 235); +@define-color error_bg_color rgb (223, 56, 44); +@define-color link_color @selected_bg_color; +@define-color success_color #4e9a06; +@define-color error_color #df382c; + +/* theme common colors */ +@define-color button_bg_color shade (@bg_color, 1.02); /*shade (#cdcdcd, 1.08);*/ +@define-color notebook_button_bg_color shade (@bg_color, 1.02); +@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6); +@define-color dark_bg_color #DFDFDF; +@define-color dark_fg_color @fg_color; + +@define-color backdrop_fg_color mix (@bg_color, @fg_color, 0.8); +@define-color backdrop_text_color mix (@base_color, @text_color, 0.8); +@define-color backdrop_dark_fg_color mix (@dark_bg_color, @dark_fg_color, 0.75); +@define-color backdrop_selected_bg_color shade (@bg_color, 0.92); +@define-color backdrop_selected_fg_color @fg_color; + +@define-color focus_color alpha (@selected_bg_color, 0.5); +@define-color focus_bg_color alpha (@selected_bg_color, 0.1); + +@define-color shadow_color alpha(black, 0.5); + +@define-color osd_fg_color #eeeeec; +@define-color osd_bg_color alpha(#202526, 0.7); +@define-color osd_border_color alpha(black, 0.7); + +@import url("gtk-widgets-borders.css"); +@import url("gtk-widgets-borders-radiance.css"); +@import url("gtk-widgets-assets.css"); +@import url("gtk-widgets-assets-radiance.css"); +@import url("gtk-widgets.css"); +@import url("gtk-widgets-radiance.css"); +@import url("apps/geary.css"); +@import url("apps/unity.css"); +@import url("apps/unity-greeter.css"); +@import url("apps/baobab.css"); +@import url("apps/gedit.css"); +@import url("apps/nautilus.css"); +@import url("apps/gnome-panel.css"); +@import url("apps/gnome-terminal.css"); +@import url("apps/gnome-system-log.css"); +@import url("apps/glade.css"); +@import url("apps/california.css"); +@import url("apps/software-center.css"); +@import url("public-colors.css"); diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-assets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-assets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-assets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-assets.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,562 @@ +/*************** + * Resize grip * + ***************/ + +.grip { + background-color: transparent; + /*background-image: url("assets/resize-grip.svg");*/ +} + +/************************* + * Check and Radio items * + *************************/ + +/* draw regular check and radio items using our SVG assets */ +.check { + -gtk-icon-source: url("assets/check-unselected.png"); +} + +.check:hover { + -gtk-icon-source: url("assets/check-unselected-hover.png"); +} + +.check row, +.check row:selected, +.check row:selected:focus { + -gtk-icon-source: url("assets/check-unselected-alt.png"); +} + +.check row:hover, +.check row:selected:hover, +.check row:selected:focus:hover { + -gtk-icon-source: url("assets/check-unselected-hover-alt.png"); +} + +.check:insensitive { + -gtk-icon-source: url("assets/check-unselected-disabled.png"); +} + +.check row:insensitive { + background-color: transparent; +} + +.check row:insensitive, +.check row:selected:insensitive, +.check row:selected:focus:insensitive { + background-color: transparent; + -gtk-icon-source: url("assets/check-unselected-disabled-alt.png"); +} + +.check:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected.png"); +} + +.check:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover.png"); +} + +.check row:backdrop, +.check row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-alt.png"); +} + +.check row:hover:backdrop, +.check row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover-alt.png"); +} + +.check:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled.png"); +} + +.check row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled-alt.png"); +} + +.check:checked { + -gtk-icon-source: url("assets/check-selected.png"); +} + +.check:checked:hover { + -gtk-icon-source: url("assets/check-selected-hover.png"); +} + +.check row:checked, +.check row:selected:checked, +.check row:selected:focus:checked { + -gtk-icon-source: url("assets/check-selected-alt.png"); +} + +.check row:checked:hover, +.check row:selected:checked:hover, +.check row:selected:checked:focus:hover { + -gtk-icon-source: url("assets/check-selected-hover-alt.png"); +} + +.check:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled.png"); +} + +.check row:checked:insensitive, +.check row:selected:checked:insensitive, +.check row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled-alt.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover.png"); +} + +.check row:checked:backdrop, +.check row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-alt.png"); +} + +.check row:checked:hover:backdrop, +.check row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover-alt.png"); +} + +.check:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled.png"); +} + +.check row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled-alt.png"); +} + +.check:inconsistent { + -gtk-icon-source: url("assets/check-mixed.png"); +} + +.check:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover.png"); +} + +.check row:inconsistent, +.check row:selected:inconsistent, +.check row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/check-mixed-alt.png"); +} + +.check row:inconsistent:hover, +.check row:selected:inconsistent:hover, +.check row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled.png"); +} + +.check row:inconsistent:insensitive, +.check row:selected:inconsistent:insensitive, +.check row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled-alt.png"); +} + +.check:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed.png"); +} + +.check:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover.png"); +} + +.check row:inconsistent:backdrop, +.check row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-alt.png"); +} + +.check row:inconsistent:hover:backdrop, +.check row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled.png"); +} + +.check row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled-alt.png"); +} + +.radio { + -gtk-icon-source: url("assets/radio-unselected.png"); +} + +.radio:hover { + -gtk-icon-source: url("assets/radio-unselected-hover.png"); +} + +.radio row, +.radio row:selected, +.radio row:selected:focus { + -gtk-icon-source: url("assets/radio-unselected-alt.png"); +} + +.radio row:hover, +.radio row:selected:hover, +.radio row:selected:focus:hover { + -gtk-icon-source: url("assets/radio-unselected-hover-alt.png"); +} + +.radio:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled.png"); +} + +.radio row:insensitive { + background-color: transparent; +} + +.radio row:insensitive, +.radio row:selected:insensitive, +.radio row:selected:focus:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled-alt.png"); +} + +.radio:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected.png"); +} + +.radio:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover.png"); +} + +.radio row:backdrop, +.radio row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-alt.png"); +} + +.radio row:hover:backdrop, +.radio row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover-alt.png"); +} + +.radio:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled.png"); +} + +.radio row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled-alt.png"); +} + +.radio:checked { + -gtk-icon-source: url("assets/radio-selected.png"); +} + +.radio:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover.png"); +} + +.radio row:checked, +.radio row:selected:checked, +.radio row:selected:focus:checked { + -gtk-icon-source: url("assets/radio-selected-alt.png"); +} + +.radio row:checked:hover, +.radio row:selected:checked:hover, +.radio row:selected:focus:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled.png"); +} + +.radio row:insensitive, +.radio row:selected:checked:insensitive, +.radio row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled-alt.png"); +} + +.radio:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected.png"); +} + +.radio:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover.png"); +} + +.radio row:checked:backdrop, +.radio row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-alt.png"); +} + +.radio row:checked:hover:backdrop, +.radio row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled.png"); +} + +.radio row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled-alt.png"); +} + +.radio:inconsistent { + -gtk-icon-source: url("assets/radio-mixed.png"); +} + +.radio:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover.png"); +} + +.radio row:inconsistent, +.radio row:selected:inconsistent, +.radio row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover, +.radio row:selected:inconsistent:hover, +.radio row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled.png"); +} + +.radio row:inconsistent:insensitive, +.radio row:selected:inconsistent:insensitive, +.radio row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled-alt.png"); +} + +.radio:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed.png"); +} + +.radio:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover.png"); +} + +.radio row:inconsistent:backdrop, +.radio row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover:backdrop, +.radio row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled.png"); +} + +.radio row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled-alt.png"); +} + +.primary-toolbar .menu .check, +.menubar.toolbar .menu .check, +.header-bar .menu .check, +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .radio, +.menubar.toolbar .menu .radio, +.header-bar .menu .radio, +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .check:checked, +.menubar.toolbar .menu .check:checked, +.header-bar .menu .check:checked, +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:hover, +.menu .check:checked:hover { + -gtk-icon-source: url("assets/check-menuitem.png"); +} + +.primary-toolbar .menu .check:checked:insensitive, +.menubar.toolbar .menu .check:checked:insensitive, +.header-bar .menu .check:checked:insensitive, +.toolbar .menu .check:checked:hover:insensitive, +.menu .check:checked:insensitive, +.menu .check:checked:hover:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive.png"); +} + +.toolbar .menu .radio:checked:hover, +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem.png"); +} + +.primary-toolbar .menu .radio:checked:insensitive, +.menubar.toolbar .menu .radio:checked:insensitive, +.header-bar .menu .radio:checked:insensitive, +.toolbar .menu .radio:checked:hover:insensitive, +.menu .radio:checked:insensitive, +.menu .radio:checked:hover:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive.png"); +} + +.toolbar .menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.toolbar .menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.toolbar .menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} + +/********************* + * GtkScale's slider * + *********************/ +.scale.slider, +.scale.slider.horizontal { + background-image: url("assets/slider-horizontal.png"); +} + +.scale.slider:backdrop, +.scale.slider.horizontal:backdrop { + /*background-image: url("assets/slider-horizontal-disabled.png");*/ +} + +.scale.slider:hover, +.scale.slider.horizontal:hover { + background-image: url("assets/slider-horizontal-hover.png"); +} + +.scale.slider:focused, +.scale.slider.horizontal:focused { + background-image: url("assets/slider-horizontal-focused.png"); +} + +.scale.slider:hover:focused, +.scale.slider.horizontal:hover:focused { + background-image: url("assets/slider-horizontal-focused-hover.png"); +} + +.scale.slider:insensitive, +.scale.slider.horizontal:insensitive { + background-image: url("assets/slider-horizontal-disabled.png"); +} + +.scale.slider:insensitive:backdrop, +.scale.slider.horizontal:insensitive:backdrop { + /*background-image: url("assets/slider-horizontal-backdrop-disabled.png");*/ +} + +.scale.slider.vertical { + background-image: url("assets/slider-vertical.png"); +} + +.scale.slider.vertical:backdrop { + /*background-image: url("assets/slider-vertical-backdrop.png");*/ +} + +.scale.slider.vertical:hover { + background-image: url("assets/slider-vertical-hover.png"); +} + +.scale.slider.vertical:focused { + background-image: url("assets/slider-vertical-focused.png"); +} + +.scale.slider.vertical:hover:focused { + background-image: url("assets/slider-vertical-focused-hover.png"); +} + +.scale.slider.vertical:insensitive { + background-image: url("assets/slider-vertical-disabled.png"); +} + +.scale.slider.vertical:insensitive:backdrop { + /*background-image: url("assets/slider-vertical-backdrop-disabled.png");*/ +} + +/*.scale.scale-has-marks-above.slider.horizontal { + background-image: url("assets/slider-up.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:insensitive { + background-image: url("assets/slider-up-disabled.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop { + background-image: url("assets/slider-up-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-up-backdrop-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical { + background-image: url("assets/slider-left.png"); +} + +.scale.scale-has-marks-above.slider.vertical:insensitive { + background-image: url("assets/slider-left-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop { + background-image: url("assets/slider-left-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-left-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal { + background-image: url("assets/slider-down.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:insensitive { + background-image: url("assets/slider-down-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop { + background-image: url("assets/slider-down-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-down-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical { + background-image: url("assets/slider-right.png"); +} + +.scale.scale-has-marks-below.slider.vertical:insensitive { + background-image: url("assets/slider-right-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop { + background-image: url("assets/slider-right-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-right-backdrop-disabled.png"); +}*/ + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-assets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-assets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-assets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-assets-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-borders.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-borders.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-borders.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-borders.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,313 @@ +/* Borders */ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border: 1px solid #2e2e2c; + border-bottom-width: 0px; + border-radius: 4px 4px 0 0; +} + +/********* + * entry * + *********/ +.entry { + border-radius: 8px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.entry { + border-image: url("assets/entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:backdrop { + border-image: url("assets/backdrop-entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:focus { + border-image: url("assets/entry-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive { + border-image: url("assets/entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive:backdrop { + border-image: url("assets/backdrop-entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + border-radius: 8px; + border-width: 0; +} + +/****************** + * combobox entry * + ******************/ +GtkComboBox.combobox-entry .entry:first-child, +GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 1px 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +GtkComboBox.combobox-entry .entry:last-child, +GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +GtkComboBox.combobox-entry .button { + border-image: url("assets/combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:backdrop { + border-image: url("assets/backdrop-combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive { + border-image: url("assets/combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive:backdrop { + border-image: url("assets/backdrop-combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:active:focus { + border-image: url("assets/combobox-button-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:first-child, +.primary-toolbar GtkComboBox.combobox-entry .button:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:first-child, +.header-bar GtkComboBox.combobox-entry .entry:first-child, +.header-bar GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:last-child, +.primary-toolbar GtkComboBox.combobox-entry .button:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:last-child, +.header-bar GtkComboBox.combobox-entry .entry:last-child, +.header-bar GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +.notebook tab.top:active { + border-image: url("assets/notebook-tab-top.png") 8 10 1 10 / 8px 10px 1px 10px stretch; +} + +.notebook tab.right:active { + border-image: url("assets/notebook-tab-right.png") 10 8 10 1 / 10px 8px 10px 1px stretch; +} + +.notebook tab.bottom:active { + border-image: url("assets/notebook-tab-bottom.png") 1 10 8 10 / 1px 10px 8px 10px stretch; +} + +.notebook tab.left:active { + border-image: url("assets/notebook-tab-left.png") 10 1 10 8 / 10px 1px 10px 8px stretch; +} + +/* unfocused window: generic element borders */ +.button:backdrop, +GtkComboBox.combobox-entry .entry:backdrop, +GtkComboBox.combobox-entry .button:backdrop, +.entry:backdrop, +GtkSwitch.trough:backdrop, +.trough:backdrop { +} + +.trough, +.trough.highlight { + border-radius: 4px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.trough { + border-image: url("assets/progressbar-horizontal-trough.png") 6 7 6 7 / 6px 7px 6px 7px stretch; +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +.trough row { +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +GtkSwitch.trough { + border-image: url("assets/switch-trough-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.trough:active { + border-image: url("assets/switch-trough-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough, +.menubar.toolbar GtkSwitch.trough, +.header-bar GtkSwitch.trough { + border-image: url("assets/switch-trough-toolbar-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough:active, +.menubar.toolbar GtkSwitch.trough:active, +.header-bar GtkSwitch.trough:active { + border-image: url("assets/switch-trough-toolbar-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:active:backdrop, +GtkSwitch.trough:insensitive, +GtkSwitch.trough:active:insensitive { + border-image: url("assets/switch-trough-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.slider { + border-image: url("assets/switch-button-off.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +GtkSwitch.slider:active { + border-image: url("assets/switch-button-on.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:backdrop, +GtkSwitch.slider:insensitive { + border-image: url("assets/switch-button-off-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:active:backdrop, +GtkSwitch.slider:active:insensitive { + border-image: url("assets/switch-button-on-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-image: url("assets/progressbar-horizontal-fill.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical { + border-image: url("assets/progressbar-vertical-fill.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop { + border-image: url("assets/progressbar-horizontal-fill-backdrop.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical:backdrop { + border-image: url("assets/progressbar-vertical-fill-backdrop.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.scale.trough { + border-image: url("assets/scale-horizontal-trough.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:insensitive { + border-image: url("assets/scale-horizontal-trough-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:backdrop { + border-image: url("assets/scale-horizontal-trough-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical { + border-image: url("assets/scale-vertical-trough.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.vertical:insensitive { + border-image: url("assets/scale-vertical-trough-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left { + border-image: url("assets/scale-horizontal-fill.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical:backdrop { + border-image: url("assets/scale-vertical-trough-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left:insensitive { + border-image: url("assets/scale-horizontal-fill-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.left:backdrop { + border-image: url("assets/scale-horizontal-fill-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.bottom.vertical { + border-image: url("assets/scale-vertical-fill.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:insensitive { + border-image: url("assets/scale-vertical-fill-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:backdrop { + border-image: url("assets/scale-vertical-fill-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-borders-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-borders-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-borders-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-borders-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,38 @@ + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/radiance-entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/radiance-entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/radiance-combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/radiance-combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/radiance-combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border-color: #b8ab9c; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:36.000000000 +0000 @@ -0,0 +1,2126 @@ +* { + -GtkArrow-arrow-scaling: 0.6; + -GtkButton-child-displacement-x: 1; + -GtkButton-child-displacement-y: 1; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-interior-focus: true; + -GtkButton-inner-border: 3; + -GtkCheckButton-indicator-size: 18; + -GtkCheckMenuItem-indicator-size: 16; + -GtkEntry-inner-border: 2; + -GtkEntry-progress-border: 0; + -GtkExpander-expander-size: 8; + -GtkHTML-link-color: #C0A257; /* @link_color */ + -GtkIMHtml-hyperlink-color: #C0A257; /* @link_color */ + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 5px; + -GtkMenuBar-internal-padding: 0; + -GtkMenuItem-arrow-scaling: 0.6; + -GtkNotebook-tab-overlap: 1; + -GtkPaned-handle-size: 6; + -GtkProgressBar-min-horizontal-bar-height: 14; + -GtkProgressBar-min-vertical-bar-width: 14; + -GtkRange-trough-border: 0; + -GtkRange-slider-width: 14; + -GtkRange-stepper-size: 13; + -GtkRange-trough-under-steppers: 1; + -GtkRange-stepper-spacing: 0; + -GtkScale-trough-border: 0; + -GtkScrollbar-activate-slider: 1; + -GtkScrollbar-trough-border: 0; + -GtkScrollbar-min-slider-length: 31; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkSeparatorMenuItem-horizontal-padding: 0; + -GtkStatusbar-shadow-type: none; + -GtkTextView-error-underline-color: #df382c; /* @error_color */ + -GtkToolButton-icon-spacing: 6; + -GtkToolItemGroup-expander-size: 11; + -GtkToolbar-internal-padding: 0; + -GtkTreeView-expander-size: 8; + -GtkTreeView-vertical-separator: 0; + -GtkWidget-separator-width: 2; + -GtkWidget-separator-height: 2; + -GtkWidget-link-color: #C0A257; /* @link_color */ + -GtkWidget-visited-link-color: #C0A257; /* @link_color */ + -GtkWindow-resize-grip-width: 0; + -GtkWindow-resize-grip-height: 0; + -WnckTasklist-fade-overlay-rect: 0; + + background-origin: border-box; + background-clip: padding-box; +} + +.background { + color: @fg_color; + background-color: @bg_color; +} + +.background:backdrop { + color: @backdrop_fg_color; +} + +/* LP: #1285783 */ +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; +} + +GtkPaned { + background-color: @bg_color; +} + +/* Background hack to make DejaDup Assistant windows not turn black when + * overlay scrollbars are enabled. + */ +Assistant GtkEventBox { + background-color: @bg_color; +} + +/* ... and for Evolution's mail preferences window */ +EPreferencesWindow GtkNotebook GtkAlignment GtkVBox { + background-color: @bg_color; +} + +/************* + * assistant * + *************/ +GtkAssistant .sidebar .highlight { + color: @fg_color; + font: bold; +} + +GtkAssistant .sidebar { + background-color: shade (@bg_color, 0.97); + border-right-color: shade (@bg_color, 0.8); + border-radius: 0; + border-style: solid; + border-width: 0 1px 0 0; + padding: 12px; + + color: mix (@fg_color, @bg_color, 0.40); + text-shadow: 0 1px shade (@bg_color, 1.04); + + box-shadow: inset -1px 0 shade (@bg_color, 0.94); +} + +/********** + * button * + **********/ +.button { + padding: 5px 6px; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + + border: 1px solid transparent; + border-radius: 8px; + border-image-source: url("assets/button.png"); + + /* all button border images have the same size and are sliced in the same way */ + border-image-width: 10px 12px 10px 12px; + border-image-slice: 10 12 10 12; + border-image-repeat: stretch; +} + +.button.flat { + background-image: none; + border-image-source: none; +} + +.button:backdrop { + background-image: none; + background-color: @bg_color; + border-image-source: url("assets/backdrop-button.png"); + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +.button.flat:backdrop { + border-image-source: none; +} + +.button:focus { + border-image-source: url("assets/button-focused.png"); +} + +.button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.12)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.96))); + border-image-source: url("assets/button-hover.png"); +} + +.button:hover:backdrop { + background-color: shade (@bg_color, 1.04); + border-image-source: url("assets/backdrop-button-hover.png"); +} + +.button:hover:focus { + border-image-source: url("assets/button-focused-hover.png"); +} + +.button:insensitive { + background-image: none; + background-color: mix (#ebebeb, @bg_color, 0.5); + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + border-image-source: url("assets/button-disabled.png"); +} + +.button:insensitive:backdrop { + background-color: #ebebeb; + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); + border-image-source: url("assets/backdrop-button-disabled.png"); +} + +.button.flat:insensitive, +.button.flat:insensitive:backdrop { + background-color: transparent; + border-image-source: none; +} + +.button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + border-image-source: url("assets/button-active.png"); +} + +.button:checked:focus { + border-image-source: url("assets/button-active-focused.png"); +} + +.button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#dcdcdc), + to (#f3f3f3)); + border-image-source: url("assets/button-active-hover.png"); +} + +.button:active:focus { + border-image-source: url("assets/button-active-focused-hover.png"); +} + +.button:active:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#e3e3e3), + to (#f3f3f3)); + border-image-source: url("assets/button-active-disabled.png"); +} + +.button:checked:backdrop { + border-image-source: url("assets/backdrop-button-active.png"); +} + +.button:active:backdrop { + border-image-source: url("assets/backdrop-button-active-hover.png"); +} + +.button:checked:insensitive:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (#e3e3e3, @bg_color, 0.5)), + to (mix (#f3f3f3, @bg_color, 0.5))); + border-image-source: url("assets/backdrop-button-active-disabled.png"); +} + +.button.default { + border-image-source: url("assets/button-default.png"); +} + +.button.default:hover { + border-image-source: url("assets/button-default-hover.png"); +} + +.button.default:focus { + border-image-source: url("assets/button-default-focused.png"); +} + +.button.default:focus:hover { + border-image-source: url("assets/button-default-focused-hover.png"); +} + +/****************** + * Linked Widgets * + *****************/ +.linked > .entry, +.linked > .button, +.linked > GtkComboBox > .button { + border-radius: 0; + border-image-width: 10px 0 10px 0; + border-width: 1px 0 1px 0; + box-shadow: inset -1px 0 shade (@bg_color, 0.84); +} + +.linked > .entry:first-child, +.linked > .button:first-child, +.linked > GtkComboBox:first-child > .button { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; +} + +.linked > .entry:last-child, +.linked > .button:last-child, +.linked > GtkComboBox:last-child > .button { + border-image-width: 10px 12px 10px 0; + border-radius: 0 8px 8px 0; + box-shadow: none; +} + +.linked > .entry:only-child, +.linked > .button:only-child, +.linked > GtkComboBox:only-child > .button { + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +.primary-toolbar .linked .button, +.header-bar .linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.header-bar .linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.header-bar .linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4) +} + +.primary-toolbar .linked .button:active, +.header-bar .linked .button:active, +.primary-toolbar .linked .button:insensitive, +.header-bar .linked .button:insensitive { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:only-child, +.header-bar .linked .button:only-child { + box-shadow: none; +} + +/**************** + * cell and row * + ****************/ +.cell { + -GtkCheckButton-indicator-size: 16; + + background-color: @base_color; + border-radius: 0; + border-width: 0; +} + +row:selected { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@selected_bg_color, 1.06)), + to (shade (@selected_bg_color, 0.94))); + border-top-color: shade (@selected_bg_color, 0.88); + border-style: solid; + border-width: 1px 0 0 0; + + color: @selected_fg_color; +} + +row:selected:backdrop { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@backdrop_selected_bg_color, 1.06)), + to (shade (@backdrop_selected_bg_color, 0.94))); + border-top-color: shade (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + +/******************* + * check and radio * + *******************/ + +/* Draw a focus ring around the contained label ... */ +GtkCheckButton.text-button GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +GtkCheckButton.text-button:focus GtkLabel { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +/* ... unless it's a proper button, which already has a focus-colored border */ +.button.text-button:focus GtkLabel { + border: none; + background: none; +} + +.menu .radio * { + box-shadow: none; +} + +/***************** + * column-header * + *****************/ +column-header .button, +column-header .button:active { + border-radius: 0; + border-width: 0 1px 1px 0; + border-image: none; +} + +column-header .button { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.06)), + to (shade (@bg_color, 1.04))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); + + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.4); +} + +column-header .button:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.02))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.94)), + to (shade (@bg_color, 0.88))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.03), + inset 0 -1px shade (@bg_color, 1.03); +} + +column-header .button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.13)), + to (shade (@bg_color, 1.08))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + +column-header .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.1)), + to (shade (@bg_color, 1.06))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + + +column-header:nth-child(last) .button { + border-width: 0 0 1px 0; +} + +/**************** + * Content view * + ****************/ +.content-view.view { + background-color: shade (@bg_color, 1.01); +} + +.content-view.view:prelight { + background-color: shade (@bg_color, 1.03); +} + +.view:selected, +.view:active, +.content-view.view:selected, +.content-view.view:active { + background-color: @selected_bg_color; +} + +.content-view.view:insensitive { + background-color: @bg_color; +} + +.content-view.view:backdrop { + background-color: @bg_color; +} + +.content-view.view:selected:backdrop { + background-color: @backdrop_selected_bg_color; +} + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; +} + +/********* + * entry * + *********/ +.entry { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@base_color, 0.96)), + to (@base_color)); + padding: 5px 7px; + + color: @text_color; +} + +.entry:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@base_color, 0.96), @bg_color, 0.5)), + to (mix (@base_color, @bg_color, 0.5))); + color: @backdrop_text_color; +} + +.entry:selected, +.entry:selected:focused { + background-color: @selected_bg_color; + + color: @selected_fg_color; +} + +.entry:insensitive { + background-color: #f5f5f5; + background-image: none; + + color: mix (@text_color, @base_color, 0.4); +} + +.entry:insensitive:backdrop { + background-color: mix (#f5f5f5, @bg_color, 0.5); + + color: mix (@text_color, @base_color, 0.4); +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.8)), + color-stop (0.1, shade (@selected_bg_color, 0.9)), + to (shade (@selected_bg_color, 1.1))); + border-width: 0; + + color: @selected_fg_color; +} + +/************ + * expander * + ************/ +.expander { + color: @fg_color; +} + +/********* + * frame * + *********/ +.frame { + border-radius: 3px; + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.82); + border-image: none; + background: none; +} + +.frame.flat { + border: none; +} + +/**************** + * window-frame * + ****************/ + +.window-frame.csd.popup { + border-style: none; + border-radius: 0; + box-shadow: 0 3px 8px @shadow_color; +} + +.window-frame { + border: none; + border-radius: 2px 2px 0 0; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), + 0 6px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); + + /* this is used for the resize cursor area */ + margin: 15px; +} + +.window-frame:backdrop { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.12); +} + +.window-frame.tiled { + border-radius: 0; +} + +.window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: none; +} + +.window-frame.csd.message-dialog { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), + 0 3px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); +} + +/******* + * CSD * + *******/ +.titlebar { + border-radius: 0px; + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +.tiled .titlebar { + border-radius: 0; +} + +.maximized .titlebar { + border-radius: 0; +} + +/* this is the default titlebar that is added by GTK + * when client-side decorations are in use and the application + * does not set a custom titlebar. + */ +.titlebar.default-decoration { + border: none; + box-shadow: none; +} + +.titlebar .title { + font: bold; +} + +.titlebar:backdrop { + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + background-color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +/************ + * iconview * + ************/ +.view { + background-color: @base_color; + color: @text_color; +} + +GtkIconView.view.cell:selected, +GtkIconView.view.cell:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.0)), + to (shade (@selected_bg_color, 0.9))); + border-radius: 5px; + border-style: solid; + border-width: 1px; + border-color: shade (@selected_bg_color, 0.8); + border-bottom-color: shade (@selected_bg_color, 0.7); + + color: @selected_fg_color; + + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.05), + inset -1px 0 shade (@selected_bg_color, 1.05), + inset 0 1px shade (@selected_bg_color, 1.08), + inset 0 -1px shade (@selected_bg_color, 1.0); +} + +.rubberband { + background-color: alpha (@selected_bg_color, 0.35); + border-color: @selected_bg_color; + border-radius: 0; + border-style: solid; + border-width: 1px; +} + +GtkIconView.cell { + background-color: transparent; +} + +/*********** + * infobar * + ***********/ +.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@info_bg_color, 1.04)), + to (shade (@info_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @info_fg_color; + + border-color: shade (@info_bg_color, 0.8); + border-bottom-color: shade (@info_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@info_bg_color, 1.08), + inset -1px 0 shade (@info_bg_color, 1.08), + inset 0 1px shade (@info_bg_color, 1.1), + inset 0 -1px shade (@info_bg_color, 1.04); +} + +.warning { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@warning_bg_color, 1.04)), + to (shade (@warning_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @warning_fg_color; + + border-color: shade (@warning_bg_color, 0.8); + border-bottom-color: shade (@warning_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@warning_bg_color, 1.08), + inset -1px 0 shade (@warning_bg_color, 1.08), + inset 0 1px shade (@warning_bg_color, 1.1), + inset 0 -1px shade (@warning_bg_color, 1.04); +} + +.question { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@question_bg_color, 1.04)), + to (shade (@question_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @question_fg_color; + + border-color: shade (@question_bg_color, 0.8); + border-bottom-color: shade (@question_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@question_bg_color, 1.08), + inset -1px 0 shade (@question_bg_color, 1.08), + inset 0 1px shade (@question_bg_color, 1.1), + inset 0 -1px shade (@question_bg_color, 1.04); +} + +.error { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@error_bg_color, 1.04)), + to (shade (@error_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @error_fg_color; + + border-color: shade (@error_bg_color, 0.8); + border-bottom-color: shade (@error_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@error_bg_color, 1.08), + inset -1px 0 shade (@error_bg_color, 1.08), + inset 0 1px shade (@error_bg_color, 1.1), + inset 0 -1px shade (@error_bg_color, 1.04); +} + +/******** + * menu * + ********/ +GtkTreeMenu.menu, +.toolbar .header-bar .menu, +GtkMenuToolButton.menu, +.primary-toolbar .button .menu, +.header-bar .button .menu, +.menu { + background-image: none; + background-color: shade (@dark_bg_color, 1.08); + border-bottom-color: shade (@dark_bg_color, 0.96); + border-left-color: shade (@dark_bg_color, 0.8); + border-right-color: shade (@dark_bg_color, 0.8); + border-top-color: shade (@dark_bg_color, 0.96); + padding: 0; + border-width: 1px; + border-style: solid; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.18), + inset 0 -1px shade (@dark_bg_color, 1.18), + inset -1px 0 shade (@dark_bg_color, 1.16), + inset 1px 0 shade (@dark_bg_color, 1.18); + + margin: 1px; +} + +.toolbar .menu, +GtkComboBox .menu { + background-image: none; + background-color: @bg_color; + border-bottom-color: shade (@bg_color, 0.66); + border-left-color: shade (@bg_color, 0.7); + border-right-color: shade (@bg_color, 0.7); + border-top-color: shade (@bg_color, 0.8); + border-style: solid; + padding: 0; + + color: @fg_color; + + box-shadow: inset -1px 0 shade (@bg_color, 1.18), + inset 1px 0 shade (@bg_color, 1.18), + inset 0 1px shade (@bg_color, 1.18); +} + +.menu:selected { + background-color: @selected_bg_color; +} + +.menu.button:hover, +.menu.button:checked, +.menu.button:checked:insensitive, +.menu.button:insensitive, +.menu.button +{ + background-color: shade (@dark_bg_color, 1.08); + background-image: none; + border-radius: 0; + border-style: none; + border-width: 1px; +} + +.context-menu { + font: regular medium; +} + +/*********** + * menubar * + ***********/ +.menubar { + -GtkWidget-window-dragging: true; + + background-color: @dark_bg_color; + background-image: none; + border-width: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.menubar:backdrop { + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.8); +} + +/*************** + * menubaritem * + ***************/ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.38)), + to (shade (@dark_bg_color, 1.11))); + + box-shadow: inset 0 1px 1px 0 shade (@dark_bg_color, 1.8); + + color: shade (@dark_fg_color, 1.1); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +/************ + * menuitem * + ************/ +.menuitem { + -GtkMenuItem-horizontal-padding: 0; + background: transparent; + border-radius: 0; + padding: 3px 5px 3px 5px; + + text-shadow: none; +} + +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { +} + +GtkComboBox .menuitem *:hover { + color: @selected_fg_color; +} + +.popover .menuitem:checked:hover, +.menuitem:hover, +.menu .menuitem:hover { + border-radius: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.1)), + to (shade (@selected_bg_color, 0.9))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.7)), + to (shade (@selected_bg_color, 0.7))) 1; + border-image-width: 1px; + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.02), + inset -1px 0 shade (@selected_bg_color, 1.02), + inset 0 1px shade (@selected_bg_color, 1.16), + inset 0 -1px shade (@selected_bg_color, 0.96); + + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem.check:checked, +.menuitem.radio:checked { + color: @fg_color; +} + +.menu .menuitem.check:hover, +.menu .menuitem.radio:hover { + box-shadow: none; +} + +GtkTreeMenu.menu .menuitem:insensitive, +GtkTreeMenu.menu .menuitem *:insensitive, +.toolbar .header-bar .menu .menuitem:insensitive, +.toolbar .header-bar .menu .menuitem *:insensitive, +GtkMenuToolButton.menu .menuitem:insensitive, +GtkMenuToolButton.menu .menuitem *:insensitive, +.primary-toolbar .button .menu .menuitem:insensitive, +.primary-toolbar .button .menu .menuitem *:insensitive, +.header-bar .button .menu .menuitem:insensitive, +.header-bar .button .menu .menuitem *:insensitive, +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@dark_fg_color, @dark_bg_color, 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.toolbar .menu .menuitem:insensitive, +.toolbar .menu .menuitem *:insensitive, +GtkComboBox .menu .menuitem:insensitive, +GtkComboBox .menu .menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +.menuitem GtkCalendar, +.menuitem GtkCalendar.button, +.menuitem GtkCalendar.header, +.menuitem GtkCalendar.view { + background-color: @dark_bg_color; + background-image: none; + border-radius: 0; + border-style: solid; + border-width: 0; + padding: 0; + + color: @dark_fg_color; +} + +.menuitem GtkCalendar { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; +} + +.menuitem GtkCalendar:inconsistent { + color: shade (@bg_color, 0.6); +} + +.menuitem .entry { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; + + color: @dark_fg_color; + + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 0.9))) 1; + border-image-width: 1px; +} + +.primary-toolbar GtkScale.trough, +.primary-toolbar GtkScale.trough:backdrop, +.header-bar GtkScale.trough, +.header-bar GtkScale.trough:backdrop, +.menuitem GtkScale.trough { + background-color: @dark_bg_color; + background-image: none; + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 1.15))) 1; + border-image-width: 1px; +} + +.menuitem .accelerator { + color: alpha (@dark_fg_color, 0.5); +} + +.menuitem .accelerator:hover { + color: alpha (@selected_fg_color, 0.8); +} + +.menuitem .accelerator:insensitive { + color: alpha (mix (@dark_fg_color, @dark_bg_color, 0.5), 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.menuitem > GtkBox > GtkImage + GtkLabel { + padding-left: 6px; +} + +/************ + * notebook * + ************/ +.notebook tab.top { padding: 4px 6px 2px 6px; } +.notebook tab.top:active { padding-bottom: 3px; } +.notebook tab.bottom { padding: 2px 6px 4px 6px; } +.notebook tab.bottom:active { padding-top: 3px; } +.notebook tab.left { padding: 2px 4px 2px 6px; } +.notebook tab.left:active { padding-right: 5px; } +.notebook tab.right { padding: 2px 6px 2px 4px; } +.notebook tab.right:active { padding-left: 5px; } + +/* give active tab a background, as it might be dragged across of others when reordering */ +.notebook tab:active { + background-color: @bg_color; +} + +.notebook.header { + border-width: 0; /* set below depending on position of tab bar */ + border-color: shade (@bg_color, 0.82); + border-style: solid; +} + +/* Draw a border between tabs and content ... */ +.notebook.header.top { border-bottom-width: 1px; } +.notebook.header.right { border-left-width: 1px; } +.notebook.header.left { border-right-width: 1px; } +.notebook.header.bottom { border-top-width: 1px; } + +/* ... unless the content is in a frame (thus having a border itself */ +.notebook.header.frame.top { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.bottom { border: none; } + +.notebook tab.top { + border-image: -gtk-gradient (linear, left top, left bottom, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +.notebook tab.right { + border-image: -gtk-gradient (linear, right top, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.left { + border-image: -gtk-gradient (linear, left top, right top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.bottom { + border-image: -gtk-gradient (linear, left bottom, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +/* Draw a focus ring around labels in tabs */ +.notebook tab GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +.notebook:focus tab GtkLabel.active-page { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +.notebook GtkDrawingArea { + background-color: shade (@bg_color, 1.02); +} + +/****************** + * pane separator * + ******************/ +.sidebar .pane-separator, +.pane-separator { + background-color: transparent; + border-color: shade (@bg_color, 0.84); +} + +/************************* + * progressbar and scale * + *************************/ +GtkScale, +GtkProgressBar { + border-radius: 8px; + border-width: 0px; + padding: 1px; +} + +.scale.trough { + margin: 7px 0 6px 0; +} + +.scale.trough.vertical { + margin: 0 7px 0 6px; +} + +.menubar .menuitem .scale.highlight.left, +.scale.highlight.left, +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #B08B54; + border-style: solid; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop, +.scale.highlight.bottom:backdrop, +.progressbar.vertical:backdrop { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #b0b0b0; +} + +.scale.highlight.left:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.scale.highlight.bottom:insensitive { + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.trough, +.trough row, +.trough row:hover, +.trough row:selected, +.trough row:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#d1d1d1), + to (#e8e8e8)); + border-style: solid; + border-width: 1px; + + color: @text_color; +} + +.trough.vertical { + background-image: -gtk-gradient (linear, left top, right top, + from (#d1d1d1), + to (#e8e8e8)); +} + +/* level bars as used for password quality or remaining power */ + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; +} + +GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; +} + +.level-bar.trough { + padding: 2px; +} + +.level-bar.fill-block { + border-width: 1px; + border-style: solid; + + border-color: @selected_bg_color; + background-color: #B08B54; +} + +.level-bar.indicator-continuous.fill-block { + padding: 2px; + border-radius: 2px; +} + +.level-bar.fill-block:backdrop, +.level-bar.fill-block.level-high:backdrop, +.level-bar.fill-block.level-low:backdrop { + background-color: #b0b0b0; + border-color: #b0b0b0; + background-image: none; +} + + +.level-bar.indicator-discrete.fill-block.horizontal { + margin: 0 1px; +} + +.level-bar.indicator-discrete.fill-block.vertical { + margin: 1px 0; +} + +.level-bar.fill-block.level-high { + border-color: shade(@success_color, 0.85); + background-image: linear-gradient(to bottom, + shade(@success_color, 1.2), + @success_color 75%, + shade(@success_color, 0.95) + ); +} + +.level-bar.fill-block.level-low { + border-color: shade(@warning_bg_color, 0.80); + background-image: linear-gradient(to bottom, + shade(@warning_bg_color, 1.3), + @warning_bg_color 75%, + shade(@warning_bg_color, 0.90) + ); +} + +.level-bar.fill-block.empty-fill-block { + background-color: transparent; + background-image: none; + border-color: alpha(@bg_color, 0.1); +} + +.level-bar.fill-block.empty-fill-block:backdrop { + border-color: transparent; + background-color: transparent; +} + +GtkScale { + -GtkRange-slider-width: 18; + -GtkRange-trough-border: 0; + -GtkScale-slider-length: 14; +} + +GtkScale.vertical { + -GtkScale-slider-length: 13; +} + +.scale.trough.highlight { + background-color: #B08B54; + background-image: none; + background-clip: content-box; +} + +.scale.trough.highlight:insensitive { + background-color: #b5b5b5; + background-image: none; +} + +.scale.trough.highlight.left { + margin: 7px 0 7px 0; +} + +.scale.trough.highlight:backdrop { + background-color: #dcdcdc; + background-image: none; +} + +.scale.trough.highlight.bottom { + margin: 0 7px 0 7px; +} + +GtkScale.mark { + border-color: shade (@bg_color, 0.8); +} + +/************* + * scrollbar * + *************/ +.scrollbar, +.scrollbar.vertical { + -GtkScrollbar-has-backward-stepper: 0; + -GtkScrollbar-has-forward-stepper: 0; + -GtkRange-slider-width: 14; + + border-radius: 20px; + + border-image: none; +} + +.scrollbar.trough, +.scrollbar.trough.vertical { + border-color: shade (@bg_color, 0.8); +} + +.scrollbar.slider, +.scrollbar.slider:hover, +.scrollbar.button, +.scrollbar.slider.vertical, +.scrollbar.slider.vertical:hover, +.scrollbar.button.vertical { + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.86); + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.01), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); +} + +.scrollbar.slider.horizontal, +.scrollbar.slider.horizontal:hover, +.scrollbar.button.horizontal { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.1), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.01); +} + +/* overlay scrollbar */ +OsThumb { + color: shade (@fg_color, 1.6); +} + +OsThumb:selected, +GtkScrollbar:selected { + background-color: @selected_bg_color; +} + +OsThumb:active, +GtkScrollbar:active { + background-color: shade (@bg_color, 0.6); +} + +OsThumb:insensitive, +GtkScrollbar:insensitive { + background-color: shade (@bg_color, 0.85); +} + +/******************* + * scrolled window * + *******************/ +.ubuntu-online-accounts.frame, +GtkScrolledWindow.frame { + border-top-color: shade (@bg_color, 0.84); + border-right-color: shade (@bg_color, 0.76); + border-bottom-color: shade (@bg_color, 0.86); + border-left-color: shade (@bg_color, 0.76); + border-radius: 0; + border-style: solid; +} + +.ubuntu-online-accounts.frame { + border-top-width: 0; +} + +/************* + * separator * + *************/ +.separator { + border-width: 1px; + border-style: solid; + border-image: none; + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +GtkTreeView.view.separator, +GtkTreeView.separator, +.separator, +.separator:hover { + color: shade (@bg_color, 0.92); +} + +.separator.horizontal { + border-width: 1px 0 1px 0; +} + +.separator.vertical { + border-width: 0 1px 0 1px; +} + +GtkComboBox .separator { + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +.button .separator, +.button.separator { + border-color: shade (@button_bg_color, 0.9); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +.button .separator:insensitive, +.button.separator:insensitive { + border-color: shade (@button_insensitive_bg_color, 0.96); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.3); + border-right-color: alpha (shade (@bg_color, 1.26), 0.3); +} + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + border: none; + color: @dark_bg_color; +} + +GtkTreeMenu .menuitem.separator, +.toolbar .header-bar .menuitem.separator, +GtkMenuToolButton .menuitem.separator, +.primary-toolbar .button .menuitem.separator, +.header-bar .button .menuitem.separator, +.menuitem.separator { + border-color: shade (@dark_bg_color, 0.99); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +.toolbar .menuitem.separator, +GtkComboBox .menuitem.separator { + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +/*********** + * sidebar * + ***********/ +.sidebar row:selected { + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +.sidebar .frame { + border-width: 0; +} + +/************** + * spinbutton * + **************/ +.spinbutton.button:active, +.spinbutton.button:insensitive, +.spinbutton.button { + border-radius: 0; +} + +.spinbutton.button:active:nth-child(last), +.spinbutton.button:insensitive:nth-child(last) +.spinbutton.button:nth-child(last), +.spinbutton.button:active:backdrop:nth-child(last), +.spinbutton.button:insensitive:backdrop:nth-child(last), +.spinbutton.button:backdrop:nth-child(last) { + border-radius: 0 7px 7px 0; +} + +.spinbutton.button, +.spinbutton.button:active, +.spinbutton.button:backdrop, +.spinbutton.button:active:backdrop, +.spinbutton.button:hover, +.spinbutton.button:hover:backdrop { + background-image: none; + background-color: transparent; + border-image: none; + border-width: 0 0 0 1px; + border-left-color: alpha (shade (@bg_color, 0.6), 0.22); +} + +.spinbutton.button:active { + background-image: -gtk-gradient (radial, center center, 0.0, center center, 0.5, + from (alpha (@selected_bg_color, 0.2)), + to (alpha (@selected_bg_color, 0.0))); +} + +.spinbutton.button:insensitive, +.spinbutton.button:insensitive:backdrop { + border-left-color: alpha (shade (@bg_color, 0.6), 0.18); + + color: shade (@bg_color, 0.66); +} + +.spinbutton, +.spinbutton:hover { + color: @fg_color; +} + +/*********** + * spinner * + ***********/ +@keyframes spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.spinner { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + color: @selected_bg_color; + opacity: 0; +} + +.spinner:active { + animation: spinner 1s infinite linear; + opacity: 1; +} + +.spinner:active:backdrop { + color: @backdrop_fg_color; +} + +.spinner:active:insensitive { + opacity: 0.5; +} + +/************* + * statusbar * + *************/ +GtkStatusbar { +} + +/********** + * switch * + **********/ +GtkSwitch { + border-radius: 8px; + padding: 0; +} + +GtkSwitch.trough { + border-radius: 8px; + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.trough:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.93)), + to (shade (@selected_bg_color, 0.99))); + + color: @selected_fg_color; + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +GtkSwitch:focus { + outline: 2px solid @focus_color; + outline-offset: -2px; + outline-radius: 6px; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.93)), + to (shade (@bg_color, 0.99))); + + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.slider { + padding: 1px; + border-radius: 6px; + border-style: solid; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); +} + +GtkSwitch.slider:backdrop { + background-image: none; + background-color: @bg_color; + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +/************ + * textview * + ************/ +GtkTextView { + background-color: @base_color; +} + +.header-bar { + padding: 2px 6px; +} + +/* + * Header Bars + * + * The following rules only style header bars when they are used as a window's + * titlebar widget (i.e., they have .titlebar set as well). + * + * Some applications reuse their header bar as a primary toolbar on desktops + * that prefer showing traditional title bars. The rules for those are further + * down grouped with normal toolbars. + */ +.titlebar.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (@dark_bg_color)); + border-color: shade (@dark_bg_color, 1.5); + border-style: solid; + border-width: 1px 0 0 0; + border-radius: 0 0 0 0; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.65); +} + +.titlebar.header-bar .title { + font: bold; +} + +.titlebar.header-bar .subtitle { + font-size: smaller; + opacity: 0.5; +} + +.titlebar.header-bar:backdrop { + color: @backdrop_fg_color; + background-image: none; + background-color: @dark_bg_color; + border-top-color: @dark_bg_color; +} + +.maximized .titlebar.header-bar { + border-radius: 0; + border: none; +} + +.titlebar.header-bar .button.titlebutton { + background-clip: padding-box; + border: 1px solid #d0c7bf; + color: #8b8379; + icon-shadow: 0 1px rgba(255, 255, 255, 0.5); + border-radius: 9px; + padding: 0; + box-shadow: none; + background-image: linear-gradient(to top, #d5d2ce, #ece8e4 50%, #f7f4f3); +} + +.titlebar.header-bar .button.titlebutton.close { + color: #7F7F7F; + icon-shadow: 0 1px rgba(255, 255, 255, 0.25); + background-image: linear-gradient(to top, #EFCC94, #F7E4C2 60%, #F8E6C7); +} + +.titlebar.header-bar .button.titlebutton.close:hover { + background-image: linear-gradient(to top, #F7D399, #F7E4C2 20%, #FAEED5); +} + +.titlebar.header-bar .button.titlebutton:hover, +.titlebar.header-bar .button.titlebutton:backdrop:hover { + background-image: linear-gradient(to top, #e2e1df, #f8f6f3 50%, #fcfbf9); +} + +.titlebar.header-bar .button.titlebutton:active { + icon-shadow: none; + background-image: linear-gradient(to top, #fcfbf8, #fbf9f6); +} + +.titlebar.header-bar .button.titlebutton.close:active { + background-image: linear-gradient(to top, #E0C090, #D9C9AB); +} + +.titlebar.header-bar .button.titlebutton:backdrop { + color: #8b8379; + icon-shadow: none; + background-image: linear-gradient(to top, #ece9e6, #e8e4e1); +} + +/*********** + * toolbar * + ***********/ +.toolbar { + border-style: none; + padding: 1px; + + color: @fg_color; + text-shadow: none; +} + +.toolbar:backdrop { + color: @backdrop_fg_color; +} + +/******************* + * primary-toolbar * + *******************/ +.primary-toolbar, +.header-bar { + -GtkWidget-window-dragging: true; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + border-style: solid; + border-width: 1px 0 1px 0; + border-radius: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + + box-shadow: none; +} + +.primary-toolbar:backdrop, +.header-bar:backdrop { + background-image: none; + background-color: @dark_bg_color; + box-shadow: none; + border-top-color: @dark_bg_color; + border-bottom-color: shade (@dark_bg_color, 0.9); + + color: @backdrop_dark_fg_color; +} + +.primary-toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.primary-toolbar .button, +.header-bar .button, +.primary-toolbar .button.flat:hover { + background: transparent; + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + border-image-source: url("assets/radiance-button-toolbar.png"); +} + +.primary-toolbar .button.flat { + border-image-source: none; + background: transparent; +} + +.primary-toolbar .button:focused, +.header-bar .button:focused { + border-image-source: url("assets/radiance-button-toolbar-focused.png"); +} + +.primary-toolbar .button:active, +.primary-toolbar .button:checked, +.header-bar .button:active, +.header-bar .button:checked { + border-image-source: url("assets/radiance-button-toolbar-active.png"); +} + +.primary-toolbar .button:active:focused, +.primary-toolbar .button:checked:focused, +.header-bar .button:active:focused, +.header-bar .button:checked:focused { + border-image-source: url("assets/radiance-button-toolbar-active-focused.png"); +} + +.primary-toolbar .button:backdrop, +.header-bar .button:backdrop { + background-color: transparent; + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.9); + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:hover:backdrop, +.header-bar .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.98)), + to (shade (@dark_bg_color, 0.94))); +} + +.primary-toolbar .button.flat:backdrop { + border-image-source: none; +} + +.primary-toolbar .button.flat:hover:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:active:backdrop, +.primary-toolbar .button:checked:backdrop, +.header-bar .button:active:backdrop, +.header-bar .button:checked:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar-active.png"); +} + +.primary-toolbar .button:hover, +.primary-toolbar .button:checked, +.header-bar .button:hover, +.header-bar .button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.2)), + to (shade (@dark_bg_color, 1.1))); +} + +.primary-toolbar .button:active, +.header-bar .button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.primary-toolbar .button:active:hover, +.menubar.toolbar .button:active:hover, +.header-bar .button:active:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); +} + +.primary-toolbar .button:checked:insensitive, +.primary-toolbar .button:insensitive, +.header-bar .button:checked:insensitive, +.header-bar .button:insensitive { + text-shadow: none; +} + +.primary-toolbar .button:insensitive, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.01)), + to (shade (@dark_bg_color, 0.99))); +} + +.primary-toolbar .button.flat:insensitive { + background-image: none; +} + +.primary-toolbar .button:checked:insensitive, +.header-bar .button:checked:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.94)), + to (shade (@dark_bg_color, 1.02))); +} + +.primary-toolbar GtkSeparatorToolItem, +.primary-toolbar .separator, +.primary-toolbar .separator:insensitive, +.header-bar GtkSeparatorToolItem, +.header-bar .separator, +.header-bar .separator:insensitive { + border-color: alpha (shade (@dark_bg_color, 0.94), 0.35); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* inline-toolbar */ +.inline-toolbar.toolbar { + -GtkToolbar-button-relief: normal; + + border-right-color: shade (@bg_color, 0.86); + border-bottom-color: shade (@bg_color, 0.88); + border-left-color: shade (@bg_color, 0.86); + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#f2f1ef, 0.93)), + color-stop (0.08, #f2f1ef), + to (#ffffff)); + border-width: 0 1px 1px 1px; + border-style: solid; + border-radius: 3px; + border-top-right-radius: 0; + border-top-left-radius: 0; + padding: 3px 4px 4px 4px; +} + +.inline-toolbar.toolbar .button { + padding: 4px; + + icon-shadow: 0 1px shade (@bg_color, 1.16); +} + +/* Middle button */ +.inline-toolbar.toolbar .button, +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar .button:focus, +.inline-toolbar.toolbar .button:focus:active, +.inline-toolbar.toolbar .button:insensitive, +.inline-toolbar.toolbar .button:backdrop, +.inline-toolbar.toolbar .button:backdrop:insensitive, +.inline-toolbar.toolbar GtkToolButton .button, +.inline-toolbar.toolbar GtkToolButton .button:active, +.inline-toolbar.toolbar GtkToolButton .button:focus, +.inline-toolbar.toolbar GtkToolButton .button:focus:active, +.inline-toolbar.toolbar GtkToolButton .button:insensitive, +.inline-toolbar.toolbar GtkToolButton .button:backdrop, +.inline-toolbar.toolbar GtkToolButton .button:backdrop:insensitive { + border-right-width: 0; + border-left-width: 0; + border-image-width: 10px 0 10px 0; + border-radius: 0; +} + +/* Leftmost button */ +.inline-toolbar.toolbar .button:first-child, +.inline-toolbar.toolbar .button:active:first-child, +.inline-toolbar.toolbar .button:focus:first-child, +.inline-toolbar.toolbar .button:focus:active:first-child, +.inline-toolbar.toolbar .button:insensitive:first-child, +.inline-toolbar.toolbar .button:backdrop:first-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:first-child, +.inline-toolbar.toolbar GtkToolButton:first-child .button, +.inline-toolbar.toolbar GtkToolButton:first-child .button:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop:insensitive { + border-left-width: 1px; + border-right-width: 0; + border-image-width: 10px 0 10px 12px; + border-radius: 8px; + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +/* Rightmost button */ +.inline-toolbar.toolbar .button:last-child, +.inline-toolbar.toolbar .button:active:last-child, +.inline-toolbar.toolbar .button:focus:last-child, +.inline-toolbar.toolbar .button:focus:active:last-child, +.inline-toolbar.toolbar .button:insensitive:last-child, +.inline-toolbar.toolbar .button:backdrop:last-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:last-child, +.inline-toolbar.toolbar GtkToolButton:last-child .button, +.inline-toolbar.toolbar GtkToolButton:last-child .button:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop:insensitive { + border-left-width: 0; + border-right-width: 1px; + border-image-width: 10px 12px 10px 0; + border-radius: 8px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +/* Single button */ +.inline-toolbar.toolbar .button:only-child, +.inline-toolbar.toolbar .button:active:only-child, +.inline-toolbar.toolbar .button:focus:only-child, +.inline-toolbar.toolbar .button:focus:active:only-child, +.inline-toolbar.toolbar .button:insensitive:only-child, +.inline-toolbar.toolbar .button:backdrop:only-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:only-child, +.inline-toolbar.toolbar GtkToolButton:only-child .button, +.inline-toolbar.toolbar GtkToolButton:only-child .button:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop:insensitive { + border-right-width: 1px; + border-left-width: 1px; + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +/*********** + * tooltip * + ***********/ +.tooltip { + background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8, + from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)), + to (alpha (@tooltip_bg_color, 0.86))); + border-color: alpha (#ffffff, 0.2); + border-radius: 5px; + border-style: solid; + border-width: 1px; + + background-color: @tooltip_bg_color; + color: @tooltip_fg_color; +} + +/************ + * treeview * + ************/ +GtkTreeView.dnd { + border-color: shade (@selected_bg_color, 1.12); + border-radius: 2px; + border-width: 1px; + border-style: solid; +} + +GtkTreeView .entry { + background-image: none; +} + +/************ + * viewport * + ************/ +GtkViewport.frame { + border-width: 0; +} + +/************ + * listbox * + ************/ +.list-row.button { + border-image: none; + border-style: none; + border-radius: 0; + background-image: none; +} + +.list-row.button:selected { + text-shadow: none; +} + +/************ + * popover * + ************/ +.popover { + background-clip: border-box; + + border-radius: 5px; + border: 1px solid darker(@bg_color); + + box-shadow: 0 2px 3px @shadow_color; + margin: 10px; + padding: 2px; +} + +.popover:backdrop { + box-shadow: none; +} + +/* Popover menuitems are actually buttons. The following rules reset most of + * the button styles for them. + */ +.popover .menuitem, +.popover .menuitem:checked, +.popover .menuitem:hover, +.popover .menuitem:active, +.popover .menuitem:insensitive, +.popover .menuitem:backdrop { + border-image: none; + border: none; + text-shadow: none; + border-radius: 3px; +} + +.popover .menuitem:backdrop:hover { + border: none; + border-image: none; + background: transparent; + color: @fg_color; +} + +.popover .menuitem:checked, +.popover .menuitem.check, +.popover .menuitem.check:checked, +.popover .menuitem.radio, +.popover .menuitem.radio:checked { + background-image: none; + border: none; +} + +.popover .menuitem:insensitive, +.popover .menuitem *:insensitive { + text-shadow: none; + background: none; +} + + +/* OSD overlays */ +.osd, +.osd:backdrop { + color: @osd_fg_color; + background-color: @osd_bg_color; + border-color: @osd_border_color; +} + +.osd.toolbar { + padding: 12px; + border-radius: 8px; +} + +.osd .button, +.osd .button:backdrop { + color: @osd_fg_color; + background: none; + border: none; + padding: 12px; + border-radius: 8px; + transition: all 100ms ease-in-out; +} + +.osd .button:hover { + color: lighter(@osd_fg_color); + icon-shadow: 0 0 3px @osd_fg_color; +} + +.osd .button:active { + color: darker(@osd_fg_color); + icon-shadow: none; +} + +.osd .scale { + margin-left: 9px; + margin-right: 9px; +} + +/***************************************************************************** + * states [please keep this section at the end of the file (CSS precedence)] * + *****************************************************************************/ +*:insensitive { + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +*:selected, +*:selected:focused { + background-color: alpha (@selected_bg_color, 0.9); + + color: @selected_fg_color; +} + +*:selected:backdrop, +*:selected:focused:backdrop { + background-color: alpha (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/gtk-widgets-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,155 @@ +/* Set up shadows and hilights for button visual separation */ +.primary-toolbar .linked .button, +.primary-toolbar .button.raised.linked, +.primary-toolbar .raised.linked .button, +.menubar.toolbar .linked .button, +.menubar.toolbar .button.raised.linked, +.menubar.toolbar .raised.linked .button, +.header-bar .linked .button, +.header-bar .button.raised.linked, +.header-bar .button.raised.linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.primary-toolbar .button.raised.linked:first-child, +.primary-toolbar .raised.linked .button:first-child, +.menubar.toolbar .linked .button:first-child, +.menubar.toolbar .button.raised.linked:first-child, +.menubar.toolbar .raised.linked .button:first-child, +.header-bar .linked .button:first-child, +.header-bar .button.raised.linked:first-child, +.header-bar .raised.linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.primary-toolbar .button.raised.linked:last-child, +.primary-toolbar .raised.linked .button:last-child, +.menubar.toolbar .linked .button:last-child, +.menubar.toolbar .button.raised.linked:last-child, +.menubar.toolbar .raised.linked .button:last-child, +.header-bar .linked .button:last-child, +.header-bar .button.raised.linked:last-child, +.header-bar .raised.linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1) +} + +.primary-toolbar .linked .button:active, +.primary-toolbar .button.raised.linked:active, +.primary-toolbar .raised.linked .button:active, +.menubar.toolbar .linked .button:active, +.menubar.toolbar .button.raised.linked:active, +.menubar.toolbar .raised.linked .button:active, +.header-bar .linked .button:active, +.header-bar .button.raised.linked:active, +.header-bar .raised.linked .button:active { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:insensitive, +.primary-toolbar .button.raised.linked:insensitive, +.primary-toolbar .raised.linked .button:insensitive, +.menubar.toolbar .linked .button:insensitive, +.menubar.toolbar .button.raised.linked:insensitive, +.menubar.toolbar .raised.linked .button:insensitive, +.header-bar .linked .button:insensitive, +.header-bar .button.raised.linked:insensitive, +.header-bar .raised.linked .button:insensitive { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:backdrop:last-child, +.primary-toolbar .button.raised.linked:backdrop:last-child, +.primary-toolbar .raised.linked .button:backdrop:last-child, +.menubar.toolbar .linked .button:backdrop:last-child, +.menubar.toolbar .button.raised.linked:backdrop:last-child, +.menubar.toolbar .raised.linked .button:backdrop:last-child, +.header-bar .linked .button:backdrop:last-child, +.header-bar .button.raised.linked:backdrop:last-child, +.header-bar .raised.linked .button:backdrop:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1); +} + +.menubar { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menuitem:hover, +.menu .menuitem:hover { + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +/* for the playback menu item in the sound menu */ +.menu .spinner, +.menu .spinner:hover { + color: @selected_bg_color; +} + +/* primary-toolbar */ +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar.toolbar, +.menubar.toolbar, +.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar :insensitive, +.menubar.toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar GtkComboBox, +.primary-toolbar .button *, +.primary-toolbar .button, +.menubar.toolbar GtkComboBox, +.menubar.toolbar .button *, +.menubar.toolbar .button, +.header-bar GtkComboBox, +.header-bar .button *, +.header-bar .button { + text-shadow: 0 1px alpha (shade (@dark_bg_color, 1.25), 0.32); +} + +.primary-toolbar .raised .button, +.primary-toolbar .raised.button, +.primary-toolbar .button:hover, +.primary-toolbar .button:active, +.primary-toolbar .button:insensitive, +.menubar.toolbar .raised .button, +.menubar.toolbar .raised.button, +.menubar.toolbar .button:hover, +.menubar.toolbar .button:active, +.menubar.toolbar .button:insensitive, +.header-bar .raised .button, +.header-bar .raised.button, +.header-bar .button:hover, +.header-bar .button:active, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.03)), + to (shade (@dark_bg_color, 0.96))); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/public-colors.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/public-colors.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/public-colors.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/public-colors.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +/* + * Some applications depend on these named colors. + */ + +@define-color theme_fg_color @fg_color; +@define-color theme_bg_color @bg_color; +@define-color theme_base_color @base_color; +@define-color theme_selected_bg_color @selected_bg_color; +@define-color theme_selected_fg_color @selected_fg_color; +@define-color insensitive_bg_color @bg_color; +@define-color insensitive_fg_color @fg_color; +@define-color insensitive_base_color @base_color; +@define-color theme_unfocused_fg_color @backdrop_fg_color; +@define-color theme_unfocused_bg_color @bg_color; +@define-color theme_unfocused_base_color @base_color; +@define-color theme_unfocused_selected_bg_color @selected_bg_color; +@define-color theme_unfocused_selected_fg_color @selected_fg_color; +@define-color borders shade(@bg_color, 0.82); +@define-color unfocused_borders transparent; + +@define-color warning_color @warning_fg_color; +@define-color error_color @error_fg_color; +@define-color success_color @success_color; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/settings.ini radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/settings.ini --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/settings.ini 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/gtk-3.0/settings.ini 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,4 @@ +[Settings] +gtk-color-scheme = "base_color:#ffffff\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nselected_bg_color:#BDA468\ntext_color:#3C3C3C\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#C0A257\nbg_color_dark:#3C3C3C\nfg_color_dark:#DFDFDF" +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = true diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/index.theme radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/index.theme --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/index.theme 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/index.theme 2014-10-09 23:14:18.000000000 +0000 @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Radiance-ZRAVE-Manila +Comment=Ubuntu Radiance theme, In New Colors By RAVEfinity 14.04 Build +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Radiance-ZRAVE-Manila +MetacityTheme=Radiance-ZRAVE-Manila +IconTheme=ubuntu-mono-light +CursorTheme=DMZ-White +ButtonLayout=close,minimize,maximize: Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/close_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/close_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/close_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/close_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/close_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/close_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/close.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/close.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/close_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/close_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/close_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/close_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/close_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/close_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/close_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/close_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/maximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/maximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/maximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/maximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/maximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/maximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/maximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/maximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/maximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/maximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/maximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/maximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/maximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/maximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/maximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/maximize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/menu.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/menu.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/menu_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/menu_prelight.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/metacity-theme-1.xml radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/metacity-theme-1.xml --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/metacity-theme-1.xml 2014-10-09 23:18:13.000000000 +0000 @@ -0,0 +1,530 @@ +<?xml version="1.0"?> + +<metacity_theme> +<info> + <name>Radiance-ZRAVE-Manila</name> + <author>Kenneth Wimer, James Schriver, Andrea Cimitan, Jared Sot (RAVEfinity Project)</author> + <copyright>Canonical Ltd.</copyright> + <date>April, 2014</date> + <description>Metacity theme</description> +</info> + +<!-- general window layout --> +<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="19"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="18"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="3"/> + <distance name="right_width" value="3"/> + <distance name="bottom_height" value="3"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- window title --> + +<draw_ops name="draw_title_text_normal"> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="shade/#DFDFDF/1.06" x="9" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/1.06" x="11" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/0.4" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title_text_unfocused"> + <title color="shade/#DFDFDF/1.08" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="#A3A3A3" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/1.06" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.18" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.08" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.08" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility"> + <include name="draw_title" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_unfocused"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/0.96" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#EDEDED" /> + <color value="shade/#EDEDED/0.98" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.02" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.02" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility_unfocused"> + <include name="draw_title_unfocused" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.38" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_title_maximized_unfocused"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.94" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <line color="#EDEDED" x1="0" x2="width" y1="1" y2="1"/> +</draw_ops> + +<!-- window Frames --> + +<draw_ops name="draw_frame"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> + <gradient type="vertical" x="0" y="0" width="width" height="60"> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/gtk:bg[NORMAL]/0.7" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_frame_utility"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="bottom_edge"> + <line color="shade/gtk:bg[NORMAL]/0.7" x1="0" x2="width" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<!-- buttons --> + +<!-- button trough left --> +<draw_ops name="left_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button Trough Right --> +<draw_ops name="right_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button prelightlays --> +<draw_ops name="menu_focused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_normal"> + <image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_normal"> + <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_normal"> + <image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_normal"> + <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_normal"> + <image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_normal"> + <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_normal"> + <image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_normal"> + <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- frame style --> +<frame_style name="normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.5" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_maximized_unfocused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="utility_focused" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_utility"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="utility_unfocused" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_utility_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_focused"> + <piece position="title" draw_ops="draw_title"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> +</frame_style> + +<!-- style set --> +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="maximized_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="utility"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<!-- window --> +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="utility"/> +<window type="modal_dialog" style_set="utility"/> +<window type="menu" style_set="utility"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +</metacity_theme> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/minimize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/minimize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/minimize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/minimize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/minimize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/minimize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/minimize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/minimize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/minimize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/minimize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/minimize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/minimize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/minimize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/minimize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/minimize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/minimize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/trough_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/trough_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/trough_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/trough_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/trough_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/trough_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/trough_unfocused_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/trough_unfocused_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/trough_unfocused_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/trough_unfocused_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/trough_unfocused_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/trough_unfocused_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/unmaximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/unmaximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/unmaximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/unmaximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/unmaximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/unmaximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/unmaximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/unmaximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/unmaximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/unmaximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/unmaximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/unmaximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/unmaximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/unmaximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/unmaximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/metacity-1/unmaximize_unfocused_pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_dash_disabled.svg 2014-08-31 00:22:18.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-11.391949" + inkscape:cy="9.5000009" + inkscape:window-x="434" + inkscape:window-y="128" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#ddba91;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_dash_prelight.svg 2014-08-31 00:22:18.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_disabled.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-11.391949" + inkscape:cy="9.5000009" + inkscape:window-x="351" + inkscape:window-y="93" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#eebe84;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_dash_pressed.svg 2014-08-31 00:22:18.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_prelight.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-11.391949" + inkscape:cy="9.5000009" + inkscape:window-x="351" + inkscape:window-y="93" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#f1b873;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_dash.svg 2014-08-31 00:22:18.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-11.391949" + inkscape:cy="9.5000009" + inkscape:window-x="434" + inkscape:window-y="128" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#e8bd8a;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_focused_prelight.svg 2014-08-31 00:22:18.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#e4b979;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#fdfdfd;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="21.981294" + inkscape:cx="1.6860595" + inkscape:cy="6.2559024" + inkscape:document-units="px" + inkscape:current-layer="g4775" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="292" + inkscape:window-y="149" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40183,856.52418 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path4646" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -283.80078,855.45312 -0.38867,0.38868 -4.59961,4.59961 -0.39063,0.38867 0.7793,0.7793 0.38867,-0.38868 4.59961,-4.60156 0.38867,-0.38867 -0.77734,-0.77735 z" + id="path4535" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40039,855.45312 -0.7793,0.77735 0.39063,0.38867 4.59961,4.60156 0.38867,0.38868 0.77734,-0.7793 -0.38867,-0.38867 -4.59961,-4.59961 -0.38867,-0.38868 z" + id="path4537" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_focused_pressed.svg 2014-08-31 00:22:18.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4564" + id="linearGradient4552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4564"> + <stop + style="stop-color:#d5ae55;stop-opacity:1;" + offset="0" + id="stop4511" /> + <stop + style="stop-color:#e2d6b6;stop-opacity:1;" + offset="1" + id="stop4513" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4554" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4556" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="6.3555089" + inkscape:cy="11.696114" + inkscape:document-units="px" + inkscape:current-layer="g4540" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1152" + inkscape:window-height="795" + inkscape:window-x="336" + inkscape:window-y="136" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(411.35715,-967.57648)"> + <g + style="display:inline" + transform="translate(-411.35714,-85.785707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4540"> + <circle + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4542" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4544" + style="color:#000000;fill:url(#linearGradient4552);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4554);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4546" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4548" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4556);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4550" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -399.55637,973.99943 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path4989" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -404.15793,973.99943 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path4991" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_focused.svg 2014-10-09 23:28:09.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#e1b26d;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#fdf6e2;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="21.981294" + inkscape:cx="0.96012247" + inkscape:cy="6.3241422" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="295" + inkscape:window-y="148" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close.svg 2014-10-09 23:27:53.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#e1b26d;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#fdf6e2;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="21.981294" + inkscape:cx="0.96012247" + inkscape:cy="6.3241422" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="295" + inkscape:window-y="148" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5151" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5153" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5155" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-658.92858" + inkscape:cy="153.21428" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-378.21428,-666.57648)"> + <g + style="display:inline" + id="g5139" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(378.21429,-386.7857)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5141" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5151);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5143" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5145" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5153);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5155);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5147" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5149" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,674.0698 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path5157" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 390.01506,672.9994 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5159" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,672.9994 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5161" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5175" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5177" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5179" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-129.42858" + inkscape:cy="471.28571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(151.28572,-984.64791)"> + <g + style="display:inline" + transform="translate(-151.28571,-68.714274)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5163"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5165" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5167" + style="color:#000000;fill:url(#linearGradient5175);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5169" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5177);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5179);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5171" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5173" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -139.48494,991.07087 -0.39062,0.3886 -4.59961,4.5996 -0.38867,0.3887 0.77734,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5249" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -144.0865,991.07087 -0.77734,0.7773 0.38867,0.3887 4.59961,4.5996 0.39062,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5251" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/close_unfocused.svg 2014-10-09 22:40:22.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4656" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4660" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4658" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="7.0892085" + inkscape:cy="8.3026513" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="871" + inkscape:window-y="166" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(552.28572,-1071.3622)"> + <g + style="display:inline" + id="g4497" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-552.28571,18.000012)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4499" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4501" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4660);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4505" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4503" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4658);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4507" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_disabled.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="opacity:0.25;display:inline" + transform="translate(-289.71429,-492.00011)" + id="g4240"> + <path + inkscape:connector-curvature="0" + id="path4242" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4244" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_prelight.svg"> + <defs + id="defs4488"> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter4230" + x="-0.12" + width="1.24" + y="-0.12" + height="1.24"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.75" + id="feGaussianBlur4232" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="display:inline" + id="g4222" + transform="translate(-289.71429,-492.00011)"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4224" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4226" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4228" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4230);enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_pressed.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + id="g4234" + transform="translate(-289.71429,-492.00011)" + style="opacity:0.5;display:inline"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4236" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4238" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + transform="translate(-289.71429,-492.00011)" + style="display:inline" + id="g4218"> + <path + inkscape:connector-curvature="0" + id="path4209" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4203" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5009" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5011" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5013" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="392.57143" + inkscape:cy="470.42857" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(673.28572,-983.79076)"> + <g + style="display:inline" + id="g4997" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-673.28571,-69.571423)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4999" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5009);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5001" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5003" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5011);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5013);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5005" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5007" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5061" + d="m -667.28572,990.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + <path + inkscape:connector-curvature="0" + id="path5063" + d="m -667.28572,989.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5295" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5297" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5299" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-472.21428" + inkscape:cy="-431.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-191.49999,-81.862193)"> + <g + style="display:inline" + transform="translate(191.5,-971.49999)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5253"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5255" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5257" + style="color:#000000;fill:url(#linearGradient5295);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5259" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5297);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5299);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5261" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5263" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 197.49999,87.863246 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5289" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_focused.svg 2014-10-09 22:37:34.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="8.8963052" + inkscape:cy="9.3077119" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="751" + inkscape:window-y="204" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize.svg 2014-10-09 22:37:10.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9195959" + inkscape:cx="4.7296154" + inkscape:cy="17.441954" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="710" + inkscape:window-y="119" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5121" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5123" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1098.9286" + inkscape:cy="-683.92851" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-818.21427,170.56632)"> + <g + style="display:inline" + transform="translate(818.21428,-1223.9285)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5073"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5075" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5077" + style="color:#000000;fill:url(#linearGradient5121);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5123);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5079" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5081" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5125);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5083" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-163.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5109" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-164.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5111" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5201" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5203" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5205" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1168.4286" + inkscape:cy="-530.57141" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-887.71427,17.209217)"> + <g + style="display:inline" + id="g5189" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(887.71428,-1070.5714)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5191" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5201);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5193" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5203);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5195" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5197" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5205);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5199" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5243" + d="m 893.71427,-11.208178 0,0.5 0,6.4999998 7,0 0,-6.9999998 -7,0 z m 1,1 5,0 0,4.9999998 -5,0 0,-4.9999998 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/maximize_unfocused.svg 2014-10-09 22:40:46.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4937" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4941" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="11.012127" + inkscape:cy="5.4472923" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="868" + inkscape:window-height="646" + inkscape:window-x="663" + inkscape:window-y="224" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-408.71427,-87.505113)"> + <g + style="display:inline" + transform="translate(408.71428,-965.85707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4925"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4927" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4929" + style="color:#000000;fill:url(#linearGradient4937);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4931" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4939);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4941);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4933" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4935" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/menu_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/menu_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/menu_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/menu_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4747" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-435.29 -180.93)"> + <g id="g4731" transform="translate(435.29 -776.43)"> + <circle id="circle4733" style="color:#000000;fill:url(#linearGradient4747)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" transform="rotate(90)" cy="-9.5" cx="966.86" r="6.5"/> + <circle id="circle5388-4" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="circle4735" style="color:#000000;stroke:#6c6967;fill:#555351" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cx="9.5" cy="966.86" r="3"/> + <path id="path4737" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <path id="path4739" style="opacity:.2;color:#000000;fill:#fff" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z"/> + <path id="path4741" style="opacity:.2;color:#000000;fill:#fff" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z"/> + <path id="path4743" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <rect id="rect4745" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/menu.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/menu.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/menu.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/menu.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4672" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-284.79 -314.29)"> + <g id="g4722" transform="translate(284.79 -643.07)"> + <circle id="circle4664" style="color:#000000;fill:url(#linearGradient4672)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" cx="966.86" transform="rotate(90)" cy="-9.5" r="6.5"/> + <circle id="circle5388" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="path4662" style="color:#000000;stroke:#d3d0cb;fill:#c6c2bb" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cy="966.86" cx="9.5" r="3"/> + <path id="circle4682" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <path id="circle4691" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z" style="opacity:.2;color:#000000;fill:#fff"/> + <path id="circle4702" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z" style="opacity:0.07;color:#000000;fill:#fff"/> + <path id="circle4711" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <rect id="rect4720" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.25" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4411" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4413" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4265" transform="translate(-289.71 -473)"> + <path id="path4267" style="color:#000000;fill:#fff" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" transform="translate(-76.5 938.36)"/> + <rect id="rect4269" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + <path id="path4409" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;filter:url(#filter4411);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_focused.svg 2014-10-09 22:48:57.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.535768" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize.svg 2014-10-09 22:48:23.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.669697" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/minimize_unfocused.svg 2014-10-09 22:41:09.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4955" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4957" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4959" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.439246" + inkscape:cx="8.1418379" + inkscape:cy="8.4994228" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="742" + inkscape:window-y="242" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-262.75023,-284.66847)"> + <g + style="display:inline" + id="g4943" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(262.75024,-768.69371)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4945" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4955);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4947" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4957);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4949" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4951" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4959);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4953" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.25" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4405" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4407" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4381" transform="translate(-289.71 -454)"> + <path id="path4383" style="color:#000000;fill:#fff" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" transform="translate(-76.5 938.36)"/> + <rect id="rect4385" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + <path id="path4403" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;filter:url(#filter4405);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.5" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_focused.svg 2014-10-09 22:39:58.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="17.19268" + inkscape:cy="5.00027" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1006" + inkscape:window-y="145" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize.svg 2014-10-09 22:39:36.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="12.348945" + inkscape:cy="10.478037" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1407" + inkscape:window-y="24" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/unity/unmaximize_unfocused.svg 2014-10-09 22:41:32.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4973" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4975" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4977" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="6.2901987" + inkscape:cy="6.1607613" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="772" + inkscape:window-y="191" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-687.7857,142.99492)"> + <g + style="display:inline" + transform="translate(687.78571,-1196.3571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4961"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4963" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4965" + style="color:#000000;fill:url(#linearGradient4973);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4967" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4975);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4977);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4969" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4971" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/bottom-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/bottom-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/bottom-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/bottom-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/bottom-left-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/bottom-left-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/bottom-left-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/bottom-left-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/bottom-right-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/bottom-right-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/bottom-right-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/bottom-right-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/close-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/close-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/close-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/close-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/close-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/close-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/close-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/close-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/hide-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/hide-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/hide-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/hide-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/hide-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/hide-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/hide-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/hide-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/left-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * left_active_xpm[] = { +"2 15 3 1", +" c None", +". c #C1C1C1", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/left-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #CFCFCF", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/maximize-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/maximize-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/maximize-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/maximize-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/maximize-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/maximize-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/maximize-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/maximize-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/maximize-toggled-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/maximize-toggled-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/maximize-toggled-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/maximize-toggled-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/maximize-toggled-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/maximize-toggled-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/maximize-toggled-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/maximize-toggled-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/menu-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/menu-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/menu-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/menu-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/menu-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/menu-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/right-active.xpm 2014-08-31 00:22:18.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * right_active_xpm[] = { +"2 15 3 1", +" c None", +". c #D7D7D7", +"+ c #C1C1C1", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/right-inactive.xpm 2014-08-31 00:22:18.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #D7D7D7", +"+ c #CFCFCF", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/themerc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/themerc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/themerc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/themerc 2014-08-31 00:22:18.000000000 +0000 @@ -0,0 +1,20 @@ +# Radiance ported to XFCE (Xfwm4) by The RAVEfinity Project. www.ravefinity.blogspot.com (2012+) Jared Sot. +# Based on code/pixmaps from (Orig.) Radiance. and Originol Ambiance XFCE port by p0ng http://www.p0ng.com.br. +# Radiance XFCE version was ported by scrach by RAVEfinity(Jared Sot.) on top of the XFCE Ambiance theme. + + +button_offset=3 +button_spacing=0 +maximized_offset=9 +title_full_width=true +title_horizontal_offset=8 +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +title_shadow_active=frame +title_shadow_inactive=frame +show_app_icon=false # Change to true or false if you want a app icon on each window. (Default is false) +#button_layout=CHM| # This prevents one from customizing their buttons VIA Xfce Window Manager Settings (Defualt is disabled via #) +active_text_color=#4C4942 +active_text_shadow_color=#E5E2D8 +inactive_text_color=#a39e9a +inactive_text_shadow_color=#E5E2D8 Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-1-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-1-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-1-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-1-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-2-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-2-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-2-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-2-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-3-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-3-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-3-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-3-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-4-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-4-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-4-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-4-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-5-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-5-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-5-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/title-5-inactive.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/top-left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/top-left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/top-left-active.xpm 2014-08-31 00:22:18.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +" .....", +" ..+++++", +" .@@@@@@@", +" .@@@@@@@@", +" .########", +".@@@@@@@@@", +".#########", +".#########", +".@@@@@@@@@", +".#########", +".@@@@@@@@@", +".$$$$$$$$$", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".*********", +".=========", +".*********", +".*********", +".*********", +".*********", +".=========", +".*********", +".=========", +".*********", +".---------", +".*********", +".*********"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/top-left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/top-left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/top-left-inactive.xpm 2014-08-31 00:22:18.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +" .....", +" ..+++++", +" .@@@@@@@", +" .########", +" .$$$$$$$$", +".#########", +".$$$$$$$$$", +".$$$$$$$$$", +".#########", +".$$$$$$$$$", +".#########", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".---------", +".---------", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".=========", +".;;;;;;;;;", +".;;;;;;;;;"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/top-right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/top-right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/top-right-active.xpm 2014-08-31 00:22:18.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"@@@@@@@@. ", +"########. ", +"@@@@@@@@@.", +"#########.", +"#########.", +"@@@@@@@@@.", +"#########.", +"@@@@@@@@@.", +"$$$$$$$$$.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"*********.", +"*********.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"---------.", +"*********.", +"*********."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/top-right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/top-right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Manila/xfwm4/top-right-inactive.xpm 2014-08-31 00:22:18.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"########. ", +"$$$$$$$$. ", +"#########.", +"$$$$$$$$$.", +"$$$$$$$$$.", +"#########.", +"$$$$$$$$$.", +"#########.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"---------.", +"---------.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"=========.", +";;;;;;;;;.", +";;;;;;;;;."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/banshee.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/banshee.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/banshee.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/banshee.rc 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,23 @@ +# ============================================================================== +# BANSHEE SPECIFIC SETTINGS +# ============================================================================== + +style "banshee_scrollbar" { + engine "murrine" { + roundness = 20 + } +} + +widget "__gtksharp_1*SeekSlider*" style "scale" +widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar" + +widget_class "__gtksharp_1*<GtkToolbar>*" style "default" +widget_class "__gtksharp_1*<GtkButton>*" style "button" +#widget_class "__gtksharp_1*<GtkScale>*" style "scale" + + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/chromium.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/chromium.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/chromium.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/chromium.rc 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,39 @@ +# ============================================================================== +# CHROMIUM SPECIFIC SETTINGS +# ============================================================================== + +style "chromium_toolbar_button" { + engine "murrine" { + roundness = 3 + textstyle = 0 + } +} + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = "#DFDFDF" + ChromeGtkFrame::inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::incognito-frame-color = "#DFDFDF" + ChromeGtkFrame::incognito-inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::incognito-frame-gradient-size = 16 + ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*Chrom*Button*" style "chromium_toolbar_button" + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/ff.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/ff.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/ff.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/ff.rc 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,33 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-default" { + GtkCheckButton::indicator-size = 14 + + engine "murrine" { + reliefstyle = 0 + } +} + +style "ff-statusbar" { +} + +#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar" +#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + +widget "MozillaGtkWidget*" style "ff-default" + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/gnome-panel.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/gnome-panel.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/gnome-panel.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/gnome-panel.rc 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,129 @@ +# =========================================================================================================================== +# GNOME,XFCE,LXDE & GTK Desktop(S) PANEL SPECIFIC SETTINGS *SPECIFIC SETTINGS TO ENABLE PROPER FUNCTION ON XFCE/LXDE* +# =========================================================================================================================== + +style "panel" +{ + xthickness = 0 + ythickness = 0 + + bg_pixmap[NORMAL] = "img/panel.png" + + engine "murrine" { + colorize_scrollbar = TRUE + } +} + +style "panel_task_button" +{ + xthickness = 3 + xthickness = 3 + + GtkWidget::focus-line-width = 0 + GtkWidget::focus_padding = 0 + GtkWidget::interior_focus = 0 + GtkWidget::internal_padding = 0 + + GtkButton::child_displacement_x = 0 + GtkButton::child_displacement_y = 0 + GtkButton::default_border = {0, 0, 0, 0} + GtkButton::default_outside_border = {0, 0, 0, 0} + GtkButtonBox::child_internal_pad_x = 0 + GtkButtonBox::child_internal_pad_y = 0 + GtkButtonBox::child_min_heigth = 0 + + bg[SELECTED] = shade (0.2, @bg_color) + bg[PRELIGHT] = shade (0.26, @bg_color) + bg[ACTIVE] = shade (0.2, @bg_color) + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = OUT + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "img/panel-button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "XFCE" +{ + xthickness = 3 + ythickness = 3 + + bg_pixmap[NORMAL] = "img/panel.png" +} + +widget "*Panel*" style "panel" +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet +class "PanelApp*" style "panel" +class "PanelToplevel*" style "panel" +#widget_class "*Mail*" style "panel" +widget_class "*notif*" style "panel" + +#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop +widget "*task*" style "panel_task_button" +widget "*.tasklist-button" style "panel_task_button" +widget "*PanelApplet*TaskTitle*" style "panel_task_button" +widget_class "*Xfce*Panel*" style "XFCE" +widget_class "*Xfce*Panel*" style "XFCE" +class "GtkScrollbar" style "scrollbar" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/gnome-terminal.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/gnome-terminal.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/gnome-terminal.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/gnome-terminal.rc 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,42 @@ +# ============================================================================== +# GNOME TERMINAL SPECIFIC SETTINGS +# ============================================================================== + +style "terminal_menubar" +{ + engine "murrine" { + } +} + +style "terminal_notebook" +{ + engine "murrine" { + contrast = 1.0 + } +} + +style "terminal_scrollbar" = "scrollbar" +{ + engine "murrine" { + } +} + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#060606" + + TerminalScreen::background-darkness = 0.97 +} + +#widget "*TerminalWindow*" style "terminal_window" +#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar" +widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook" +#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar" +#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button" +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/nautilus.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/nautilus.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/nautilus.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/apps/nautilus.rc 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,11 @@ +# ============================================================================== +# NAUTILUS SPECIFIC SETTINGS +# ============================================================================== + +style "nautilus_info_pane" { + bg[NORMAL] = @bg_color +} + +widget_class "*Nautilus*<GtkNotebook>*<GtkEventBox>" style "nautilus_info_pane" +widget_class "*Nautilus*<GtkButton>" style "notebook_button" +widget_class "*Nautilus*<GtkButton>*<GtkLabel>" style "notebook_button" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/gtkrc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/gtkrc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/gtkrc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/gtkrc 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,690 @@ +gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#E87436\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nlink_color:#E87436" + +gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16" + +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = 1 + +style "default" { + xthickness = 1 + ythickness = 1 + + ####################### + # Style Properties + ####################### + GtkButton::child-displacement-x = 1 + GtkButton::child-displacement-y = 1 + GtkButton::default-border = { 0, 0, 0, 0 } + + GtkCheckButton::indicator-size = 16 + + GtkPaned::handle-size = 6 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 14 + GtkRange::stepper-size = 13 + GtkRange::trough-under-steppers = 1 + + GtkScale::trough-border = 0 + GtkScale::slider-width = 23 + GtkScale::slider-length = 14 + GtkScale::trough-side-details = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::trough-border = 0 + GtkScrollbar::slider-width = 13 + GtkScrollbar::min-slider-length = 31 + + GtkMenuBar::internal-padding = 0 + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkExpander::expander-size = 11 + GtkToolbar::internal-padding = 1 + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkTreeView::expander-size = 7 + GtkTreeView::vertical-separator = 0 +# GtkTreeView::odd-row-color = shade (0.96, @base_color) + GtkNotebook::tab-overlap = -1 + + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 3 + + WnckTasklist::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + GtkEntry::state-hint = 0 + + GtkEntry::progress-border = { 2, 2, 2, 2 } + + GtkProgressBar::min-horizontal-bar-height = 14 + GtkProgressBar::min-vertical-bar-width = 14 + + GtkImage::x-ayatana-indicator-dynamic = 1 + GtkMenuBar::window-dragging = 1 + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + #################### + # Color Definitions + #################### + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = shade (0.95, @bg_color) + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.8, @bg_color) + text[ACTIVE] = darker (@text_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.98, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = shade (0.97, @bg_color) + base[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + arrowstyle = 2 + reliefstyle = 3 + highlight_shade = 1.0 + glazestyle = 0 + default_button_color = shade (1.1, "#cdcdcd") + gradient_shades = {1.1, 1.0, 1.0, 0.9} + roundness = 3 + lightborder_shade = 1.26 + lightborderstyle = 1 + listviewstyle = 2 + progressbarstyle = 0 + colorize_scrollbar = FALSE + menubaritemstyle = 1 + menubarstyle = 1 + menustyle = 0 + focusstyle = 3 + handlestyle = 1 + sliderstyle = 3 + scrollbarstyle = 2 + stepperstyle = 3 +# rgba = TRUE + } +} + +style "dark" +{ + bg[NORMAL] = "#DFDFDF" + bg[PRELIGHT] = shade (1.05, "#DFDFDF") + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.95, "#DFDFDF") + bg[INSENSITIVE] = "#DFDFDF" +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "entry" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + } +} + +style "vscale" { +} + +style "hscale" { +} + +style "button" { + + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.03, @bg_color) + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + bg[INSENSITIVE] = @bg_color + fg[INSENSITIVE] = "#9c9c9c" + + engine "murrine" { + #contrast = 1.0 + textstyle = 1 + border_shades = {1.01, 0.8} + reliefstyle = 0 + shadow_shades = {1.0, 1.1} + glowstyle = 5 + glow_shade = 1.02 + lightborder_shade = 1.32 +# lightborderstyle = 0 + #text_shade = 1.04 + } +} + +style "notebook_button" = "button" { +} + +style "spinbutton" = "notebook_button" { + xthickness = 4 + + engine "murrine" { + } +} + +style "scrollbar" = "button" { + xthickness = 2 + ythickness = 2 + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.04, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + + engine "murrine" + { + border_shades = {0.95, 0.90} + roundness = 20 + contrast = 1.0 + trough_shades = {0.92, 0.98} + lightborder_shade = 1.3 + glowstyle = 5 + glow_shade = 1.02 + gradient_shades = {1.2, 1.0, 1.0, 0.86} + trough_border_shades = {0.9, 0.98} + } +} + +style "hscrollbar" { +} + +style "vscrollbar" { +} + +style "overlay_scrollbar" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.85, @bg_color) + bg[ACTIVE] = shade (0.6, @bg_color) +} + +style "scale" = "button" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + border_shades = {0.9, 0.8} + roundness = 5 + lightborder_shade = 1.32 + gradient_shades = {1.1, 1.0, 1.0, 0.8} + handlestyle = 2 + trough_border_shades = {0.9, 1.4} + glow_shade = 1.0 +# reliefstyle = 2 +# shadow_shades = { 1.0, 0.9 } + } +} + +style "notebook_bg" { + bg[NORMAL] = shade (1.02, @bg_color) + bg[ACTIVE] = shade (0.97, @bg_color) + fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color)) +} + +# The color is changed by the notebook_bg style, this style +# changes the x/ythickness +style "notebook" { + xthickness = 2 + ythickness = 2 + + engine "murrine" { + roundness = 3 + contrast = 0.8 + focusstyle = 2 + lightborder_shade = 1.16 + gradient_shades = {1.1, 1.0, 1.0, 0.68} + } +} + +style "statusbar" { + engine "murrine" { + contrast = 1.2 + } +} + +style "comboboxentry" = "notebook_button" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + textstyle = 1 + glowstyle = 5 + glow_shade = 1.02 + } +} + +style "menubar" = "dark" { + # those two lines were added to fix firefox's menubar item text + bg[SELECTED] = "#ECECEC" + fg[SELECTED] = @fg_color + + engine "murrine" { + textstyle = 1 + text_shade = 1.23 + gradient_shades = {1.0, 1.0, 1.0, 1.0} + lightborder_shade = 1.0 + } +} + +style "toolbar" { + engine "murrine" { + textstyle = 1 + text_shade = 1.32 + lightborder_shade = 1.0 + } +} + +style "toolbar-button" = "notebook_button" { + engine "murrine" { + } +} + +style "menu" { + xthickness = 0 + ythickness = 0 + + engine "murrine" + { + reliefstyle = 0 + roundness = 0 + } +} + +style "menu_item" = "menu" { + xthickness = 2 + ythickness = 3 + + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" + { + glowstyle = 5 + glow_shade = 1.1 +# lightborder_shade = 1.0 +# border_shades = { 1.5, 1.3 } + roundness = 0 + } +} + +style "menubar_item" = "menu_item" { + bg[PRELIGHT] = "#ece7e2" + fg[PRELIGHT] = @fg_color + + engine "murrine" { + gradient_shades = {1.00, 1.0, 1.0, 1.0} +# glowstyle = 5 + border_shades = { 1.0, 1.0 } + glow_shade = 1.00 + lightborderstyle = 3 + lightborder_shade = 1.2 + roundness = 4 + } +} + +style "scale_menu_item" = "scale" { + engine "murrine" { + roundness = 20 + lightborder_shade = 1.32 + reliefstyle = 0 + } +} + +# This style is there to modify the separator menu items. The goals are: +# 1. Get a specific height. +# 2. The line should go to the edges (ie. no border at the left/right) +style "separator_menu_item" { + xthickness = 1 + ythickness = 0 + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 7 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "separator_tool_item" { + xthickness = 0 + ythickness = 1 + + GtkVSeparator::vertical-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 7 + GtkWidget::separator-height = 1 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "frame_title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "treeview" { + engine "murrine" + { + roundness = 2 + lightborder_shade = 1.1 + gradient_shades = {1.04, 1.0, 1.0, 0.96} + } +} + +style "progressbar" { + xthickness = 1 + ythickness = 1 + + bg[ACTIVE] = shade (0.94, @bg_color) + #bg[SELECTED] = "#cdcdcd" + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" { + #trough_shades = {0.98, 1.02} + roundness = 8 + lightborderstyle = 1 + lightborder_shade = 1.26 + border_shades = {0.95, 0.85} + gradient_shades = {1.1, 1.0, 1.0, 0.9} + trough_border_shades = {0.9, 1.4} + } +} + +style "progressbar_menu_item" = "progressbar" { + engine "murrine" { + roundness = 0 + } +} + +# This style is based on the default style, so that the colors from the button +# style are overriden again. +style "treeview_header" = "notebook_button" { + xthickness = 2 + ythickness = 1 + + engine "murrine" { + glazestyle = 1 + contrast = 0.8 + lightborder_shade = 1.16 + textstyle = 1 + glow_shade = 1.0 + } +} + +style "treeview_header_scrolled" = "treeview_header" { +} + +style "scrolledwindow" { + engine "murrine" { + contrast = 0.6 + } +} + +style "radiocheck" = "button" { + text[NORMAL] = shade (0.535, @selected_bg_color) + text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color)) + bg[NORMAL] = shade (0.92, @bg_color) + bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color)) + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + engine "murrine" { + reliefstyle = 3 + gradient_shades = {1.2, 1.0, 1.0, 0.9} + shadow_shades = {0.6, 0.5} + textstyle = 0 + } +} + +style "tooltips" { + xthickness = 4 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = "#000000" + + engine "murrine" { + rgba = TRUE + } +} + +style "infobar" { + engine "murrine" { + } +} + +style "nautilus_location" { + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color) +} + +style "calendar" { + xthickness = 0 + ythickness = 0 + + engine "murrine" { + roundness = 0 + } +} + +style "calendar_menu_item" = "calendar" { +# base[NORMAL] = "#c5bfb7" +} + +style "soundfix" +{ +} + +# Wrokaround style for places where the text color is used instead of the fg color. +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +# Workaround style for menus where the text color is used instead of the fg color. +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = "#999999" +} + +# Workaround style for places where the fg color is used instead of the text color. +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +# Style to set the toolbar to use a flat style. This is because the "New" button in +# Evolution is not drawn transparent. So if there is a gradient in the background it will +# look really wrong. +# See http://bugzilla.gnome.org/show_bug.cgi?id=446953. +style "evo_new_button_workaround" { +} + +# Make the XFCE desktop icons text backrounds look prettier (The only change to theme, Code by RAVEfinity Project) +style "xfdesktop-icon-view" { + +XfdesktopIconView::label-alpha = 100 + +base[NORMAL] = "#151515" +base[ACTIVE] = "#7F7C7C" +base[PRELIGHT] = "#7F7C7C" +base[SELECTED] = shade (0.98, @selected_bg_color) + +fg[NORMAL] = @selected_fg_color +fg[SELECTED] = @selected_fg_color +fg[ACTIVE] = @selected_fg_color +} + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# The default style is applied to every widget +class "GtkWidget" style "default" + +class "GtkSeparator" style "wide" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkEntry" style "entry" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "vscale" +class "GtkHScale" style "hscale" +class "GtkScrollbar" style "scrollbar" +class "GtkHScrollbar" style "hscrollbar" +class "GtkVScrollbar" style "vscrollbar" +class "GtkCalendar" style "calendar" +class "GtkInfoBar" style "infobar" + +# General matching follows. The order is choosen so that the right styles override +# each other. EG. progressbar needs to be more important than the menu match. +widget_class "*<GtkNotebook>" style "notebook_bg" +# This is not perfect, it could be done better. +# (That is modify *every* widget in the notebook, and change those back that +# we really don't want changed) +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook_bg" + +widget_class "*<GtkToolbar>*" style "toolbar" +widget_class "*<GtkScrolledWindow>*" style "scrolledwindow" + +widget_class "*<GtkButton>" style "button" +widget_class "*<GtkButton>*<GtkLabel>" style "button" +widget_class "*<GtkToolbar>.*.<GtkButton>*" style "notebook_button" +widget_class "*<GtkNotebook>" style "notebook" +widget_class "*<GtkStatusbar>" style "statusbar" +widget_class "*<GtkSpinButton>*" style "spinbutton" +widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button" +widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button" +widget_class "*<GtkRadioButton>*" style "radiocheck" +widget_class "*<GtkCheckButton>*" style "radiocheck" + +widget_class "*<GtkComboBoxEntry>*" style "comboboxentry" +widget_class "*<GtkCombo>*" style "comboboxentry" + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" +widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item" +widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "menubar_item" + +widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title" +widget_class "*.<GtkTreeView>*" style "treeview" + +widget_class "*<GtkProgress>" style "progressbar" +widget_class "*<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "calendar_menu_item" + +# Treeview headers (and similar stock GTK+ widgets) +widget_class "*.<GtkScrolledWindow>*<GtkTreeView>*" style "treeview_header_scrolled" +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkTreeView>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header" + +# Overlay scrollbar +widget_class "*<OsScrollbar>" style "overlay_scrollbar" +widget_class "*<OsThumb>" style "overlay_scrollbar" + +# The window of the tooltip is called "gtk-tooltip" +################################################################## +# FIXME: +# This will not work if one embeds eg. a button into the tooltip. +# As far as I can tell right now we will need to rework the theme +# quite a bit to get this working correctly. +# (It will involve setting different priorities, etc.) +################################################################## +widget "gtk-tooltip*" style "tooltips" + +########################################################################## +# Following are special cases and workarounds for issues in applications. +########################################################################## + +# Workaround for the evolution ETable (bug #527532) +widget_class "*.ETable.ECanvas" style "treeview_header" +# Workaround for the evolution ETree +widget_class "*.ETree.ECanvas" style "treeview_header" + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "nautilus_location" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that this work around assumes that the combobox is _not_ in appears-as-list mode. +widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround" +# This is the part of the workaround that fixes the menus +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color. +widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround" +# GtkCList also uses the fg color to draw text on top of the base colors. +widget_class "*<GtkCList>" style "fg_is_text_color_workaround" +# Nautilus when renaming files, and maybe other places. +widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround" +# Work around for ubuntu's lucid sound indicator +widget "ido-offscreen-scale" style "soundfix" +# Thickness for indicator menu items +widget "*IdoEntryMenuItem*" style "wide" + +# See the documentation of the style. +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" + +# Makes XFCE desktop icon and text backround tweaks work. +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Includes +#include "apps/banshee.rc" +include "apps/chromium.rc" +include "apps/ff.rc" +include "apps/gnome-terminal.rc" +include "apps/nautilus.rc" +include "apps/gnome-panel.rc" Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/img/arrow-down.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/img/arrow-down.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/img/handle-h.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/img/handle-h.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/img/handle-v.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/img/handle-v.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/img/panel-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/img/panel-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/img/panel-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/img/panel-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/img/panel-button-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/img/panel-button-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/img/panel.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-2.0/img/panel.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/baobab.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/baobab.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/baobab.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/baobab.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,25 @@ + +BaobabWindow GtkGrid { + background-color: @bg_color; +} + +BaobabLocationList GtkGrid { + background-color: transparent; +} + +.baobab-toolbar.toolbar { + border-color: shade (@bg_color, 0.9); + border-style: solid; + border-width: 0 0 1px 0; + border-radius: 0; +} + +.cell.baobab-level-cell, +.cell.baobab-level-cell:hover, +.cell.baobab-level-cell:selected, +.cell.baobab-level-cell:selected:hover { + border-color: alpha (black, 0.06); + border-width: 1px; + border-style: solid; + background-color: @base_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/california.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/california.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/california.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/california.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +CaliforniaViewWeekGrid { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/geary.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/geary.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/geary.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/geary.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +ComposerWidget { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/gedit.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/gedit.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/gedit.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/gedit.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,60 @@ +@define-color notebook_tab_gradient_b shade (@bg_color, 0.98); + +GeditWindow .pane-separator, +GeditWindow .pane-separator:hover { +} + +GeditPanel.title GtkLabel { +} + +GeditDocumentsPanel .view { +} + +GeditDocumentsPanel .view:backdrop { +} + +GeditWindow .notebook { + border-radius: 1px; +} + +GeditPanel .notebook { + border-radius: 1px; +} + +GeditPanel .notebook tab, +GeditWindow .notebook tab { + border-radius: 3px; +} + +GeditViewFrame .gedit-search-slider { + background-color: @base_color; + padding: 6px; + border-color: shade (@notebook_tab_gradient_b, 0.80); + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px 1px; + border-style: solid; +} + +GeditViewFrame .gedit-search-slider .not-found { + color: @error_fg_color; + background-image: none; + background-color: @error_bg_color; +} + +GeditViewFrame .gedit-search-slider .not-found:selected { + background-color: @selected_bg_color; + color: @selected_fg_color; +} + +GeditFileBrowserWidget .toolbar { + background-color: @bg_color; + border: none; + padding-bottom: 3px; +} + +.gedit-search-entry-occurrences-tag { + background-color: transparent; + color: @backdrop_text_color; + margin: 2px; + padding: 2px; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/glade.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/glade.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/glade.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/glade.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,8 @@ + +GladeEditor GtkContainer { + background-color: @bg_color +} + +GladeWindow GtkGrid { + background-color: @bg_color +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/gnome-panel.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/gnome-panel.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/gnome-panel.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/gnome-panel.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,97 @@ +/* Fallback Mode Panel */ +PanelWidget :backdrop, +PanelApplet :backdrop, +PanelToplevel :backdrop, +PanelWidget, +PanelApplet, +PanelToplevel { + border-image: none; + + color: @dark_fg_color; +} + +PanelWidget, +PanelApplet, +PanelToplevel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelApplet { + border-width: 0; +} + +PanelSeparator:backdrop, +PanelSeparator { + border-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + + color: @dark_fg_color; +} + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelApplet > GtkMenuBar.menubar.menuitem, +PanelMenuBar.menubar, +PanelMenuBar.menubar.menuitem { + -PanelMenuBar-icon-visible: true; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelAppletFrame { + background-color: @dark_bg_color; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-width: 0; +} + +PanelApplet .button:backdrop, +PanelApplet .button { + -GtkButton-inner-border: 2; + + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.6); + border-radius: 0; + border-width: 0 1px 0 1px; + + text-shadow: none; +} + +PanelApplet .button:active:prelight:backdrop, +PanelApplet .button:active:prelight, +PanelApplet .button:active:backdrop, +PanelApplet .button:active { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.7)), + to (shade (@dark_bg_color, 0.8))); + border-color: shade (@dark_bg_color, 0.7); +} + +PanelApplet .button:prelight:backdrop, +PanelApplet .button:prelight { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.3)), + to (shade (@dark_bg_color, 1.1))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.8); +} + +ClockBox { + text-shadow: 0 1px shade (@dark_bg_color, 1.08); +} + +WnckPager, WnckTasklist { + background-color: @dark_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/gnome-system-log.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/gnome-system-log.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/gnome-system-log.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/gnome-system-log.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,4 @@ +/* LP: #1045602 */ +LogviewWindow .view.dim-label, .dim-label { + color: @info_fg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/gnome-terminal.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/gnome-terminal.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/gnome-terminal.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/gnome-terminal.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,7 @@ +/* gnome-terminal */ +TerminalScreen { + -TerminalScreen-background-darkness: 0.97; + background-color: #060606; + color: #E8E8E8; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/nautilus.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -0,0 +1,238 @@ +@define-color cluebar_color shade (mix (@bg_color, @base_color, 0.5), 0.95); + +NautilusWindow *, +NemoWindow * { + -GtkPaned-handle-size: 1; +} + +NautilusDesktopWindow GtkWidget { + background-color: @transparent; +} + +.nautilus-canvas-item, +.nemo-canvas-item { + border-radius: 4px; +} + +/* desktop mode */ +.nautilus-desktop.nautilus-canvas-item, +.nemo-desktop.nemo-canvas-item { + color: @bg_color; + text-shadow: 1px 1px alpha (black, 0.8); +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nemo-desktop.nemo-canvas-item:active { + background-image: none; + background-color: alpha (@bg_color, 0.84); + + color: @fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:selected { + background-image: none; + background-color: alpha (@selected_bg_color, 0.84); + + color: @selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:active, +.nemo-desktop.nemo-canvas-item:prelight, +.nemo-desktop.nemo-canvas-item:selected { + text-shadow: none; +} + +/* browser window */ +NautilusTrashBar.info, +NautilusXContentBar.info, +NautilusSearchBar.info, +NautilusQueryEditor.info, +NemoTrashBar.info, +NemoXContentBar.info, +NemoSearchBar.info, +NemoQueryEditor.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.03)), + to (shade (@cluebar_color, 0.92))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); + border-radius: 0; + border-style: solid; + border-width: 0px 0px 1px 0px; +} + +NautilusTrashBar.info:backdrop, +NautilusXContentBar.info:backdrop, +NautilusSearchBar.info:backdrop, +NautilusQueryEditor.info:backdrop, +NemoTrashBar.info:backdrop, +NemoXContentBar.info:backdrop, +NemoSearchBar.info:backdrop, +NemoQueryEditor.info:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.01)), + to (shade (@cluebar_color, 0.96))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); +} + +NautilusSearchBar .entry, +NemoSearchBar .entry { +} + +.nautilus-cluebar-label, +.nemo-cluebar-label { + font: bold; +} + +.nautilus-cluebar-label:backdrop, +.nemo-cluebar-label:backdrop { + color: mix (@fg_color, @cluebar_color, 0.2); +} + +nautilus-search-button *:active, +nautilus-search-button *:active:prelight, +nemo-search-button *:active, +nemo-search-button *:active:prelight { + color: @dark_fg_color; +} + +NautilusFloatingBar, +NemoFloatingBar { + background-color: shade (@cluebar_color, 0.92); +} + +NautilusFloatingBar .button, +NemoFloatingBar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; +} + +/* sidebar */ +NautilusWindow .sidebar, +NautilusWindow .sidebar .view, +NemoWindow .sidebar, +NemoWindow .sidebar .view { + background-color: @cluebar_color; + + color: @fg_color; +} + +NautilusWindow .sidebar .frame, +NemoWindow .sidebar .frame { + border-style: none +} + +NautilusWindow .sidebar:backdrop, +NautilusWindow .sidebar .view:backdrop, +NemoWindow .sidebar:backdrop, +NemoWindow .sidebar .view:backdrop { + background-color: shade (@bg_color, 0.96); + color: mix (@fg_color, shade (@bg_color, 0.95), 0.2); +} + +NautilusWindow .sidebar row:selected, +NemoWindow .sidebar row:selected { + color: @selected_fg_color; +} + +NautilusWindow .sidebar row:selected:backdrop, +NemoWindow .sidebar row:selected:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (shade (@bg_color, 0.95), 0.94)), + to (shade (shade (@bg_color, 0.95), 0.86))); + border-top-color: shade (shade (@bg_color, 0.95), 0.88); + + color: @fg_color; +} + +NautilusWindow .pane-separator, +NemoWindow .pane-separator { + background-color: shade (shade (@bg_color, 0.95), 0.94); + border-color: @dark_bg_color; + border-style: solid; + border-width: 0; + box-shadow: none; +} + +NautilusWindow .pane-separator:backdrop, +NemoWindow .pane-separator:backdrop { + background-color: shade (shade (@bg_color, 0.95), 0.96); +} + +NautilusWindow .toolbar.menubar, +NemoWindow .toolbar.menubar { + -GtkToolbar-button-relief: normal; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.0)), + to (shade (@dark_bg_color, 1.2))); + color: @fg_color; + padding: 3px; + box-shadow: none; +} + +/* for breadcrumbs path bar */ +NautilusWindow .toolbar.menubar .button, +.nemo-pathbar-button, +NemoPathbarButton { + -GtkWidget-focus-line-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.4)), + to (shade (@dark_bg_color, 0.96))); + color: @dark_fg_color; + padding: 6px 6px; + border-width: 1px; + border-style: solid; + border-color: alpha(shade (@dark_bg_color, 0.80), 1.2); + -NemoPathbarButton-border-radius: 3px; +} + +NautilusWindow .toolbar.menubar .button:hover, +NautilusWindow .toolbar.menubar .button:active:hover, +NemoPathbarButton:hover, +NemoPathbarButton:active:hover { + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +NautilusWindow .toolbar.menubar .button:active, +NemoPathbarButton:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@selected_bg_color, 1.32), shade(@dark_bg_color, 1.1), 0.7)), + to (mix (shade (@selected_bg_color, 1.05), shade(@dark_bg_color, 1.18), 0.7))); + + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +.toolbar.menubar .separator { + border-color: shade (@dark_bg_color, 0.96); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* For Places Sidebar diskfull indicators */ + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, .65); + -NemoPlacesTreeView-disk-full-fg-color: shade(@selected_bg_color, 1.0); + -NemoPlacesTreeView-disk-full-bar-width: 1px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 1px; + -NemoPlacesTreeView-disk-full-max-length: 70px; +} + +NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, 2.0); + -NemoPlacesTreeView-disk-full-fg-color: shade(@fg_color, 2.0); +} + +NemoPlacesTreeView:hover { +} + +NemoPlacesTreeView:selected:hover { +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/software-center.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/software-center.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/software-center.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/software-center.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +.action-bar { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/unity.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/unity.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/unity.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/unity.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,131 @@ +/* Decorations */ + +UnityDecoration { + -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-input-extents: 10px; + + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 5px; + -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.78); + -UnityDecoration-active-shadow-radius: 30px; + -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.3); + -UnityDecoration-inactive-shadow-radius: 25px; + + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: rgb (221, 72, 20); + + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration.top { + border: 1px solid rgba (85, 40, 0, 0.04); /* shade (@dark_bg_color) (shade (#edebe6, 1.06) */ + border-bottom-width: 0; + border-radius: 6px 6px 0 0; + padding: 1px 6px 0 6px; + + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 1.065), inset 0 0 transparent; + + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityDecoration.top:backdrop { + border: 1px solid rgba (110, 27, 0, 0.04); /* shade @dark_bg_color - shade (#edebe6, 0.96) */ + border-bottom-width: 0; + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 0.96)), + to (@dark_bg_color)); + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 0.97), inset 0 0 transparent; + + color: #a39e9a; + text-shadow: 1px 0 1px shade (@dark_bg_color, 1.08), -1px 0 1px shade (@dark_bg_color, 1.08), + 0 1px 1px shade (@dark_bg_color, 1.08), 0 -1px 1px shade (@dark_bg_color, 1.08); +} + +UnityDecoration.left, +UnityDecoration.right { + background-color: shade (@bg_color, 0.7); + background-size: 1px 70px; + background-repeat: repeat-x; + + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #A8A8A8), + color-stop (0.5, #A8A8A8), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.left:backdrop, +UnityDecoration.right:backdrop { + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #B5B5B5), + color-stop (0.5, #B5B5B5), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.bottom { + background-image: none; + background-color: shade (@bg_color, 0.7); +} + +/* Panel Style */ + +UnityPanelWidget, +.unity-panel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + border-top-color: shade (#EDEDED, 1.08); + border-style: solid; + border-width: 1px 0 0 0; + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: #A3A3A3; +} + +.unity-panel.menubar, +.unity-panel .menubar { +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 1px 1px 0 1px; + icon-shadow: 0 -1px shade (@dark_bg_color, 1.06); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (shade (@dark_bg_color, 1.02))); +} + +@keyframes playbackmenuitem_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: playbackmenuitem_spinner 1s infinite linear; + color: @selected_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/unity-greeter.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/unity-greeter.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/unity-greeter.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/apps/unity-greeter.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,94 @@ +.lightdm.menu { + background-image: none; + background-color: alpha (black, 0.6); + border-color: alpha (white, 0.2); + border-radius: 4px; + padding: 1px; + + color: white; +} + +.lightdm-combo .menu { + background-color: shade (@dark_bg_color, 1.08); + border-radius: 0px; + padding: 0px; + + color: white; +} + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: white; +} + +.lightdm.menubar { + background-image: none; + background-color: alpha (black, 0.5); +} + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .entry, +.lightdm.button, +.lightdm.entry { + background-image: none; + background-color: alpha (black, 0.3); + border-color: alpha (white, 0.6); + border-radius: 5px; + padding: 7px; + + color: white; + text-shadow: none; +} + +.lightdm.button, +.lightdm.button:hover, +.lightdm.button:active, +.lightdm.button:active:focused, +.lightdm.entry, +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focused { + background-image: none; + border-image: none; +} + +.lightdm.button:focused, +.lightdm.entry:focused { + border-color: alpha (white, 0.9); + border-width: 1px; + border-style: solid; + + color: white; +} + +.lightdm.entry:selected { + background-color: alpha (white, 0.2); +} + +@keyframes dashentry_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; +} + +.lightdm.option-button { + padding: 2px; + background: none; + border: 0; +} + +.lightdm.toggle-button { + background: none; + border-width: 0; +} + +.lightdm.toggle-button.selected { + background-color: alpha (black, 0.3); + border-width: 1px; +} Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/backdrop-radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-active-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-active-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-default-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-default-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-default-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-default-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-default-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-default-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-default.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-default.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-menuitem-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-menuitem-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-arrow-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-arrow-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-arrow.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-arrow.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-button-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-button-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/frame.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/frame.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/notebook-tab-bottom.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/notebook-tab-bottom.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/notebook-tab-left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/notebook-tab-left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/notebook-tab-right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/notebook-tab-right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/notebook-tab-top.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/notebook-tab-top.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/progressbar-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/progressbar-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/progressbar-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/progressbar-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/progressbar-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/progressbar-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/progressbar-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/progressbar-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radiance-entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-horizontal-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-horizontal-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-horizontal-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-horizontal-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-horizontal-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-horizontal-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-vertical-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-vertical-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-vertical-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-vertical-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-vertical-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-vertical-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scale-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scrollbar_handle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scrollbar_handle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scrollbar_handle_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/scrollbar_handle_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-horizontal-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-horizontal-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-horizontal-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-horizontal-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-horizontal-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-horizontal-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-horizontal-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-horizontal-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-horizontal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-horizontal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_prelight_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_prelight_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_vertical_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_vertical_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-vertical-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-vertical-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-vertical-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-vertical-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-vertical-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-vertical-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-vertical-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-vertical-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_vertical_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_vertical_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/slider-vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-button-off-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-button-off-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-button-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-button-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-button-on-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-button-on-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-button-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-button-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-trough-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-trough-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-trough-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-trough-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-trough-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-trough-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-trough-toolbar-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-trough-toolbar-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-trough-toolbar-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/assets/switch-trough-toolbar-on.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1 @@ +@import url("gtk-main.css"); \ No newline at end of file diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-main.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-main.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-main.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-main.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,70 @@ +/*default color scheme */ +@define-color bg_color #F2F2F2; +@define-color fg_color #4C4C4C; +@define-color base_color #ffffff; +@define-color text_color #3C3C3C; +@define-color selected_bg_color #E87436; +@define-color selected_fg_color #ffffff; +@define-color tooltip_bg_color #000000; +@define-color tooltip_fg_color #ffffff; + +/* misc colors used by gtk+ + * + * Gtk doesn't currently expand color variables for style properties. Thus, + * gtk-widgets.css uses literal color names, but includes a comment containing + * the name of the variable. Please remember to change values there as well + * when changing one of the variables below. + */ +@define-color info_fg_color rgb (181, 171, 156); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (173, 120, 41); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (97, 122, 214); +@define-color question_bg_color rgb (138, 173, 212); +@define-color error_fg_color rgb (235, 235, 235); +@define-color error_bg_color rgb (223, 56, 44); +@define-color link_color @selected_bg_color; +@define-color success_color #4e9a06; +@define-color error_color #df382c; + +/* theme common colors */ +@define-color button_bg_color shade (@bg_color, 1.02); /*shade (#cdcdcd, 1.08);*/ +@define-color notebook_button_bg_color shade (@bg_color, 1.02); +@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6); +@define-color dark_bg_color #DFDFDF; +@define-color dark_fg_color @fg_color; + +@define-color backdrop_fg_color mix (@bg_color, @fg_color, 0.8); +@define-color backdrop_text_color mix (@base_color, @text_color, 0.8); +@define-color backdrop_dark_fg_color mix (@dark_bg_color, @dark_fg_color, 0.75); +@define-color backdrop_selected_bg_color shade (@bg_color, 0.92); +@define-color backdrop_selected_fg_color @fg_color; + +@define-color focus_color alpha (@selected_bg_color, 0.5); +@define-color focus_bg_color alpha (@selected_bg_color, 0.1); + +@define-color shadow_color alpha(black, 0.5); + +@define-color osd_fg_color #eeeeec; +@define-color osd_bg_color alpha(#202526, 0.7); +@define-color osd_border_color alpha(black, 0.7); + +@import url("gtk-widgets-borders.css"); +@import url("gtk-widgets-borders-radiance.css"); +@import url("gtk-widgets-assets.css"); +@import url("gtk-widgets-assets-radiance.css"); +@import url("gtk-widgets.css"); +@import url("gtk-widgets-radiance.css"); +@import url("apps/geary.css"); +@import url("apps/unity.css"); +@import url("apps/unity-greeter.css"); +@import url("apps/baobab.css"); +@import url("apps/gedit.css"); +@import url("apps/nautilus.css"); +@import url("apps/gnome-panel.css"); +@import url("apps/gnome-terminal.css"); +@import url("apps/gnome-system-log.css"); +@import url("apps/glade.css"); +@import url("apps/california.css"); +@import url("apps/software-center.css"); +@import url("public-colors.css"); diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-assets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-assets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-assets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-assets.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,562 @@ +/*************** + * Resize grip * + ***************/ + +.grip { + background-color: transparent; + /*background-image: url("assets/resize-grip.svg");*/ +} + +/************************* + * Check and Radio items * + *************************/ + +/* draw regular check and radio items using our SVG assets */ +.check { + -gtk-icon-source: url("assets/check-unselected.png"); +} + +.check:hover { + -gtk-icon-source: url("assets/check-unselected-hover.png"); +} + +.check row, +.check row:selected, +.check row:selected:focus { + -gtk-icon-source: url("assets/check-unselected-alt.png"); +} + +.check row:hover, +.check row:selected:hover, +.check row:selected:focus:hover { + -gtk-icon-source: url("assets/check-unselected-hover-alt.png"); +} + +.check:insensitive { + -gtk-icon-source: url("assets/check-unselected-disabled.png"); +} + +.check row:insensitive { + background-color: transparent; +} + +.check row:insensitive, +.check row:selected:insensitive, +.check row:selected:focus:insensitive { + background-color: transparent; + -gtk-icon-source: url("assets/check-unselected-disabled-alt.png"); +} + +.check:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected.png"); +} + +.check:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover.png"); +} + +.check row:backdrop, +.check row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-alt.png"); +} + +.check row:hover:backdrop, +.check row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover-alt.png"); +} + +.check:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled.png"); +} + +.check row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled-alt.png"); +} + +.check:checked { + -gtk-icon-source: url("assets/check-selected.png"); +} + +.check:checked:hover { + -gtk-icon-source: url("assets/check-selected-hover.png"); +} + +.check row:checked, +.check row:selected:checked, +.check row:selected:focus:checked { + -gtk-icon-source: url("assets/check-selected-alt.png"); +} + +.check row:checked:hover, +.check row:selected:checked:hover, +.check row:selected:checked:focus:hover { + -gtk-icon-source: url("assets/check-selected-hover-alt.png"); +} + +.check:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled.png"); +} + +.check row:checked:insensitive, +.check row:selected:checked:insensitive, +.check row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled-alt.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover.png"); +} + +.check row:checked:backdrop, +.check row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-alt.png"); +} + +.check row:checked:hover:backdrop, +.check row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover-alt.png"); +} + +.check:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled.png"); +} + +.check row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled-alt.png"); +} + +.check:inconsistent { + -gtk-icon-source: url("assets/check-mixed.png"); +} + +.check:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover.png"); +} + +.check row:inconsistent, +.check row:selected:inconsistent, +.check row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/check-mixed-alt.png"); +} + +.check row:inconsistent:hover, +.check row:selected:inconsistent:hover, +.check row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled.png"); +} + +.check row:inconsistent:insensitive, +.check row:selected:inconsistent:insensitive, +.check row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled-alt.png"); +} + +.check:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed.png"); +} + +.check:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover.png"); +} + +.check row:inconsistent:backdrop, +.check row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-alt.png"); +} + +.check row:inconsistent:hover:backdrop, +.check row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled.png"); +} + +.check row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled-alt.png"); +} + +.radio { + -gtk-icon-source: url("assets/radio-unselected.png"); +} + +.radio:hover { + -gtk-icon-source: url("assets/radio-unselected-hover.png"); +} + +.radio row, +.radio row:selected, +.radio row:selected:focus { + -gtk-icon-source: url("assets/radio-unselected-alt.png"); +} + +.radio row:hover, +.radio row:selected:hover, +.radio row:selected:focus:hover { + -gtk-icon-source: url("assets/radio-unselected-hover-alt.png"); +} + +.radio:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled.png"); +} + +.radio row:insensitive { + background-color: transparent; +} + +.radio row:insensitive, +.radio row:selected:insensitive, +.radio row:selected:focus:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled-alt.png"); +} + +.radio:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected.png"); +} + +.radio:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover.png"); +} + +.radio row:backdrop, +.radio row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-alt.png"); +} + +.radio row:hover:backdrop, +.radio row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover-alt.png"); +} + +.radio:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled.png"); +} + +.radio row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled-alt.png"); +} + +.radio:checked { + -gtk-icon-source: url("assets/radio-selected.png"); +} + +.radio:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover.png"); +} + +.radio row:checked, +.radio row:selected:checked, +.radio row:selected:focus:checked { + -gtk-icon-source: url("assets/radio-selected-alt.png"); +} + +.radio row:checked:hover, +.radio row:selected:checked:hover, +.radio row:selected:focus:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled.png"); +} + +.radio row:insensitive, +.radio row:selected:checked:insensitive, +.radio row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled-alt.png"); +} + +.radio:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected.png"); +} + +.radio:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover.png"); +} + +.radio row:checked:backdrop, +.radio row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-alt.png"); +} + +.radio row:checked:hover:backdrop, +.radio row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled.png"); +} + +.radio row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled-alt.png"); +} + +.radio:inconsistent { + -gtk-icon-source: url("assets/radio-mixed.png"); +} + +.radio:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover.png"); +} + +.radio row:inconsistent, +.radio row:selected:inconsistent, +.radio row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover, +.radio row:selected:inconsistent:hover, +.radio row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled.png"); +} + +.radio row:inconsistent:insensitive, +.radio row:selected:inconsistent:insensitive, +.radio row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled-alt.png"); +} + +.radio:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed.png"); +} + +.radio:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover.png"); +} + +.radio row:inconsistent:backdrop, +.radio row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover:backdrop, +.radio row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled.png"); +} + +.radio row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled-alt.png"); +} + +.primary-toolbar .menu .check, +.menubar.toolbar .menu .check, +.header-bar .menu .check, +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .radio, +.menubar.toolbar .menu .radio, +.header-bar .menu .radio, +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .check:checked, +.menubar.toolbar .menu .check:checked, +.header-bar .menu .check:checked, +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:hover, +.menu .check:checked:hover { + -gtk-icon-source: url("assets/check-menuitem.png"); +} + +.primary-toolbar .menu .check:checked:insensitive, +.menubar.toolbar .menu .check:checked:insensitive, +.header-bar .menu .check:checked:insensitive, +.toolbar .menu .check:checked:hover:insensitive, +.menu .check:checked:insensitive, +.menu .check:checked:hover:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive.png"); +} + +.toolbar .menu .radio:checked:hover, +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem.png"); +} + +.primary-toolbar .menu .radio:checked:insensitive, +.menubar.toolbar .menu .radio:checked:insensitive, +.header-bar .menu .radio:checked:insensitive, +.toolbar .menu .radio:checked:hover:insensitive, +.menu .radio:checked:insensitive, +.menu .radio:checked:hover:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive.png"); +} + +.toolbar .menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.toolbar .menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.toolbar .menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} + +/********************* + * GtkScale's slider * + *********************/ +.scale.slider, +.scale.slider.horizontal { + background-image: url("assets/slider-horizontal.png"); +} + +.scale.slider:backdrop, +.scale.slider.horizontal:backdrop { + /*background-image: url("assets/slider-horizontal-disabled.png");*/ +} + +.scale.slider:hover, +.scale.slider.horizontal:hover { + background-image: url("assets/slider-horizontal-hover.png"); +} + +.scale.slider:focused, +.scale.slider.horizontal:focused { + background-image: url("assets/slider-horizontal-focused.png"); +} + +.scale.slider:hover:focused, +.scale.slider.horizontal:hover:focused { + background-image: url("assets/slider-horizontal-focused-hover.png"); +} + +.scale.slider:insensitive, +.scale.slider.horizontal:insensitive { + background-image: url("assets/slider-horizontal-disabled.png"); +} + +.scale.slider:insensitive:backdrop, +.scale.slider.horizontal:insensitive:backdrop { + /*background-image: url("assets/slider-horizontal-backdrop-disabled.png");*/ +} + +.scale.slider.vertical { + background-image: url("assets/slider-vertical.png"); +} + +.scale.slider.vertical:backdrop { + /*background-image: url("assets/slider-vertical-backdrop.png");*/ +} + +.scale.slider.vertical:hover { + background-image: url("assets/slider-vertical-hover.png"); +} + +.scale.slider.vertical:focused { + background-image: url("assets/slider-vertical-focused.png"); +} + +.scale.slider.vertical:hover:focused { + background-image: url("assets/slider-vertical-focused-hover.png"); +} + +.scale.slider.vertical:insensitive { + background-image: url("assets/slider-vertical-disabled.png"); +} + +.scale.slider.vertical:insensitive:backdrop { + /*background-image: url("assets/slider-vertical-backdrop-disabled.png");*/ +} + +/*.scale.scale-has-marks-above.slider.horizontal { + background-image: url("assets/slider-up.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:insensitive { + background-image: url("assets/slider-up-disabled.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop { + background-image: url("assets/slider-up-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-up-backdrop-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical { + background-image: url("assets/slider-left.png"); +} + +.scale.scale-has-marks-above.slider.vertical:insensitive { + background-image: url("assets/slider-left-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop { + background-image: url("assets/slider-left-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-left-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal { + background-image: url("assets/slider-down.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:insensitive { + background-image: url("assets/slider-down-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop { + background-image: url("assets/slider-down-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-down-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical { + background-image: url("assets/slider-right.png"); +} + +.scale.scale-has-marks-below.slider.vertical:insensitive { + background-image: url("assets/slider-right-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop { + background-image: url("assets/slider-right-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-right-backdrop-disabled.png"); +}*/ + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-assets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-assets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-assets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-assets-radiance.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,23 @@ +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-borders.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-borders.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-borders.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-borders.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,313 @@ +/* Borders */ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border: 1px solid #2e2e2c; + border-bottom-width: 0px; + border-radius: 4px 4px 0 0; +} + +/********* + * entry * + *********/ +.entry { + border-radius: 8px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.entry { + border-image: url("assets/entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:backdrop { + border-image: url("assets/backdrop-entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:focus { + border-image: url("assets/entry-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive { + border-image: url("assets/entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive:backdrop { + border-image: url("assets/backdrop-entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + border-radius: 8px; + border-width: 0; +} + +/****************** + * combobox entry * + ******************/ +GtkComboBox.combobox-entry .entry:first-child, +GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 1px 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +GtkComboBox.combobox-entry .entry:last-child, +GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +GtkComboBox.combobox-entry .button { + border-image: url("assets/combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:backdrop { + border-image: url("assets/backdrop-combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive { + border-image: url("assets/combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive:backdrop { + border-image: url("assets/backdrop-combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:active:focus { + border-image: url("assets/combobox-button-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:first-child, +.primary-toolbar GtkComboBox.combobox-entry .button:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:first-child, +.header-bar GtkComboBox.combobox-entry .entry:first-child, +.header-bar GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:last-child, +.primary-toolbar GtkComboBox.combobox-entry .button:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:last-child, +.header-bar GtkComboBox.combobox-entry .entry:last-child, +.header-bar GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +.notebook tab.top:active { + border-image: url("assets/notebook-tab-top.png") 8 10 1 10 / 8px 10px 1px 10px stretch; +} + +.notebook tab.right:active { + border-image: url("assets/notebook-tab-right.png") 10 8 10 1 / 10px 8px 10px 1px stretch; +} + +.notebook tab.bottom:active { + border-image: url("assets/notebook-tab-bottom.png") 1 10 8 10 / 1px 10px 8px 10px stretch; +} + +.notebook tab.left:active { + border-image: url("assets/notebook-tab-left.png") 10 1 10 8 / 10px 1px 10px 8px stretch; +} + +/* unfocused window: generic element borders */ +.button:backdrop, +GtkComboBox.combobox-entry .entry:backdrop, +GtkComboBox.combobox-entry .button:backdrop, +.entry:backdrop, +GtkSwitch.trough:backdrop, +.trough:backdrop { +} + +.trough, +.trough.highlight { + border-radius: 4px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.trough { + border-image: url("assets/progressbar-horizontal-trough.png") 6 7 6 7 / 6px 7px 6px 7px stretch; +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +.trough row { +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +GtkSwitch.trough { + border-image: url("assets/switch-trough-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.trough:active { + border-image: url("assets/switch-trough-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough, +.menubar.toolbar GtkSwitch.trough, +.header-bar GtkSwitch.trough { + border-image: url("assets/switch-trough-toolbar-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough:active, +.menubar.toolbar GtkSwitch.trough:active, +.header-bar GtkSwitch.trough:active { + border-image: url("assets/switch-trough-toolbar-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:active:backdrop, +GtkSwitch.trough:insensitive, +GtkSwitch.trough:active:insensitive { + border-image: url("assets/switch-trough-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.slider { + border-image: url("assets/switch-button-off.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +GtkSwitch.slider:active { + border-image: url("assets/switch-button-on.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:backdrop, +GtkSwitch.slider:insensitive { + border-image: url("assets/switch-button-off-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:active:backdrop, +GtkSwitch.slider:active:insensitive { + border-image: url("assets/switch-button-on-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-image: url("assets/progressbar-horizontal-fill.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical { + border-image: url("assets/progressbar-vertical-fill.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop { + border-image: url("assets/progressbar-horizontal-fill-backdrop.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical:backdrop { + border-image: url("assets/progressbar-vertical-fill-backdrop.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.scale.trough { + border-image: url("assets/scale-horizontal-trough.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:insensitive { + border-image: url("assets/scale-horizontal-trough-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:backdrop { + border-image: url("assets/scale-horizontal-trough-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical { + border-image: url("assets/scale-vertical-trough.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.vertical:insensitive { + border-image: url("assets/scale-vertical-trough-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left { + border-image: url("assets/scale-horizontal-fill.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical:backdrop { + border-image: url("assets/scale-vertical-trough-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left:insensitive { + border-image: url("assets/scale-horizontal-fill-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.left:backdrop { + border-image: url("assets/scale-horizontal-fill-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.bottom.vertical { + border-image: url("assets/scale-vertical-fill.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:insensitive { + border-image: url("assets/scale-vertical-fill-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:backdrop { + border-image: url("assets/scale-vertical-fill-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-borders-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-borders-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-borders-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-borders-radiance.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,38 @@ + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/radiance-entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/radiance-entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/radiance-combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/radiance-combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/radiance-combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border-color: #b8ab9c; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:43.000000000 +0000 @@ -0,0 +1,2126 @@ +* { + -GtkArrow-arrow-scaling: 0.6; + -GtkButton-child-displacement-x: 1; + -GtkButton-child-displacement-y: 1; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-interior-focus: true; + -GtkButton-inner-border: 3; + -GtkCheckButton-indicator-size: 18; + -GtkCheckMenuItem-indicator-size: 16; + -GtkEntry-inner-border: 2; + -GtkEntry-progress-border: 0; + -GtkExpander-expander-size: 8; + -GtkHTML-link-color: #E87436; /* @link_color */ + -GtkIMHtml-hyperlink-color: #E87436; /* @link_color */ + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 5px; + -GtkMenuBar-internal-padding: 0; + -GtkMenuItem-arrow-scaling: 0.6; + -GtkNotebook-tab-overlap: 1; + -GtkPaned-handle-size: 6; + -GtkProgressBar-min-horizontal-bar-height: 14; + -GtkProgressBar-min-vertical-bar-width: 14; + -GtkRange-trough-border: 0; + -GtkRange-slider-width: 14; + -GtkRange-stepper-size: 13; + -GtkRange-trough-under-steppers: 1; + -GtkRange-stepper-spacing: 0; + -GtkScale-trough-border: 0; + -GtkScrollbar-activate-slider: 1; + -GtkScrollbar-trough-border: 0; + -GtkScrollbar-min-slider-length: 31; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkSeparatorMenuItem-horizontal-padding: 0; + -GtkStatusbar-shadow-type: none; + -GtkTextView-error-underline-color: #df382c; /* @error_color */ + -GtkToolButton-icon-spacing: 6; + -GtkToolItemGroup-expander-size: 11; + -GtkToolbar-internal-padding: 0; + -GtkTreeView-expander-size: 8; + -GtkTreeView-vertical-separator: 0; + -GtkWidget-separator-width: 2; + -GtkWidget-separator-height: 2; + -GtkWidget-link-color: #E87436; /* @link_color */ + -GtkWidget-visited-link-color: #E87436; /* @link_color */ + -GtkWindow-resize-grip-width: 0; + -GtkWindow-resize-grip-height: 0; + -WnckTasklist-fade-overlay-rect: 0; + + background-origin: border-box; + background-clip: padding-box; +} + +.background { + color: @fg_color; + background-color: @bg_color; +} + +.background:backdrop { + color: @backdrop_fg_color; +} + +/* LP: #1285783 */ +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; +} + +GtkPaned { + background-color: @bg_color; +} + +/* Background hack to make DejaDup Assistant windows not turn black when + * overlay scrollbars are enabled. + */ +Assistant GtkEventBox { + background-color: @bg_color; +} + +/* ... and for Evolution's mail preferences window */ +EPreferencesWindow GtkNotebook GtkAlignment GtkVBox { + background-color: @bg_color; +} + +/************* + * assistant * + *************/ +GtkAssistant .sidebar .highlight { + color: @fg_color; + font: bold; +} + +GtkAssistant .sidebar { + background-color: shade (@bg_color, 0.97); + border-right-color: shade (@bg_color, 0.8); + border-radius: 0; + border-style: solid; + border-width: 0 1px 0 0; + padding: 12px; + + color: mix (@fg_color, @bg_color, 0.40); + text-shadow: 0 1px shade (@bg_color, 1.04); + + box-shadow: inset -1px 0 shade (@bg_color, 0.94); +} + +/********** + * button * + **********/ +.button { + padding: 5px 6px; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + + border: 1px solid transparent; + border-radius: 8px; + border-image-source: url("assets/button.png"); + + /* all button border images have the same size and are sliced in the same way */ + border-image-width: 10px 12px 10px 12px; + border-image-slice: 10 12 10 12; + border-image-repeat: stretch; +} + +.button.flat { + background-image: none; + border-image-source: none; +} + +.button:backdrop { + background-image: none; + background-color: @bg_color; + border-image-source: url("assets/backdrop-button.png"); + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +.button.flat:backdrop { + border-image-source: none; +} + +.button:focus { + border-image-source: url("assets/button-focused.png"); +} + +.button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.12)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.96))); + border-image-source: url("assets/button-hover.png"); +} + +.button:hover:backdrop { + background-color: shade (@bg_color, 1.04); + border-image-source: url("assets/backdrop-button-hover.png"); +} + +.button:hover:focus { + border-image-source: url("assets/button-focused-hover.png"); +} + +.button:insensitive { + background-image: none; + background-color: mix (#ebebeb, @bg_color, 0.5); + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + border-image-source: url("assets/button-disabled.png"); +} + +.button:insensitive:backdrop { + background-color: #ebebeb; + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); + border-image-source: url("assets/backdrop-button-disabled.png"); +} + +.button.flat:insensitive, +.button.flat:insensitive:backdrop { + background-color: transparent; + border-image-source: none; +} + +.button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + border-image-source: url("assets/button-active.png"); +} + +.button:checked:focus { + border-image-source: url("assets/button-active-focused.png"); +} + +.button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#dcdcdc), + to (#f3f3f3)); + border-image-source: url("assets/button-active-hover.png"); +} + +.button:active:focus { + border-image-source: url("assets/button-active-focused-hover.png"); +} + +.button:active:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#e3e3e3), + to (#f3f3f3)); + border-image-source: url("assets/button-active-disabled.png"); +} + +.button:checked:backdrop { + border-image-source: url("assets/backdrop-button-active.png"); +} + +.button:active:backdrop { + border-image-source: url("assets/backdrop-button-active-hover.png"); +} + +.button:checked:insensitive:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (#e3e3e3, @bg_color, 0.5)), + to (mix (#f3f3f3, @bg_color, 0.5))); + border-image-source: url("assets/backdrop-button-active-disabled.png"); +} + +.button.default { + border-image-source: url("assets/button-default.png"); +} + +.button.default:hover { + border-image-source: url("assets/button-default-hover.png"); +} + +.button.default:focus { + border-image-source: url("assets/button-default-focused.png"); +} + +.button.default:focus:hover { + border-image-source: url("assets/button-default-focused-hover.png"); +} + +/****************** + * Linked Widgets * + *****************/ +.linked > .entry, +.linked > .button, +.linked > GtkComboBox > .button { + border-radius: 0; + border-image-width: 10px 0 10px 0; + border-width: 1px 0 1px 0; + box-shadow: inset -1px 0 shade (@bg_color, 0.84); +} + +.linked > .entry:first-child, +.linked > .button:first-child, +.linked > GtkComboBox:first-child > .button { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; +} + +.linked > .entry:last-child, +.linked > .button:last-child, +.linked > GtkComboBox:last-child > .button { + border-image-width: 10px 12px 10px 0; + border-radius: 0 8px 8px 0; + box-shadow: none; +} + +.linked > .entry:only-child, +.linked > .button:only-child, +.linked > GtkComboBox:only-child > .button { + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +.primary-toolbar .linked .button, +.header-bar .linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.header-bar .linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.header-bar .linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4) +} + +.primary-toolbar .linked .button:active, +.header-bar .linked .button:active, +.primary-toolbar .linked .button:insensitive, +.header-bar .linked .button:insensitive { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:only-child, +.header-bar .linked .button:only-child { + box-shadow: none; +} + +/**************** + * cell and row * + ****************/ +.cell { + -GtkCheckButton-indicator-size: 16; + + background-color: @base_color; + border-radius: 0; + border-width: 0; +} + +row:selected { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@selected_bg_color, 1.06)), + to (shade (@selected_bg_color, 0.94))); + border-top-color: shade (@selected_bg_color, 0.88); + border-style: solid; + border-width: 1px 0 0 0; + + color: @selected_fg_color; +} + +row:selected:backdrop { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@backdrop_selected_bg_color, 1.06)), + to (shade (@backdrop_selected_bg_color, 0.94))); + border-top-color: shade (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + +/******************* + * check and radio * + *******************/ + +/* Draw a focus ring around the contained label ... */ +GtkCheckButton.text-button GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +GtkCheckButton.text-button:focus GtkLabel { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +/* ... unless it's a proper button, which already has a focus-colored border */ +.button.text-button:focus GtkLabel { + border: none; + background: none; +} + +.menu .radio * { + box-shadow: none; +} + +/***************** + * column-header * + *****************/ +column-header .button, +column-header .button:active { + border-radius: 0; + border-width: 0 1px 1px 0; + border-image: none; +} + +column-header .button { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.06)), + to (shade (@bg_color, 1.04))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); + + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.4); +} + +column-header .button:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.02))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.94)), + to (shade (@bg_color, 0.88))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.03), + inset 0 -1px shade (@bg_color, 1.03); +} + +column-header .button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.13)), + to (shade (@bg_color, 1.08))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + +column-header .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.1)), + to (shade (@bg_color, 1.06))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + + +column-header:nth-child(last) .button { + border-width: 0 0 1px 0; +} + +/**************** + * Content view * + ****************/ +.content-view.view { + background-color: shade (@bg_color, 1.01); +} + +.content-view.view:prelight { + background-color: shade (@bg_color, 1.03); +} + +.view:selected, +.view:active, +.content-view.view:selected, +.content-view.view:active { + background-color: @selected_bg_color; +} + +.content-view.view:insensitive { + background-color: @bg_color; +} + +.content-view.view:backdrop { + background-color: @bg_color; +} + +.content-view.view:selected:backdrop { + background-color: @backdrop_selected_bg_color; +} + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; +} + +/********* + * entry * + *********/ +.entry { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@base_color, 0.96)), + to (@base_color)); + padding: 5px 7px; + + color: @text_color; +} + +.entry:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@base_color, 0.96), @bg_color, 0.5)), + to (mix (@base_color, @bg_color, 0.5))); + color: @backdrop_text_color; +} + +.entry:selected, +.entry:selected:focused { + background-color: @selected_bg_color; + + color: @selected_fg_color; +} + +.entry:insensitive { + background-color: #f5f5f5; + background-image: none; + + color: mix (@text_color, @base_color, 0.4); +} + +.entry:insensitive:backdrop { + background-color: mix (#f5f5f5, @bg_color, 0.5); + + color: mix (@text_color, @base_color, 0.4); +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.8)), + color-stop (0.1, shade (@selected_bg_color, 0.9)), + to (shade (@selected_bg_color, 1.1))); + border-width: 0; + + color: @selected_fg_color; +} + +/************ + * expander * + ************/ +.expander { + color: @fg_color; +} + +/********* + * frame * + *********/ +.frame { + border-radius: 3px; + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.82); + border-image: none; + background: none; +} + +.frame.flat { + border: none; +} + +/**************** + * window-frame * + ****************/ + +.window-frame.csd.popup { + border-style: none; + border-radius: 0; + box-shadow: 0 3px 8px @shadow_color; +} + +.window-frame { + border: none; + border-radius: 2px 2px 0 0; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), + 0 6px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); + + /* this is used for the resize cursor area */ + margin: 15px; +} + +.window-frame:backdrop { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.12); +} + +.window-frame.tiled { + border-radius: 0; +} + +.window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: none; +} + +.window-frame.csd.message-dialog { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), + 0 3px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); +} + +/******* + * CSD * + *******/ +.titlebar { + border-radius: 0px; + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +.tiled .titlebar { + border-radius: 0; +} + +.maximized .titlebar { + border-radius: 0; +} + +/* this is the default titlebar that is added by GTK + * when client-side decorations are in use and the application + * does not set a custom titlebar. + */ +.titlebar.default-decoration { + border: none; + box-shadow: none; +} + +.titlebar .title { + font: bold; +} + +.titlebar:backdrop { + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + background-color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +/************ + * iconview * + ************/ +.view { + background-color: @base_color; + color: @text_color; +} + +GtkIconView.view.cell:selected, +GtkIconView.view.cell:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.0)), + to (shade (@selected_bg_color, 0.9))); + border-radius: 5px; + border-style: solid; + border-width: 1px; + border-color: shade (@selected_bg_color, 0.8); + border-bottom-color: shade (@selected_bg_color, 0.7); + + color: @selected_fg_color; + + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.05), + inset -1px 0 shade (@selected_bg_color, 1.05), + inset 0 1px shade (@selected_bg_color, 1.08), + inset 0 -1px shade (@selected_bg_color, 1.0); +} + +.rubberband { + background-color: alpha (@selected_bg_color, 0.35); + border-color: @selected_bg_color; + border-radius: 0; + border-style: solid; + border-width: 1px; +} + +GtkIconView.cell { + background-color: transparent; +} + +/*********** + * infobar * + ***********/ +.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@info_bg_color, 1.04)), + to (shade (@info_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @info_fg_color; + + border-color: shade (@info_bg_color, 0.8); + border-bottom-color: shade (@info_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@info_bg_color, 1.08), + inset -1px 0 shade (@info_bg_color, 1.08), + inset 0 1px shade (@info_bg_color, 1.1), + inset 0 -1px shade (@info_bg_color, 1.04); +} + +.warning { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@warning_bg_color, 1.04)), + to (shade (@warning_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @warning_fg_color; + + border-color: shade (@warning_bg_color, 0.8); + border-bottom-color: shade (@warning_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@warning_bg_color, 1.08), + inset -1px 0 shade (@warning_bg_color, 1.08), + inset 0 1px shade (@warning_bg_color, 1.1), + inset 0 -1px shade (@warning_bg_color, 1.04); +} + +.question { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@question_bg_color, 1.04)), + to (shade (@question_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @question_fg_color; + + border-color: shade (@question_bg_color, 0.8); + border-bottom-color: shade (@question_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@question_bg_color, 1.08), + inset -1px 0 shade (@question_bg_color, 1.08), + inset 0 1px shade (@question_bg_color, 1.1), + inset 0 -1px shade (@question_bg_color, 1.04); +} + +.error { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@error_bg_color, 1.04)), + to (shade (@error_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @error_fg_color; + + border-color: shade (@error_bg_color, 0.8); + border-bottom-color: shade (@error_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@error_bg_color, 1.08), + inset -1px 0 shade (@error_bg_color, 1.08), + inset 0 1px shade (@error_bg_color, 1.1), + inset 0 -1px shade (@error_bg_color, 1.04); +} + +/******** + * menu * + ********/ +GtkTreeMenu.menu, +.toolbar .header-bar .menu, +GtkMenuToolButton.menu, +.primary-toolbar .button .menu, +.header-bar .button .menu, +.menu { + background-image: none; + background-color: shade (@dark_bg_color, 1.08); + border-bottom-color: shade (@dark_bg_color, 0.96); + border-left-color: shade (@dark_bg_color, 0.8); + border-right-color: shade (@dark_bg_color, 0.8); + border-top-color: shade (@dark_bg_color, 0.96); + padding: 0; + border-width: 1px; + border-style: solid; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.18), + inset 0 -1px shade (@dark_bg_color, 1.18), + inset -1px 0 shade (@dark_bg_color, 1.16), + inset 1px 0 shade (@dark_bg_color, 1.18); + + margin: 1px; +} + +.toolbar .menu, +GtkComboBox .menu { + background-image: none; + background-color: @bg_color; + border-bottom-color: shade (@bg_color, 0.66); + border-left-color: shade (@bg_color, 0.7); + border-right-color: shade (@bg_color, 0.7); + border-top-color: shade (@bg_color, 0.8); + border-style: solid; + padding: 0; + + color: @fg_color; + + box-shadow: inset -1px 0 shade (@bg_color, 1.18), + inset 1px 0 shade (@bg_color, 1.18), + inset 0 1px shade (@bg_color, 1.18); +} + +.menu:selected { + background-color: @selected_bg_color; +} + +.menu.button:hover, +.menu.button:checked, +.menu.button:checked:insensitive, +.menu.button:insensitive, +.menu.button +{ + background-color: shade (@dark_bg_color, 1.08); + background-image: none; + border-radius: 0; + border-style: none; + border-width: 1px; +} + +.context-menu { + font: regular medium; +} + +/*********** + * menubar * + ***********/ +.menubar { + -GtkWidget-window-dragging: true; + + background-color: @dark_bg_color; + background-image: none; + border-width: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.menubar:backdrop { + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.8); +} + +/*************** + * menubaritem * + ***************/ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.38)), + to (shade (@dark_bg_color, 1.11))); + + box-shadow: inset 0 1px 1px 0 shade (@dark_bg_color, 1.8); + + color: shade (@dark_fg_color, 1.1); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +/************ + * menuitem * + ************/ +.menuitem { + -GtkMenuItem-horizontal-padding: 0; + background: transparent; + border-radius: 0; + padding: 3px 5px 3px 5px; + + text-shadow: none; +} + +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { +} + +GtkComboBox .menuitem *:hover { + color: @selected_fg_color; +} + +.popover .menuitem:checked:hover, +.menuitem:hover, +.menu .menuitem:hover { + border-radius: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.1)), + to (shade (@selected_bg_color, 0.9))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.7)), + to (shade (@selected_bg_color, 0.7))) 1; + border-image-width: 1px; + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.02), + inset -1px 0 shade (@selected_bg_color, 1.02), + inset 0 1px shade (@selected_bg_color, 1.16), + inset 0 -1px shade (@selected_bg_color, 0.96); + + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem.check:checked, +.menuitem.radio:checked { + color: @fg_color; +} + +.menu .menuitem.check:hover, +.menu .menuitem.radio:hover { + box-shadow: none; +} + +GtkTreeMenu.menu .menuitem:insensitive, +GtkTreeMenu.menu .menuitem *:insensitive, +.toolbar .header-bar .menu .menuitem:insensitive, +.toolbar .header-bar .menu .menuitem *:insensitive, +GtkMenuToolButton.menu .menuitem:insensitive, +GtkMenuToolButton.menu .menuitem *:insensitive, +.primary-toolbar .button .menu .menuitem:insensitive, +.primary-toolbar .button .menu .menuitem *:insensitive, +.header-bar .button .menu .menuitem:insensitive, +.header-bar .button .menu .menuitem *:insensitive, +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@dark_fg_color, @dark_bg_color, 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.toolbar .menu .menuitem:insensitive, +.toolbar .menu .menuitem *:insensitive, +GtkComboBox .menu .menuitem:insensitive, +GtkComboBox .menu .menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +.menuitem GtkCalendar, +.menuitem GtkCalendar.button, +.menuitem GtkCalendar.header, +.menuitem GtkCalendar.view { + background-color: @dark_bg_color; + background-image: none; + border-radius: 0; + border-style: solid; + border-width: 0; + padding: 0; + + color: @dark_fg_color; +} + +.menuitem GtkCalendar { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; +} + +.menuitem GtkCalendar:inconsistent { + color: shade (@bg_color, 0.6); +} + +.menuitem .entry { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; + + color: @dark_fg_color; + + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 0.9))) 1; + border-image-width: 1px; +} + +.primary-toolbar GtkScale.trough, +.primary-toolbar GtkScale.trough:backdrop, +.header-bar GtkScale.trough, +.header-bar GtkScale.trough:backdrop, +.menuitem GtkScale.trough { + background-color: @dark_bg_color; + background-image: none; + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 1.15))) 1; + border-image-width: 1px; +} + +.menuitem .accelerator { + color: alpha (@dark_fg_color, 0.5); +} + +.menuitem .accelerator:hover { + color: alpha (@selected_fg_color, 0.8); +} + +.menuitem .accelerator:insensitive { + color: alpha (mix (@dark_fg_color, @dark_bg_color, 0.5), 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.menuitem > GtkBox > GtkImage + GtkLabel { + padding-left: 6px; +} + +/************ + * notebook * + ************/ +.notebook tab.top { padding: 4px 6px 2px 6px; } +.notebook tab.top:active { padding-bottom: 3px; } +.notebook tab.bottom { padding: 2px 6px 4px 6px; } +.notebook tab.bottom:active { padding-top: 3px; } +.notebook tab.left { padding: 2px 4px 2px 6px; } +.notebook tab.left:active { padding-right: 5px; } +.notebook tab.right { padding: 2px 6px 2px 4px; } +.notebook tab.right:active { padding-left: 5px; } + +/* give active tab a background, as it might be dragged across of others when reordering */ +.notebook tab:active { + background-color: @bg_color; +} + +.notebook.header { + border-width: 0; /* set below depending on position of tab bar */ + border-color: shade (@bg_color, 0.82); + border-style: solid; +} + +/* Draw a border between tabs and content ... */ +.notebook.header.top { border-bottom-width: 1px; } +.notebook.header.right { border-left-width: 1px; } +.notebook.header.left { border-right-width: 1px; } +.notebook.header.bottom { border-top-width: 1px; } + +/* ... unless the content is in a frame (thus having a border itself */ +.notebook.header.frame.top { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.bottom { border: none; } + +.notebook tab.top { + border-image: -gtk-gradient (linear, left top, left bottom, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +.notebook tab.right { + border-image: -gtk-gradient (linear, right top, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.left { + border-image: -gtk-gradient (linear, left top, right top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.bottom { + border-image: -gtk-gradient (linear, left bottom, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +/* Draw a focus ring around labels in tabs */ +.notebook tab GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +.notebook:focus tab GtkLabel.active-page { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +.notebook GtkDrawingArea { + background-color: shade (@bg_color, 1.02); +} + +/****************** + * pane separator * + ******************/ +.sidebar .pane-separator, +.pane-separator { + background-color: transparent; + border-color: shade (@bg_color, 0.84); +} + +/************************* + * progressbar and scale * + *************************/ +GtkScale, +GtkProgressBar { + border-radius: 8px; + border-width: 0px; + padding: 1px; +} + +.scale.trough { + margin: 7px 0 6px 0; +} + +.scale.trough.vertical { + margin: 0 7px 0 6px; +} + +.menubar .menuitem .scale.highlight.left, +.scale.highlight.left, +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #DA6940; + border-style: solid; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop, +.scale.highlight.bottom:backdrop, +.progressbar.vertical:backdrop { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #b0b0b0; +} + +.scale.highlight.left:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.scale.highlight.bottom:insensitive { + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.trough, +.trough row, +.trough row:hover, +.trough row:selected, +.trough row:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#d1d1d1), + to (#e8e8e8)); + border-style: solid; + border-width: 1px; + + color: @text_color; +} + +.trough.vertical { + background-image: -gtk-gradient (linear, left top, right top, + from (#d1d1d1), + to (#e8e8e8)); +} + +/* level bars as used for password quality or remaining power */ + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; +} + +GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; +} + +.level-bar.trough { + padding: 2px; +} + +.level-bar.fill-block { + border-width: 1px; + border-style: solid; + + border-color: @selected_bg_color; + background-color: #DA6940; +} + +.level-bar.indicator-continuous.fill-block { + padding: 2px; + border-radius: 2px; +} + +.level-bar.fill-block:backdrop, +.level-bar.fill-block.level-high:backdrop, +.level-bar.fill-block.level-low:backdrop { + background-color: #b0b0b0; + border-color: #b0b0b0; + background-image: none; +} + + +.level-bar.indicator-discrete.fill-block.horizontal { + margin: 0 1px; +} + +.level-bar.indicator-discrete.fill-block.vertical { + margin: 1px 0; +} + +.level-bar.fill-block.level-high { + border-color: shade(@success_color, 0.85); + background-image: linear-gradient(to bottom, + shade(@success_color, 1.2), + @success_color 75%, + shade(@success_color, 0.95) + ); +} + +.level-bar.fill-block.level-low { + border-color: shade(@warning_bg_color, 0.80); + background-image: linear-gradient(to bottom, + shade(@warning_bg_color, 1.3), + @warning_bg_color 75%, + shade(@warning_bg_color, 0.90) + ); +} + +.level-bar.fill-block.empty-fill-block { + background-color: transparent; + background-image: none; + border-color: alpha(@bg_color, 0.1); +} + +.level-bar.fill-block.empty-fill-block:backdrop { + border-color: transparent; + background-color: transparent; +} + +GtkScale { + -GtkRange-slider-width: 18; + -GtkRange-trough-border: 0; + -GtkScale-slider-length: 14; +} + +GtkScale.vertical { + -GtkScale-slider-length: 13; +} + +.scale.trough.highlight { + background-color: #DA6940; + background-image: none; + background-clip: content-box; +} + +.scale.trough.highlight:insensitive { + background-color: #b5b5b5; + background-image: none; +} + +.scale.trough.highlight.left { + margin: 7px 0 7px 0; +} + +.scale.trough.highlight:backdrop { + background-color: #dcdcdc; + background-image: none; +} + +.scale.trough.highlight.bottom { + margin: 0 7px 0 7px; +} + +GtkScale.mark { + border-color: shade (@bg_color, 0.8); +} + +/************* + * scrollbar * + *************/ +.scrollbar, +.scrollbar.vertical { + -GtkScrollbar-has-backward-stepper: 0; + -GtkScrollbar-has-forward-stepper: 0; + -GtkRange-slider-width: 14; + + border-radius: 20px; + + border-image: none; +} + +.scrollbar.trough, +.scrollbar.trough.vertical { + border-color: shade (@bg_color, 0.8); +} + +.scrollbar.slider, +.scrollbar.slider:hover, +.scrollbar.button, +.scrollbar.slider.vertical, +.scrollbar.slider.vertical:hover, +.scrollbar.button.vertical { + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.86); + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.01), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); +} + +.scrollbar.slider.horizontal, +.scrollbar.slider.horizontal:hover, +.scrollbar.button.horizontal { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.1), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.01); +} + +/* overlay scrollbar */ +OsThumb { + color: shade (@fg_color, 1.6); +} + +OsThumb:selected, +GtkScrollbar:selected { + background-color: @selected_bg_color; +} + +OsThumb:active, +GtkScrollbar:active { + background-color: shade (@bg_color, 0.6); +} + +OsThumb:insensitive, +GtkScrollbar:insensitive { + background-color: shade (@bg_color, 0.85); +} + +/******************* + * scrolled window * + *******************/ +.ubuntu-online-accounts.frame, +GtkScrolledWindow.frame { + border-top-color: shade (@bg_color, 0.84); + border-right-color: shade (@bg_color, 0.76); + border-bottom-color: shade (@bg_color, 0.86); + border-left-color: shade (@bg_color, 0.76); + border-radius: 0; + border-style: solid; +} + +.ubuntu-online-accounts.frame { + border-top-width: 0; +} + +/************* + * separator * + *************/ +.separator { + border-width: 1px; + border-style: solid; + border-image: none; + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +GtkTreeView.view.separator, +GtkTreeView.separator, +.separator, +.separator:hover { + color: shade (@bg_color, 0.92); +} + +.separator.horizontal { + border-width: 1px 0 1px 0; +} + +.separator.vertical { + border-width: 0 1px 0 1px; +} + +GtkComboBox .separator { + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +.button .separator, +.button.separator { + border-color: shade (@button_bg_color, 0.9); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +.button .separator:insensitive, +.button.separator:insensitive { + border-color: shade (@button_insensitive_bg_color, 0.96); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.3); + border-right-color: alpha (shade (@bg_color, 1.26), 0.3); +} + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + border: none; + color: @dark_bg_color; +} + +GtkTreeMenu .menuitem.separator, +.toolbar .header-bar .menuitem.separator, +GtkMenuToolButton .menuitem.separator, +.primary-toolbar .button .menuitem.separator, +.header-bar .button .menuitem.separator, +.menuitem.separator { + border-color: shade (@dark_bg_color, 0.99); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +.toolbar .menuitem.separator, +GtkComboBox .menuitem.separator { + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +/*********** + * sidebar * + ***********/ +.sidebar row:selected { + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +.sidebar .frame { + border-width: 0; +} + +/************** + * spinbutton * + **************/ +.spinbutton.button:active, +.spinbutton.button:insensitive, +.spinbutton.button { + border-radius: 0; +} + +.spinbutton.button:active:nth-child(last), +.spinbutton.button:insensitive:nth-child(last) +.spinbutton.button:nth-child(last), +.spinbutton.button:active:backdrop:nth-child(last), +.spinbutton.button:insensitive:backdrop:nth-child(last), +.spinbutton.button:backdrop:nth-child(last) { + border-radius: 0 7px 7px 0; +} + +.spinbutton.button, +.spinbutton.button:active, +.spinbutton.button:backdrop, +.spinbutton.button:active:backdrop, +.spinbutton.button:hover, +.spinbutton.button:hover:backdrop { + background-image: none; + background-color: transparent; + border-image: none; + border-width: 0 0 0 1px; + border-left-color: alpha (shade (@bg_color, 0.6), 0.22); +} + +.spinbutton.button:active { + background-image: -gtk-gradient (radial, center center, 0.0, center center, 0.5, + from (alpha (@selected_bg_color, 0.2)), + to (alpha (@selected_bg_color, 0.0))); +} + +.spinbutton.button:insensitive, +.spinbutton.button:insensitive:backdrop { + border-left-color: alpha (shade (@bg_color, 0.6), 0.18); + + color: shade (@bg_color, 0.66); +} + +.spinbutton, +.spinbutton:hover { + color: @fg_color; +} + +/*********** + * spinner * + ***********/ +@keyframes spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.spinner { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + color: @selected_bg_color; + opacity: 0; +} + +.spinner:active { + animation: spinner 1s infinite linear; + opacity: 1; +} + +.spinner:active:backdrop { + color: @backdrop_fg_color; +} + +.spinner:active:insensitive { + opacity: 0.5; +} + +/************* + * statusbar * + *************/ +GtkStatusbar { +} + +/********** + * switch * + **********/ +GtkSwitch { + border-radius: 8px; + padding: 0; +} + +GtkSwitch.trough { + border-radius: 8px; + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.trough:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.93)), + to (shade (@selected_bg_color, 0.99))); + + color: @selected_fg_color; + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +GtkSwitch:focus { + outline: 2px solid @focus_color; + outline-offset: -2px; + outline-radius: 6px; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.93)), + to (shade (@bg_color, 0.99))); + + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.slider { + padding: 1px; + border-radius: 6px; + border-style: solid; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); +} + +GtkSwitch.slider:backdrop { + background-image: none; + background-color: @bg_color; + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +/************ + * textview * + ************/ +GtkTextView { + background-color: @base_color; +} + +.header-bar { + padding: 2px 6px; +} + +/* + * Header Bars + * + * The following rules only style header bars when they are used as a window's + * titlebar widget (i.e., they have .titlebar set as well). + * + * Some applications reuse their header bar as a primary toolbar on desktops + * that prefer showing traditional title bars. The rules for those are further + * down grouped with normal toolbars. + */ +.titlebar.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (@dark_bg_color)); + border-color: shade (@dark_bg_color, 1.5); + border-style: solid; + border-width: 1px 0 0 0; + border-radius: 0 0 0 0; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.65); +} + +.titlebar.header-bar .title { + font: bold; +} + +.titlebar.header-bar .subtitle { + font-size: smaller; + opacity: 0.5; +} + +.titlebar.header-bar:backdrop { + color: @backdrop_fg_color; + background-image: none; + background-color: @dark_bg_color; + border-top-color: @dark_bg_color; +} + +.maximized .titlebar.header-bar { + border-radius: 0; + border: none; +} + +.titlebar.header-bar .button.titlebutton { + background-clip: padding-box; + border: 1px solid #d0c7bf; + color: #8b8379; + icon-shadow: 0 1px rgba(255, 255, 255, 0.5); + border-radius: 9px; + padding: 0; + box-shadow: none; + background-image: linear-gradient(to top, #d5d2ce, #ece8e4 50%, #f7f4f3); +} + +.titlebar.header-bar .button.titlebutton.close { + color: #7F7F7F; + icon-shadow: 0 1px rgba(255, 255, 255, 0.25); + background-image: linear-gradient(to top, #E57B3D, #F9C8A5 60%, #F9D3B4); +} + +.titlebar.header-bar .button.titlebutton.close:hover { + background-image: linear-gradient(to top, #E57B3D, #F9C8A5 30%, #F9D3B4); +} + +.titlebar.header-bar .button.titlebutton:hover, +.titlebar.header-bar .button.titlebutton:backdrop:hover { + background-image: linear-gradient(to top, #e2e1df, #f8f6f3 50%, #fcfbf9); +} + +.titlebar.header-bar .button.titlebutton:active { + icon-shadow: none; + background-image: linear-gradient(to top, #fcfbf8, #fbf9f6); +} + +.titlebar.header-bar .button.titlebutton.close:active { + background-image: linear-gradient(to top, #E57B3D, #E7BA99); +} + +.titlebar.header-bar .button.titlebutton:backdrop { + color: #8b8379; + icon-shadow: none; + background-image: linear-gradient(to top, #ece9e6, #e8e4e1); +} + +/*********** + * toolbar * + ***********/ +.toolbar { + border-style: none; + padding: 1px; + + color: @fg_color; + text-shadow: none; +} + +.toolbar:backdrop { + color: @backdrop_fg_color; +} + +/******************* + * primary-toolbar * + *******************/ +.primary-toolbar, +.header-bar { + -GtkWidget-window-dragging: true; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + border-style: solid; + border-width: 1px 0 1px 0; + border-radius: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + + box-shadow: none; +} + +.primary-toolbar:backdrop, +.header-bar:backdrop { + background-image: none; + background-color: @dark_bg_color; + box-shadow: none; + border-top-color: @dark_bg_color; + border-bottom-color: shade (@dark_bg_color, 0.9); + + color: @backdrop_dark_fg_color; +} + +.primary-toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.primary-toolbar .button, +.header-bar .button, +.primary-toolbar .button.flat:hover { + background: transparent; + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + border-image-source: url("assets/radiance-button-toolbar.png"); +} + +.primary-toolbar .button.flat { + border-image-source: none; + background: transparent; +} + +.primary-toolbar .button:focused, +.header-bar .button:focused { + border-image-source: url("assets/radiance-button-toolbar-focused.png"); +} + +.primary-toolbar .button:active, +.primary-toolbar .button:checked, +.header-bar .button:active, +.header-bar .button:checked { + border-image-source: url("assets/radiance-button-toolbar-active.png"); +} + +.primary-toolbar .button:active:focused, +.primary-toolbar .button:checked:focused, +.header-bar .button:active:focused, +.header-bar .button:checked:focused { + border-image-source: url("assets/radiance-button-toolbar-active-focused.png"); +} + +.primary-toolbar .button:backdrop, +.header-bar .button:backdrop { + background-color: transparent; + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.9); + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:hover:backdrop, +.header-bar .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.98)), + to (shade (@dark_bg_color, 0.94))); +} + +.primary-toolbar .button.flat:backdrop { + border-image-source: none; +} + +.primary-toolbar .button.flat:hover:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:active:backdrop, +.primary-toolbar .button:checked:backdrop, +.header-bar .button:active:backdrop, +.header-bar .button:checked:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar-active.png"); +} + +.primary-toolbar .button:hover, +.primary-toolbar .button:checked, +.header-bar .button:hover, +.header-bar .button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.2)), + to (shade (@dark_bg_color, 1.1))); +} + +.primary-toolbar .button:active, +.header-bar .button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.primary-toolbar .button:active:hover, +.menubar.toolbar .button:active:hover, +.header-bar .button:active:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); +} + +.primary-toolbar .button:checked:insensitive, +.primary-toolbar .button:insensitive, +.header-bar .button:checked:insensitive, +.header-bar .button:insensitive { + text-shadow: none; +} + +.primary-toolbar .button:insensitive, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.01)), + to (shade (@dark_bg_color, 0.99))); +} + +.primary-toolbar .button.flat:insensitive { + background-image: none; +} + +.primary-toolbar .button:checked:insensitive, +.header-bar .button:checked:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.94)), + to (shade (@dark_bg_color, 1.02))); +} + +.primary-toolbar GtkSeparatorToolItem, +.primary-toolbar .separator, +.primary-toolbar .separator:insensitive, +.header-bar GtkSeparatorToolItem, +.header-bar .separator, +.header-bar .separator:insensitive { + border-color: alpha (shade (@dark_bg_color, 0.94), 0.35); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* inline-toolbar */ +.inline-toolbar.toolbar { + -GtkToolbar-button-relief: normal; + + border-right-color: shade (@bg_color, 0.86); + border-bottom-color: shade (@bg_color, 0.88); + border-left-color: shade (@bg_color, 0.86); + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#f2f1ef, 0.93)), + color-stop (0.08, #f2f1ef), + to (#ffffff)); + border-width: 0 1px 1px 1px; + border-style: solid; + border-radius: 3px; + border-top-right-radius: 0; + border-top-left-radius: 0; + padding: 3px 4px 4px 4px; +} + +.inline-toolbar.toolbar .button { + padding: 4px; + + icon-shadow: 0 1px shade (@bg_color, 1.16); +} + +/* Middle button */ +.inline-toolbar.toolbar .button, +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar .button:focus, +.inline-toolbar.toolbar .button:focus:active, +.inline-toolbar.toolbar .button:insensitive, +.inline-toolbar.toolbar .button:backdrop, +.inline-toolbar.toolbar .button:backdrop:insensitive, +.inline-toolbar.toolbar GtkToolButton .button, +.inline-toolbar.toolbar GtkToolButton .button:active, +.inline-toolbar.toolbar GtkToolButton .button:focus, +.inline-toolbar.toolbar GtkToolButton .button:focus:active, +.inline-toolbar.toolbar GtkToolButton .button:insensitive, +.inline-toolbar.toolbar GtkToolButton .button:backdrop, +.inline-toolbar.toolbar GtkToolButton .button:backdrop:insensitive { + border-right-width: 0; + border-left-width: 0; + border-image-width: 10px 0 10px 0; + border-radius: 0; +} + +/* Leftmost button */ +.inline-toolbar.toolbar .button:first-child, +.inline-toolbar.toolbar .button:active:first-child, +.inline-toolbar.toolbar .button:focus:first-child, +.inline-toolbar.toolbar .button:focus:active:first-child, +.inline-toolbar.toolbar .button:insensitive:first-child, +.inline-toolbar.toolbar .button:backdrop:first-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:first-child, +.inline-toolbar.toolbar GtkToolButton:first-child .button, +.inline-toolbar.toolbar GtkToolButton:first-child .button:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop:insensitive { + border-left-width: 1px; + border-right-width: 0; + border-image-width: 10px 0 10px 12px; + border-radius: 8px; + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +/* Rightmost button */ +.inline-toolbar.toolbar .button:last-child, +.inline-toolbar.toolbar .button:active:last-child, +.inline-toolbar.toolbar .button:focus:last-child, +.inline-toolbar.toolbar .button:focus:active:last-child, +.inline-toolbar.toolbar .button:insensitive:last-child, +.inline-toolbar.toolbar .button:backdrop:last-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:last-child, +.inline-toolbar.toolbar GtkToolButton:last-child .button, +.inline-toolbar.toolbar GtkToolButton:last-child .button:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop:insensitive { + border-left-width: 0; + border-right-width: 1px; + border-image-width: 10px 12px 10px 0; + border-radius: 8px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +/* Single button */ +.inline-toolbar.toolbar .button:only-child, +.inline-toolbar.toolbar .button:active:only-child, +.inline-toolbar.toolbar .button:focus:only-child, +.inline-toolbar.toolbar .button:focus:active:only-child, +.inline-toolbar.toolbar .button:insensitive:only-child, +.inline-toolbar.toolbar .button:backdrop:only-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:only-child, +.inline-toolbar.toolbar GtkToolButton:only-child .button, +.inline-toolbar.toolbar GtkToolButton:only-child .button:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop:insensitive { + border-right-width: 1px; + border-left-width: 1px; + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +/*********** + * tooltip * + ***********/ +.tooltip { + background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8, + from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)), + to (alpha (@tooltip_bg_color, 0.86))); + border-color: alpha (#ffffff, 0.2); + border-radius: 5px; + border-style: solid; + border-width: 1px; + + background-color: @tooltip_bg_color; + color: @tooltip_fg_color; +} + +/************ + * treeview * + ************/ +GtkTreeView.dnd { + border-color: shade (@selected_bg_color, 1.12); + border-radius: 2px; + border-width: 1px; + border-style: solid; +} + +GtkTreeView .entry { + background-image: none; +} + +/************ + * viewport * + ************/ +GtkViewport.frame { + border-width: 0; +} + +/************ + * listbox * + ************/ +.list-row.button { + border-image: none; + border-style: none; + border-radius: 0; + background-image: none; +} + +.list-row.button:selected { + text-shadow: none; +} + +/************ + * popover * + ************/ +.popover { + background-clip: border-box; + + border-radius: 5px; + border: 1px solid darker(@bg_color); + + box-shadow: 0 2px 3px @shadow_color; + margin: 10px; + padding: 2px; +} + +.popover:backdrop { + box-shadow: none; +} + +/* Popover menuitems are actually buttons. The following rules reset most of + * the button styles for them. + */ +.popover .menuitem, +.popover .menuitem:checked, +.popover .menuitem:hover, +.popover .menuitem:active, +.popover .menuitem:insensitive, +.popover .menuitem:backdrop { + border-image: none; + border: none; + text-shadow: none; + border-radius: 3px; +} + +.popover .menuitem:backdrop:hover { + border: none; + border-image: none; + background: transparent; + color: @fg_color; +} + +.popover .menuitem:checked, +.popover .menuitem.check, +.popover .menuitem.check:checked, +.popover .menuitem.radio, +.popover .menuitem.radio:checked { + background-image: none; + border: none; +} + +.popover .menuitem:insensitive, +.popover .menuitem *:insensitive { + text-shadow: none; + background: none; +} + + +/* OSD overlays */ +.osd, +.osd:backdrop { + color: @osd_fg_color; + background-color: @osd_bg_color; + border-color: @osd_border_color; +} + +.osd.toolbar { + padding: 12px; + border-radius: 8px; +} + +.osd .button, +.osd .button:backdrop { + color: @osd_fg_color; + background: none; + border: none; + padding: 12px; + border-radius: 8px; + transition: all 100ms ease-in-out; +} + +.osd .button:hover { + color: lighter(@osd_fg_color); + icon-shadow: 0 0 3px @osd_fg_color; +} + +.osd .button:active { + color: darker(@osd_fg_color); + icon-shadow: none; +} + +.osd .scale { + margin-left: 9px; + margin-right: 9px; +} + +/***************************************************************************** + * states [please keep this section at the end of the file (CSS precedence)] * + *****************************************************************************/ +*:insensitive { + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +*:selected, +*:selected:focused { + background-color: alpha (@selected_bg_color, 0.9); + + color: @selected_fg_color; +} + +*:selected:backdrop, +*:selected:focused:backdrop { + background-color: alpha (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/gtk-widgets-radiance.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,155 @@ +/* Set up shadows and hilights for button visual separation */ +.primary-toolbar .linked .button, +.primary-toolbar .button.raised.linked, +.primary-toolbar .raised.linked .button, +.menubar.toolbar .linked .button, +.menubar.toolbar .button.raised.linked, +.menubar.toolbar .raised.linked .button, +.header-bar .linked .button, +.header-bar .button.raised.linked, +.header-bar .button.raised.linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.primary-toolbar .button.raised.linked:first-child, +.primary-toolbar .raised.linked .button:first-child, +.menubar.toolbar .linked .button:first-child, +.menubar.toolbar .button.raised.linked:first-child, +.menubar.toolbar .raised.linked .button:first-child, +.header-bar .linked .button:first-child, +.header-bar .button.raised.linked:first-child, +.header-bar .raised.linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.primary-toolbar .button.raised.linked:last-child, +.primary-toolbar .raised.linked .button:last-child, +.menubar.toolbar .linked .button:last-child, +.menubar.toolbar .button.raised.linked:last-child, +.menubar.toolbar .raised.linked .button:last-child, +.header-bar .linked .button:last-child, +.header-bar .button.raised.linked:last-child, +.header-bar .raised.linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1) +} + +.primary-toolbar .linked .button:active, +.primary-toolbar .button.raised.linked:active, +.primary-toolbar .raised.linked .button:active, +.menubar.toolbar .linked .button:active, +.menubar.toolbar .button.raised.linked:active, +.menubar.toolbar .raised.linked .button:active, +.header-bar .linked .button:active, +.header-bar .button.raised.linked:active, +.header-bar .raised.linked .button:active { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:insensitive, +.primary-toolbar .button.raised.linked:insensitive, +.primary-toolbar .raised.linked .button:insensitive, +.menubar.toolbar .linked .button:insensitive, +.menubar.toolbar .button.raised.linked:insensitive, +.menubar.toolbar .raised.linked .button:insensitive, +.header-bar .linked .button:insensitive, +.header-bar .button.raised.linked:insensitive, +.header-bar .raised.linked .button:insensitive { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:backdrop:last-child, +.primary-toolbar .button.raised.linked:backdrop:last-child, +.primary-toolbar .raised.linked .button:backdrop:last-child, +.menubar.toolbar .linked .button:backdrop:last-child, +.menubar.toolbar .button.raised.linked:backdrop:last-child, +.menubar.toolbar .raised.linked .button:backdrop:last-child, +.header-bar .linked .button:backdrop:last-child, +.header-bar .button.raised.linked:backdrop:last-child, +.header-bar .raised.linked .button:backdrop:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1); +} + +.menubar { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menuitem:hover, +.menu .menuitem:hover { + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +/* for the playback menu item in the sound menu */ +.menu .spinner, +.menu .spinner:hover { + color: @selected_bg_color; +} + +/* primary-toolbar */ +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar.toolbar, +.menubar.toolbar, +.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar :insensitive, +.menubar.toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar GtkComboBox, +.primary-toolbar .button *, +.primary-toolbar .button, +.menubar.toolbar GtkComboBox, +.menubar.toolbar .button *, +.menubar.toolbar .button, +.header-bar GtkComboBox, +.header-bar .button *, +.header-bar .button { + text-shadow: 0 1px alpha (shade (@dark_bg_color, 1.25), 0.32); +} + +.primary-toolbar .raised .button, +.primary-toolbar .raised.button, +.primary-toolbar .button:hover, +.primary-toolbar .button:active, +.primary-toolbar .button:insensitive, +.menubar.toolbar .raised .button, +.menubar.toolbar .raised.button, +.menubar.toolbar .button:hover, +.menubar.toolbar .button:active, +.menubar.toolbar .button:insensitive, +.header-bar .raised .button, +.header-bar .raised.button, +.header-bar .button:hover, +.header-bar .button:active, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.03)), + to (shade (@dark_bg_color, 0.96))); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/public-colors.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/public-colors.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/public-colors.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/public-colors.css 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,23 @@ +/* + * Some applications depend on these named colors. + */ + +@define-color theme_fg_color @fg_color; +@define-color theme_bg_color @bg_color; +@define-color theme_base_color @base_color; +@define-color theme_selected_bg_color @selected_bg_color; +@define-color theme_selected_fg_color @selected_fg_color; +@define-color insensitive_bg_color @bg_color; +@define-color insensitive_fg_color @fg_color; +@define-color insensitive_base_color @base_color; +@define-color theme_unfocused_fg_color @backdrop_fg_color; +@define-color theme_unfocused_bg_color @bg_color; +@define-color theme_unfocused_base_color @base_color; +@define-color theme_unfocused_selected_bg_color @selected_bg_color; +@define-color theme_unfocused_selected_fg_color @selected_fg_color; +@define-color borders shade(@bg_color, 0.82); +@define-color unfocused_borders transparent; + +@define-color warning_color @warning_fg_color; +@define-color error_color @error_fg_color; +@define-color success_color @success_color; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/settings.ini radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/settings.ini --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/settings.ini 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/gtk-3.0/settings.ini 2015-05-13 00:10:36.000000000 +0000 @@ -0,0 +1,4 @@ +[Settings] +gtk-color-scheme = "base_color:#ffffff\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nselected_bg_color:#E87436\ntext_color:#3C3C3C\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#E87436\nbg_color_dark:#3C3C3C\nfg_color_dark:#DFDFDF" +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = true diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/index.theme radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/index.theme --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/index.theme 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/index.theme 2014-10-09 23:14:06.000000000 +0000 @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Radiance-ZRAVE-Orange +Comment=Ubuntu Radiance theme, In New Colors By RAVEfinity 14.04 Build +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Radiance-ZRAVE-Orange +MetacityTheme=Radiance-ZRAVE-Orange +IconTheme=ubuntu-mono-light +CursorTheme=DMZ-White +ButtonLayout=close,minimize,maximize: Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/close_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/close_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/close_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/close_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/close_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/close_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/close.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/close.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/close_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/close_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/close_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/close_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/close_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/close_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/close_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/close_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/maximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/maximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/maximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/maximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/maximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/maximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/maximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/maximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/maximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/maximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/maximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/maximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/maximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/maximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/maximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/maximize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/menu.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/menu.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/menu_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/menu_prelight.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/metacity-theme-1.xml radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/metacity-theme-1.xml --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/metacity-theme-1.xml 2014-10-09 23:18:18.000000000 +0000 @@ -0,0 +1,530 @@ +<?xml version="1.0"?> + +<metacity_theme> +<info> + <name>Radiance-ZRAVE-Orange</name> + <author>Kenneth Wimer, James Schriver, Andrea Cimitan, Jared Sot (RAVEfinity Project)</author> + <copyright>Canonical Ltd.</copyright> + <date>April, 2014</date> + <description>Metacity theme</description> +</info> + +<!-- general window layout --> +<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="19"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="18"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="3"/> + <distance name="right_width" value="3"/> + <distance name="bottom_height" value="3"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- window title --> + +<draw_ops name="draw_title_text_normal"> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="shade/#DFDFDF/1.06" x="9" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/1.06" x="11" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/0.4" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title_text_unfocused"> + <title color="shade/#DFDFDF/1.08" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="#A3A3A3" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/1.06" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.18" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.08" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.08" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility"> + <include name="draw_title" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_unfocused"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/0.96" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#EDEDED" /> + <color value="shade/#EDEDED/0.98" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.02" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.02" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility_unfocused"> + <include name="draw_title_unfocused" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.38" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_title_maximized_unfocused"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.94" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <line color="#EDEDED" x1="0" x2="width" y1="1" y2="1"/> +</draw_ops> + +<!-- window Frames --> + +<draw_ops name="draw_frame"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> + <gradient type="vertical" x="0" y="0" width="width" height="60"> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/gtk:bg[NORMAL]/0.7" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_frame_utility"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="bottom_edge"> + <line color="shade/gtk:bg[NORMAL]/0.7" x1="0" x2="width" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<!-- buttons --> + +<!-- button trough left --> +<draw_ops name="left_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button Trough Right --> +<draw_ops name="right_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button prelightlays --> +<draw_ops name="menu_focused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_normal"> + <image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_normal"> + <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_normal"> + <image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_normal"> + <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_normal"> + <image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_normal"> + <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_normal"> + <image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_normal"> + <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- frame style --> +<frame_style name="normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.5" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_maximized_unfocused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="utility_focused" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_utility"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="utility_unfocused" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_utility_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_focused"> + <piece position="title" draw_ops="draw_title"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> +</frame_style> + +<!-- style set --> +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="maximized_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="utility"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<!-- window --> +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="utility"/> +<window type="modal_dialog" style_set="utility"/> +<window type="menu" style_set="utility"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +</metacity_theme> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/minimize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/minimize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/minimize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/minimize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/minimize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/minimize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/minimize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/minimize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/minimize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/minimize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/minimize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/minimize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/minimize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/minimize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/minimize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/minimize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/trough_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/trough_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/trough_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/trough_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/trough_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/trough_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/trough_unfocused_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/trough_unfocused_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/trough_unfocused_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/trough_unfocused_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/trough_unfocused_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/trough_unfocused_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/unmaximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/unmaximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/unmaximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/unmaximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/unmaximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/unmaximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/unmaximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/unmaximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/unmaximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/unmaximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/unmaximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/unmaximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/unmaximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/unmaximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/unmaximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/metacity-1/unmaximize_unfocused_pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_dash_disabled.svg 2014-11-12 03:13:39.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_disabled.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1132" + inkscape:window-height="900" + id="namedview8" + showgrid="false" + inkscape:zoom="24.842105" + inkscape:cx="10.251475" + inkscape:cy="9.1352233" + inkscape:window-x="501" + inkscape:window-y="152" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#e38342;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_dash_prelight.svg 2014-11-12 03:13:59.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_prelight.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1132" + inkscape:window-height="900" + id="namedview8" + showgrid="false" + inkscape:zoom="24.842105" + inkscape:cx="1.3989286" + inkscape:cy="9.1352233" + inkscape:window-x="501" + inkscape:window-y="152" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#f38441;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_dash_pressed.svg 2014-11-12 03:14:30.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_pressed.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1132" + inkscape:window-height="900" + id="namedview8" + showgrid="false" + inkscape:zoom="24.842105" + inkscape:cx="-0.046838139" + inkscape:cy="9.1352233" + inkscape:window-x="352" + inkscape:window-y="70" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#ec701d;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_dash.svg 2014-11-12 03:13:12.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1132" + inkscape:window-height="900" + id="namedview8" + showgrid="false" + inkscape:zoom="24.842105" + inkscape:cx="7.6697488" + inkscape:cy="9.1352233" + inkscape:window-x="352" + inkscape:window-y="70" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#ed7a35;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_focused_prelight.svg 2014-11-12 03:10:31.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#ff7d31;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#fce3ce;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.086244" + inkscape:cx="4.4926685" + inkscape:cy="8.8286588" + inkscape:document-units="px" + inkscape:current-layer="g4775" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="376" + inkscape:window-y="112" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40183,856.52418 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path4646" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -283.80078,855.45312 -0.38867,0.38868 -4.59961,4.59961 -0.39063,0.38867 0.7793,0.7793 0.38867,-0.38868 4.59961,-4.60156 0.38867,-0.38867 -0.77734,-0.77735 z" + id="path4535" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40039,855.45312 -0.7793,0.77735 0.39063,0.38867 4.59961,4.60156 0.38867,0.38868 0.77734,-0.7793 -0.38867,-0.38867 -4.59961,-4.59961 -0.38867,-0.38868 z" + id="path4537" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_focused_pressed.svg 2014-11-12 03:11:17.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4564" + id="linearGradient4552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4564"> + <stop + style="stop-color:#e06700;stop-opacity:1;" + offset="0" + id="stop4511" /> + <stop + style="stop-color:#f3cdad;stop-opacity:1;" + offset="1" + id="stop4513" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4554" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4556" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="3.709235" + inkscape:cy="11.62915" + inkscape:document-units="px" + inkscape:current-layer="g4540" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1152" + inkscape:window-height="795" + inkscape:window-x="494" + inkscape:window-y="113" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(411.35715,-967.57648)"> + <g + style="display:inline" + transform="translate(-411.35714,-85.785707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4540"> + <circle + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4542" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4544" + style="color:#000000;fill:url(#linearGradient4552);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4554);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4546" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4548" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4556);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4550" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -399.55637,973.99943 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path4989" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -404.15793,973.99943 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path4991" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_focused.svg 2014-11-12 03:47:03.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#ff7423;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#fbd7b8;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.086244" + inkscape:cx="4.4926685" + inkscape:cy="8.8769117" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="376" + inkscape:window-y="112" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close.svg 2014-11-12 03:46:52.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#ff7423;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#fbd7b8;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="31.086244" + inkscape:cx="4.4926685" + inkscape:cy="8.8769117" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="376" + inkscape:window-y="112" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5151" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5153" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5155" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-658.92858" + inkscape:cy="153.21428" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-378.21428,-666.57648)"> + <g + style="display:inline" + id="g5139" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(378.21429,-386.7857)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5141" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5151);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5143" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5145" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5153);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5155);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5147" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5149" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,674.0698 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path5157" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 390.01506,672.9994 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5159" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,672.9994 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5161" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5175" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5177" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5179" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-129.42858" + inkscape:cy="471.28571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(151.28572,-984.64791)"> + <g + style="display:inline" + transform="translate(-151.28571,-68.714274)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5163"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5165" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5167" + style="color:#000000;fill:url(#linearGradient5175);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5169" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5177);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5179);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5171" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5173" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -139.48494,991.07087 -0.39062,0.3886 -4.59961,4.5996 -0.38867,0.3887 0.77734,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5249" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -144.0865,991.07087 -0.77734,0.7773 0.38867,0.3887 4.59961,4.5996 0.39062,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5251" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/close_unfocused.svg 2014-10-09 22:40:22.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4656" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4660" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4658" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="7.0892085" + inkscape:cy="8.3026513" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="871" + inkscape:window-y="166" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(552.28572,-1071.3622)"> + <g + style="display:inline" + id="g4497" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-552.28571,18.000012)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4499" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4501" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4660);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4505" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4503" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4658);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4507" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_disabled.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="opacity:0.25;display:inline" + transform="translate(-289.71429,-492.00011)" + id="g4240"> + <path + inkscape:connector-curvature="0" + id="path4242" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4244" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_prelight.svg"> + <defs + id="defs4488"> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter4230" + x="-0.12" + width="1.24" + y="-0.12" + height="1.24"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.75" + id="feGaussianBlur4232" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="display:inline" + id="g4222" + transform="translate(-289.71429,-492.00011)"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4224" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4226" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4228" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4230);enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_pressed.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + id="g4234" + transform="translate(-289.71429,-492.00011)" + style="opacity:0.5;display:inline"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4236" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4238" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + transform="translate(-289.71429,-492.00011)" + style="display:inline" + id="g4218"> + <path + inkscape:connector-curvature="0" + id="path4209" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4203" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5009" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5011" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5013" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="392.57143" + inkscape:cy="470.42857" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(673.28572,-983.79076)"> + <g + style="display:inline" + id="g4997" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-673.28571,-69.571423)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4999" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5009);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5001" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5003" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5011);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5013);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5005" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5007" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5061" + d="m -667.28572,990.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + <path + inkscape:connector-curvature="0" + id="path5063" + d="m -667.28572,989.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5295" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5297" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5299" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-472.21428" + inkscape:cy="-431.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-191.49999,-81.862193)"> + <g + style="display:inline" + transform="translate(191.5,-971.49999)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5253"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5255" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5257" + style="color:#000000;fill:url(#linearGradient5295);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5259" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5297);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5299);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5261" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5263" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 197.49999,87.863246 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5289" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_focused.svg 2014-10-09 22:37:34.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="8.8963052" + inkscape:cy="9.3077119" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="751" + inkscape:window-y="204" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize.svg 2014-10-09 22:37:10.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9195959" + inkscape:cx="4.7296154" + inkscape:cy="17.441954" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="710" + inkscape:window-y="119" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5121" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5123" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1098.9286" + inkscape:cy="-683.92851" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-818.21427,170.56632)"> + <g + style="display:inline" + transform="translate(818.21428,-1223.9285)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5073"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5075" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5077" + style="color:#000000;fill:url(#linearGradient5121);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5123);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5079" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5081" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5125);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5083" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-163.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5109" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-164.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5111" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5201" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5203" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5205" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1168.4286" + inkscape:cy="-530.57141" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-887.71427,17.209217)"> + <g + style="display:inline" + id="g5189" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(887.71428,-1070.5714)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5191" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5201);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5193" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5203);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5195" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5197" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5205);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5199" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5243" + d="m 893.71427,-11.208178 0,0.5 0,6.4999998 7,0 0,-6.9999998 -7,0 z m 1,1 5,0 0,4.9999998 -5,0 0,-4.9999998 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/maximize_unfocused.svg 2014-10-09 22:40:46.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4937" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4941" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="11.012127" + inkscape:cy="5.4472923" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="868" + inkscape:window-height="646" + inkscape:window-x="663" + inkscape:window-y="224" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-408.71427,-87.505113)"> + <g + style="display:inline" + transform="translate(408.71428,-965.85707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4925"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4927" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4929" + style="color:#000000;fill:url(#linearGradient4937);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4931" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4939);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4941);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4933" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4935" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/menu_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/menu_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/menu_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/menu_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4747" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-435.29 -180.93)"> + <g id="g4731" transform="translate(435.29 -776.43)"> + <circle id="circle4733" style="color:#000000;fill:url(#linearGradient4747)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" transform="rotate(90)" cy="-9.5" cx="966.86" r="6.5"/> + <circle id="circle5388-4" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="circle4735" style="color:#000000;stroke:#6c6967;fill:#555351" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cx="9.5" cy="966.86" r="3"/> + <path id="path4737" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <path id="path4739" style="opacity:.2;color:#000000;fill:#fff" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z"/> + <path id="path4741" style="opacity:.2;color:#000000;fill:#fff" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z"/> + <path id="path4743" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <rect id="rect4745" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/menu.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/menu.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/menu.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/menu.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4672" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-284.79 -314.29)"> + <g id="g4722" transform="translate(284.79 -643.07)"> + <circle id="circle4664" style="color:#000000;fill:url(#linearGradient4672)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" cx="966.86" transform="rotate(90)" cy="-9.5" r="6.5"/> + <circle id="circle5388" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="path4662" style="color:#000000;stroke:#d3d0cb;fill:#c6c2bb" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cy="966.86" cx="9.5" r="3"/> + <path id="circle4682" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <path id="circle4691" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z" style="opacity:.2;color:#000000;fill:#fff"/> + <path id="circle4702" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z" style="opacity:0.07;color:#000000;fill:#fff"/> + <path id="circle4711" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <rect id="rect4720" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.25" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4411" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4413" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4265" transform="translate(-289.71 -473)"> + <path id="path4267" style="color:#000000;fill:#fff" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" transform="translate(-76.5 938.36)"/> + <rect id="rect4269" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + <path id="path4409" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;filter:url(#filter4411);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_focused.svg 2014-10-09 22:48:57.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.535768" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize.svg 2014-10-09 22:48:23.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.669697" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/minimize_unfocused.svg 2014-10-09 22:41:09.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4955" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4957" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4959" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.439246" + inkscape:cx="8.1418379" + inkscape:cy="8.4994228" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="742" + inkscape:window-y="242" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-262.75023,-284.66847)"> + <g + style="display:inline" + id="g4943" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(262.75024,-768.69371)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4945" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4955);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4947" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4957);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4949" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4951" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4959);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4953" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.25" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4405" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4407" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4381" transform="translate(-289.71 -454)"> + <path id="path4383" style="color:#000000;fill:#fff" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" transform="translate(-76.5 938.36)"/> + <rect id="rect4385" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + <path id="path4403" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;filter:url(#filter4405);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.5" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_focused.svg 2014-10-09 22:39:58.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="17.19268" + inkscape:cy="5.00027" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1006" + inkscape:window-y="145" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize.svg 2014-10-09 22:39:36.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="12.348945" + inkscape:cy="10.478037" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1407" + inkscape:window-y="24" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/unity/unmaximize_unfocused.svg 2014-10-09 22:41:32.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4973" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4975" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4977" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="6.2901987" + inkscape:cy="6.1607613" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="772" + inkscape:window-y="191" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-687.7857,142.99492)"> + <g + style="display:inline" + transform="translate(687.78571,-1196.3571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4961"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4963" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4965" + style="color:#000000;fill:url(#linearGradient4973);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4967" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4975);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4977);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4969" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4971" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/bottom-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/bottom-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/bottom-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/bottom-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/bottom-left-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/bottom-left-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/bottom-left-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/bottom-left-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/bottom-right-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/bottom-right-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/bottom-right-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/bottom-right-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/close-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/close-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/close-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/close-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/close-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/close-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/close-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/close-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/hide-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/hide-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/hide-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/hide-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/hide-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/hide-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/hide-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/hide-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/left-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * left_active_xpm[] = { +"2 15 3 1", +" c None", +". c #C1C1C1", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/left-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #CFCFCF", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/maximize-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/maximize-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/maximize-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/maximize-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/maximize-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/maximize-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/maximize-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/maximize-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/maximize-toggled-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/maximize-toggled-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/maximize-toggled-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/maximize-toggled-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/maximize-toggled-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/maximize-toggled-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/maximize-toggled-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/maximize-toggled-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/menu-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/menu-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/menu-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/menu-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/menu-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/menu-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/right-active.xpm 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * right_active_xpm[] = { +"2 15 3 1", +" c None", +". c #D7D7D7", +"+ c #C1C1C1", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/right-inactive.xpm 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #D7D7D7", +"+ c #CFCFCF", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/themerc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/themerc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/themerc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/themerc 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,20 @@ +# Radiance ported to XFCE (Xfwm4) by The RAVEfinity Project. www.ravefinity.blogspot.com (2012+) Jared Sot. +# Based on code/pixmaps from (Orig.) Radiance. and Originol Ambiance XFCE port by p0ng http://www.p0ng.com.br. +# Radiance XFCE version was ported by scrach by RAVEfinity(Jared Sot.) on top of the XFCE Ambiance theme. + + +button_offset=3 +button_spacing=0 +maximized_offset=9 +title_full_width=true +title_horizontal_offset=8 +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +title_shadow_active=frame +title_shadow_inactive=frame +show_app_icon=false # Change to true or false if you want a app icon on each window. (Default is false) +#button_layout=CHM| # This prevents one from customizing their buttons VIA Xfce Window Manager Settings (Defualt is disabled via #) +active_text_color=#4C4942 +active_text_shadow_color=#E5E2D8 +inactive_text_color=#a39e9a +inactive_text_shadow_color=#E5E2D8 Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-1-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-1-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-1-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-1-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-2-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-2-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-2-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-2-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-3-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-3-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-3-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-3-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-4-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-4-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-4-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-4-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-5-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-5-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-5-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/title-5-inactive.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/top-left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/top-left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/top-left-active.xpm 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +" .....", +" ..+++++", +" .@@@@@@@", +" .@@@@@@@@", +" .########", +".@@@@@@@@@", +".#########", +".#########", +".@@@@@@@@@", +".#########", +".@@@@@@@@@", +".$$$$$$$$$", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".*********", +".=========", +".*********", +".*********", +".*********", +".*********", +".=========", +".*********", +".=========", +".*********", +".---------", +".*********", +".*********"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/top-left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/top-left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/top-left-inactive.xpm 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +" .....", +" ..+++++", +" .@@@@@@@", +" .########", +" .$$$$$$$$", +".#########", +".$$$$$$$$$", +".$$$$$$$$$", +".#########", +".$$$$$$$$$", +".#########", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".---------", +".---------", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".=========", +".;;;;;;;;;", +".;;;;;;;;;"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/top-right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/top-right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/top-right-active.xpm 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"@@@@@@@@. ", +"########. ", +"@@@@@@@@@.", +"#########.", +"#########.", +"@@@@@@@@@.", +"#########.", +"@@@@@@@@@.", +"$$$$$$$$$.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"*********.", +"*********.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"---------.", +"*********.", +"*********."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/top-right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/top-right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Orange/xfwm4/top-right-inactive.xpm 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"########. ", +"$$$$$$$$. ", +"#########.", +"$$$$$$$$$.", +"$$$$$$$$$.", +"#########.", +"$$$$$$$$$.", +"#########.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"---------.", +"---------.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"=========.", +";;;;;;;;;.", +";;;;;;;;;."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/banshee.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/banshee.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/banshee.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/banshee.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +# ============================================================================== +# BANSHEE SPECIFIC SETTINGS +# ============================================================================== + +style "banshee_scrollbar" { + engine "murrine" { + roundness = 20 + } +} + +widget "__gtksharp_1*SeekSlider*" style "scale" +widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar" + +widget_class "__gtksharp_1*<GtkToolbar>*" style "default" +widget_class "__gtksharp_1*<GtkButton>*" style "button" +#widget_class "__gtksharp_1*<GtkScale>*" style "scale" + + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/chromium.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/chromium.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/chromium.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/chromium.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,39 @@ +# ============================================================================== +# CHROMIUM SPECIFIC SETTINGS +# ============================================================================== + +style "chromium_toolbar_button" { + engine "murrine" { + roundness = 3 + textstyle = 0 + } +} + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = "#DFDFDF" + ChromeGtkFrame::inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::incognito-frame-color = "#DFDFDF" + ChromeGtkFrame::incognito-inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::incognito-frame-gradient-size = 16 + ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*Chrom*Button*" style "chromium_toolbar_button" + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/ff.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/ff.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/ff.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/ff.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,33 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-default" { + GtkCheckButton::indicator-size = 14 + + engine "murrine" { + reliefstyle = 0 + } +} + +style "ff-statusbar" { +} + +#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar" +#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + +widget "MozillaGtkWidget*" style "ff-default" + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/gnome-panel.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/gnome-panel.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/gnome-panel.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/gnome-panel.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,129 @@ +# =========================================================================================================================== +# GNOME,XFCE,LXDE & GTK Desktop(S) PANEL SPECIFIC SETTINGS *SPECIFIC SETTINGS TO ENABLE PROPER FUNCTION ON XFCE/LXDE* +# =========================================================================================================================== + +style "panel" +{ + xthickness = 0 + ythickness = 0 + + bg_pixmap[NORMAL] = "img/panel.png" + + engine "murrine" { + colorize_scrollbar = TRUE + } +} + +style "panel_task_button" +{ + xthickness = 3 + xthickness = 3 + + GtkWidget::focus-line-width = 0 + GtkWidget::focus_padding = 0 + GtkWidget::interior_focus = 0 + GtkWidget::internal_padding = 0 + + GtkButton::child_displacement_x = 0 + GtkButton::child_displacement_y = 0 + GtkButton::default_border = {0, 0, 0, 0} + GtkButton::default_outside_border = {0, 0, 0, 0} + GtkButtonBox::child_internal_pad_x = 0 + GtkButtonBox::child_internal_pad_y = 0 + GtkButtonBox::child_min_heigth = 0 + + bg[SELECTED] = shade (0.2, @bg_color) + bg[PRELIGHT] = shade (0.26, @bg_color) + bg[ACTIVE] = shade (0.2, @bg_color) + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = OUT + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "img/panel-button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "XFCE" +{ + xthickness = 3 + ythickness = 3 + + bg_pixmap[NORMAL] = "img/panel.png" +} + +widget "*Panel*" style "panel" +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet +class "PanelApp*" style "panel" +class "PanelToplevel*" style "panel" +#widget_class "*Mail*" style "panel" +widget_class "*notif*" style "panel" + +#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop +widget "*task*" style "panel_task_button" +widget "*.tasklist-button" style "panel_task_button" +widget "*PanelApplet*TaskTitle*" style "panel_task_button" +widget_class "*Xfce*Panel*" style "XFCE" +widget_class "*Xfce*Panel*" style "XFCE" +class "GtkScrollbar" style "scrollbar" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/gnome-terminal.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/gnome-terminal.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/gnome-terminal.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/gnome-terminal.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,42 @@ +# ============================================================================== +# GNOME TERMINAL SPECIFIC SETTINGS +# ============================================================================== + +style "terminal_menubar" +{ + engine "murrine" { + } +} + +style "terminal_notebook" +{ + engine "murrine" { + contrast = 1.0 + } +} + +style "terminal_scrollbar" = "scrollbar" +{ + engine "murrine" { + } +} + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#060606" + + TerminalScreen::background-darkness = 0.97 +} + +#widget "*TerminalWindow*" style "terminal_window" +#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar" +widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook" +#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar" +#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button" +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/nautilus.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/nautilus.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/nautilus.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/apps/nautilus.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,11 @@ +# ============================================================================== +# NAUTILUS SPECIFIC SETTINGS +# ============================================================================== + +style "nautilus_info_pane" { + bg[NORMAL] = @bg_color +} + +widget_class "*Nautilus*<GtkNotebook>*<GtkEventBox>" style "nautilus_info_pane" +widget_class "*Nautilus*<GtkButton>" style "notebook_button" +widget_class "*Nautilus*<GtkButton>*<GtkLabel>" style "notebook_button" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/gtkrc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/gtkrc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/gtkrc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/gtkrc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,690 @@ +gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#F02A9F\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nlink_color:#EF69D2" + +gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16" + +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = 1 + +style "default" { + xthickness = 1 + ythickness = 1 + + ####################### + # Style Properties + ####################### + GtkButton::child-displacement-x = 1 + GtkButton::child-displacement-y = 1 + GtkButton::default-border = { 0, 0, 0, 0 } + + GtkCheckButton::indicator-size = 16 + + GtkPaned::handle-size = 6 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 14 + GtkRange::stepper-size = 13 + GtkRange::trough-under-steppers = 1 + + GtkScale::trough-border = 0 + GtkScale::slider-width = 23 + GtkScale::slider-length = 14 + GtkScale::trough-side-details = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::trough-border = 0 + GtkScrollbar::slider-width = 13 + GtkScrollbar::min-slider-length = 31 + + GtkMenuBar::internal-padding = 0 + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkExpander::expander-size = 11 + GtkToolbar::internal-padding = 1 + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkTreeView::expander-size = 7 + GtkTreeView::vertical-separator = 0 +# GtkTreeView::odd-row-color = shade (0.96, @base_color) + GtkNotebook::tab-overlap = -1 + + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 3 + + WnckTasklist::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + GtkEntry::state-hint = 0 + + GtkEntry::progress-border = { 2, 2, 2, 2 } + + GtkProgressBar::min-horizontal-bar-height = 14 + GtkProgressBar::min-vertical-bar-width = 14 + + GtkImage::x-ayatana-indicator-dynamic = 1 + GtkMenuBar::window-dragging = 1 + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + #################### + # Color Definitions + #################### + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = shade (0.95, @bg_color) + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.8, @bg_color) + text[ACTIVE] = darker (@text_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.98, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = shade (0.97, @bg_color) + base[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + arrowstyle = 2 + reliefstyle = 3 + highlight_shade = 1.0 + glazestyle = 0 + default_button_color = shade (1.1, "#cdcdcd") + gradient_shades = {1.1, 1.0, 1.0, 0.9} + roundness = 3 + lightborder_shade = 1.26 + lightborderstyle = 1 + listviewstyle = 2 + progressbarstyle = 0 + colorize_scrollbar = FALSE + menubaritemstyle = 1 + menubarstyle = 1 + menustyle = 0 + focusstyle = 3 + handlestyle = 1 + sliderstyle = 3 + scrollbarstyle = 2 + stepperstyle = 3 +# rgba = TRUE + } +} + +style "dark" +{ + bg[NORMAL] = "#DFDFDF" + bg[PRELIGHT] = shade (1.05, "#DFDFDF") + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.95, "#DFDFDF") + bg[INSENSITIVE] = "#DFDFDF" +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "entry" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + } +} + +style "vscale" { +} + +style "hscale" { +} + +style "button" { + + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.03, @bg_color) + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + bg[INSENSITIVE] = @bg_color + fg[INSENSITIVE] = "#9c9c9c" + + engine "murrine" { + #contrast = 1.0 + textstyle = 1 + border_shades = {1.01, 0.8} + reliefstyle = 0 + shadow_shades = {1.0, 1.1} + glowstyle = 5 + glow_shade = 1.02 + lightborder_shade = 1.32 +# lightborderstyle = 0 + #text_shade = 1.04 + } +} + +style "notebook_button" = "button" { +} + +style "spinbutton" = "notebook_button" { + xthickness = 4 + + engine "murrine" { + } +} + +style "scrollbar" = "button" { + xthickness = 2 + ythickness = 2 + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.04, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + + engine "murrine" + { + border_shades = {0.95, 0.90} + roundness = 20 + contrast = 1.0 + trough_shades = {0.92, 0.98} + lightborder_shade = 1.3 + glowstyle = 5 + glow_shade = 1.02 + gradient_shades = {1.2, 1.0, 1.0, 0.86} + trough_border_shades = {0.9, 0.98} + } +} + +style "hscrollbar" { +} + +style "vscrollbar" { +} + +style "overlay_scrollbar" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.85, @bg_color) + bg[ACTIVE] = shade (0.6, @bg_color) +} + +style "scale" = "button" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + border_shades = {0.9, 0.8} + roundness = 5 + lightborder_shade = 1.32 + gradient_shades = {1.1, 1.0, 1.0, 0.8} + handlestyle = 2 + trough_border_shades = {0.9, 1.4} + glow_shade = 1.0 +# reliefstyle = 2 +# shadow_shades = { 1.0, 0.9 } + } +} + +style "notebook_bg" { + bg[NORMAL] = shade (1.02, @bg_color) + bg[ACTIVE] = shade (0.97, @bg_color) + fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color)) +} + +# The color is changed by the notebook_bg style, this style +# changes the x/ythickness +style "notebook" { + xthickness = 2 + ythickness = 2 + + engine "murrine" { + roundness = 3 + contrast = 0.8 + focusstyle = 2 + lightborder_shade = 1.16 + gradient_shades = {1.1, 1.0, 1.0, 0.68} + } +} + +style "statusbar" { + engine "murrine" { + contrast = 1.2 + } +} + +style "comboboxentry" = "notebook_button" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + textstyle = 1 + glowstyle = 5 + glow_shade = 1.02 + } +} + +style "menubar" = "dark" { + # those two lines were added to fix firefox's menubar item text + bg[SELECTED] = "#ECECEC" + fg[SELECTED] = @fg_color + + engine "murrine" { + textstyle = 1 + text_shade = 1.23 + gradient_shades = {1.0, 1.0, 1.0, 1.0} + lightborder_shade = 1.0 + } +} + +style "toolbar" { + engine "murrine" { + textstyle = 1 + text_shade = 1.32 + lightborder_shade = 1.0 + } +} + +style "toolbar-button" = "notebook_button" { + engine "murrine" { + } +} + +style "menu" { + xthickness = 0 + ythickness = 0 + + engine "murrine" + { + reliefstyle = 0 + roundness = 0 + } +} + +style "menu_item" = "menu" { + xthickness = 2 + ythickness = 3 + + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" + { + glowstyle = 5 + glow_shade = 1.1 +# lightborder_shade = 1.0 +# border_shades = { 1.5, 1.3 } + roundness = 0 + } +} + +style "menubar_item" = "menu_item" { + bg[PRELIGHT] = "#ece7e2" + fg[PRELIGHT] = @fg_color + + engine "murrine" { + gradient_shades = {1.00, 1.0, 1.0, 1.0} +# glowstyle = 5 + border_shades = { 1.0, 1.0 } + glow_shade = 1.00 + lightborderstyle = 3 + lightborder_shade = 1.2 + roundness = 4 + } +} + +style "scale_menu_item" = "scale" { + engine "murrine" { + roundness = 20 + lightborder_shade = 1.32 + reliefstyle = 0 + } +} + +# This style is there to modify the separator menu items. The goals are: +# 1. Get a specific height. +# 2. The line should go to the edges (ie. no border at the left/right) +style "separator_menu_item" { + xthickness = 1 + ythickness = 0 + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 7 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "separator_tool_item" { + xthickness = 0 + ythickness = 1 + + GtkVSeparator::vertical-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 7 + GtkWidget::separator-height = 1 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "frame_title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "treeview" { + engine "murrine" + { + roundness = 2 + lightborder_shade = 1.1 + gradient_shades = {1.04, 1.0, 1.0, 0.96} + } +} + +style "progressbar" { + xthickness = 1 + ythickness = 1 + + bg[ACTIVE] = shade (0.94, @bg_color) + #bg[SELECTED] = "#cdcdcd" + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" { + #trough_shades = {0.98, 1.02} + roundness = 8 + lightborderstyle = 1 + lightborder_shade = 1.26 + border_shades = {0.95, 0.85} + gradient_shades = {1.1, 1.0, 1.0, 0.9} + trough_border_shades = {0.9, 1.4} + } +} + +style "progressbar_menu_item" = "progressbar" { + engine "murrine" { + roundness = 0 + } +} + +# This style is based on the default style, so that the colors from the button +# style are overriden again. +style "treeview_header" = "notebook_button" { + xthickness = 2 + ythickness = 1 + + engine "murrine" { + glazestyle = 1 + contrast = 0.8 + lightborder_shade = 1.16 + textstyle = 1 + glow_shade = 1.0 + } +} + +style "treeview_header_scrolled" = "treeview_header" { +} + +style "scrolledwindow" { + engine "murrine" { + contrast = 0.6 + } +} + +style "radiocheck" = "button" { + text[NORMAL] = shade (0.535, @selected_bg_color) + text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color)) + bg[NORMAL] = shade (0.92, @bg_color) + bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color)) + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + engine "murrine" { + reliefstyle = 3 + gradient_shades = {1.2, 1.0, 1.0, 0.9} + shadow_shades = {0.6, 0.5} + textstyle = 0 + } +} + +style "tooltips" { + xthickness = 4 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = "#000000" + + engine "murrine" { + rgba = TRUE + } +} + +style "infobar" { + engine "murrine" { + } +} + +style "nautilus_location" { + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color) +} + +style "calendar" { + xthickness = 0 + ythickness = 0 + + engine "murrine" { + roundness = 0 + } +} + +style "calendar_menu_item" = "calendar" { +# base[NORMAL] = "#c5bfb7" +} + +style "soundfix" +{ +} + +# Wrokaround style for places where the text color is used instead of the fg color. +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +# Workaround style for menus where the text color is used instead of the fg color. +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = "#999999" +} + +# Workaround style for places where the fg color is used instead of the text color. +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +# Style to set the toolbar to use a flat style. This is because the "New" button in +# Evolution is not drawn transparent. So if there is a gradient in the background it will +# look really wrong. +# See http://bugzilla.gnome.org/show_bug.cgi?id=446953. +style "evo_new_button_workaround" { +} + +# Make the XFCE desktop icons text backrounds look prettier (The only change to theme, Code by RAVEfinity Project) +style "xfdesktop-icon-view" { + +XfdesktopIconView::label-alpha = 100 + +base[NORMAL] = "#151515" +base[ACTIVE] = "#7F7C7C" +base[PRELIGHT] = "#7F7C7C" +base[SELECTED] = shade (0.98, @selected_bg_color) + +fg[NORMAL] = @selected_fg_color +fg[SELECTED] = @selected_fg_color +fg[ACTIVE] = @selected_fg_color +} + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# The default style is applied to every widget +class "GtkWidget" style "default" + +class "GtkSeparator" style "wide" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkEntry" style "entry" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "vscale" +class "GtkHScale" style "hscale" +class "GtkScrollbar" style "scrollbar" +class "GtkHScrollbar" style "hscrollbar" +class "GtkVScrollbar" style "vscrollbar" +class "GtkCalendar" style "calendar" +class "GtkInfoBar" style "infobar" + +# General matching follows. The order is choosen so that the right styles override +# each other. EG. progressbar needs to be more important than the menu match. +widget_class "*<GtkNotebook>" style "notebook_bg" +# This is not perfect, it could be done better. +# (That is modify *every* widget in the notebook, and change those back that +# we really don't want changed) +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook_bg" + +widget_class "*<GtkToolbar>*" style "toolbar" +widget_class "*<GtkScrolledWindow>*" style "scrolledwindow" + +widget_class "*<GtkButton>" style "button" +widget_class "*<GtkButton>*<GtkLabel>" style "button" +widget_class "*<GtkToolbar>.*.<GtkButton>*" style "notebook_button" +widget_class "*<GtkNotebook>" style "notebook" +widget_class "*<GtkStatusbar>" style "statusbar" +widget_class "*<GtkSpinButton>*" style "spinbutton" +widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button" +widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button" +widget_class "*<GtkRadioButton>*" style "radiocheck" +widget_class "*<GtkCheckButton>*" style "radiocheck" + +widget_class "*<GtkComboBoxEntry>*" style "comboboxentry" +widget_class "*<GtkCombo>*" style "comboboxentry" + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" +widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item" +widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "menubar_item" + +widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title" +widget_class "*.<GtkTreeView>*" style "treeview" + +widget_class "*<GtkProgress>" style "progressbar" +widget_class "*<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "calendar_menu_item" + +# Treeview headers (and similar stock GTK+ widgets) +widget_class "*.<GtkScrolledWindow>*<GtkTreeView>*" style "treeview_header_scrolled" +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkTreeView>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header" + +# Overlay scrollbar +widget_class "*<OsScrollbar>" style "overlay_scrollbar" +widget_class "*<OsThumb>" style "overlay_scrollbar" + +# The window of the tooltip is called "gtk-tooltip" +################################################################## +# FIXME: +# This will not work if one embeds eg. a button into the tooltip. +# As far as I can tell right now we will need to rework the theme +# quite a bit to get this working correctly. +# (It will involve setting different priorities, etc.) +################################################################## +widget "gtk-tooltip*" style "tooltips" + +########################################################################## +# Following are special cases and workarounds for issues in applications. +########################################################################## + +# Workaround for the evolution ETable (bug #527532) +widget_class "*.ETable.ECanvas" style "treeview_header" +# Workaround for the evolution ETree +widget_class "*.ETree.ECanvas" style "treeview_header" + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "nautilus_location" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that this work around assumes that the combobox is _not_ in appears-as-list mode. +widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround" +# This is the part of the workaround that fixes the menus +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color. +widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround" +# GtkCList also uses the fg color to draw text on top of the base colors. +widget_class "*<GtkCList>" style "fg_is_text_color_workaround" +# Nautilus when renaming files, and maybe other places. +widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround" +# Work around for ubuntu's lucid sound indicator +widget "ido-offscreen-scale" style "soundfix" +# Thickness for indicator menu items +widget "*IdoEntryMenuItem*" style "wide" + +# See the documentation of the style. +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" + +# Makes XFCE desktop icon and text backround tweaks work. +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Includes +#include "apps/banshee.rc" +include "apps/chromium.rc" +include "apps/ff.rc" +include "apps/gnome-terminal.rc" +include "apps/nautilus.rc" +include "apps/gnome-panel.rc" Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/img/arrow-down.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/img/arrow-down.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/img/handle-h.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/img/handle-h.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/img/handle-v.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/img/handle-v.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/img/panel-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/img/panel-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/img/panel-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/img/panel-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/img/panel-button-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/img/panel-button-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/img/panel.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-2.0/img/panel.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/baobab.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/baobab.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/baobab.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/baobab.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,25 @@ + +BaobabWindow GtkGrid { + background-color: @bg_color; +} + +BaobabLocationList GtkGrid { + background-color: transparent; +} + +.baobab-toolbar.toolbar { + border-color: shade (@bg_color, 0.9); + border-style: solid; + border-width: 0 0 1px 0; + border-radius: 0; +} + +.cell.baobab-level-cell, +.cell.baobab-level-cell:hover, +.cell.baobab-level-cell:selected, +.cell.baobab-level-cell:selected:hover { + border-color: alpha (black, 0.06); + border-width: 1px; + border-style: solid; + background-color: @base_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/california.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/california.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/california.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/california.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +CaliforniaViewWeekGrid { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/geary.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/geary.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/geary.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/geary.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +ComposerWidget { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/gedit.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/gedit.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/gedit.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/gedit.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,60 @@ +@define-color notebook_tab_gradient_b shade (@bg_color, 0.98); + +GeditWindow .pane-separator, +GeditWindow .pane-separator:hover { +} + +GeditPanel.title GtkLabel { +} + +GeditDocumentsPanel .view { +} + +GeditDocumentsPanel .view:backdrop { +} + +GeditWindow .notebook { + border-radius: 1px; +} + +GeditPanel .notebook { + border-radius: 1px; +} + +GeditPanel .notebook tab, +GeditWindow .notebook tab { + border-radius: 3px; +} + +GeditViewFrame .gedit-search-slider { + background-color: @base_color; + padding: 6px; + border-color: shade (@notebook_tab_gradient_b, 0.80); + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px 1px; + border-style: solid; +} + +GeditViewFrame .gedit-search-slider .not-found { + color: @error_fg_color; + background-image: none; + background-color: @error_bg_color; +} + +GeditViewFrame .gedit-search-slider .not-found:selected { + background-color: @selected_bg_color; + color: @selected_fg_color; +} + +GeditFileBrowserWidget .toolbar { + background-color: @bg_color; + border: none; + padding-bottom: 3px; +} + +.gedit-search-entry-occurrences-tag { + background-color: transparent; + color: @backdrop_text_color; + margin: 2px; + padding: 2px; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/glade.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/glade.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/glade.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/glade.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,8 @@ + +GladeEditor GtkContainer { + background-color: @bg_color +} + +GladeWindow GtkGrid { + background-color: @bg_color +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/gnome-panel.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/gnome-panel.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/gnome-panel.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/gnome-panel.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,97 @@ +/* Fallback Mode Panel */ +PanelWidget :backdrop, +PanelApplet :backdrop, +PanelToplevel :backdrop, +PanelWidget, +PanelApplet, +PanelToplevel { + border-image: none; + + color: @dark_fg_color; +} + +PanelWidget, +PanelApplet, +PanelToplevel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelApplet { + border-width: 0; +} + +PanelSeparator:backdrop, +PanelSeparator { + border-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + + color: @dark_fg_color; +} + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelApplet > GtkMenuBar.menubar.menuitem, +PanelMenuBar.menubar, +PanelMenuBar.menubar.menuitem { + -PanelMenuBar-icon-visible: true; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelAppletFrame { + background-color: @dark_bg_color; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-width: 0; +} + +PanelApplet .button:backdrop, +PanelApplet .button { + -GtkButton-inner-border: 2; + + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.6); + border-radius: 0; + border-width: 0 1px 0 1px; + + text-shadow: none; +} + +PanelApplet .button:active:prelight:backdrop, +PanelApplet .button:active:prelight, +PanelApplet .button:active:backdrop, +PanelApplet .button:active { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.7)), + to (shade (@dark_bg_color, 0.8))); + border-color: shade (@dark_bg_color, 0.7); +} + +PanelApplet .button:prelight:backdrop, +PanelApplet .button:prelight { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.3)), + to (shade (@dark_bg_color, 1.1))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.8); +} + +ClockBox { + text-shadow: 0 1px shade (@dark_bg_color, 1.08); +} + +WnckPager, WnckTasklist { + background-color: @dark_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/gnome-system-log.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/gnome-system-log.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/gnome-system-log.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/gnome-system-log.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,4 @@ +/* LP: #1045602 */ +LogviewWindow .view.dim-label, .dim-label { + color: @info_fg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/gnome-terminal.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/gnome-terminal.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/gnome-terminal.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/gnome-terminal.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,7 @@ +/* gnome-terminal */ +TerminalScreen { + -TerminalScreen-background-darkness: 0.97; + background-color: #060606; + color: #E8E8E8; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/nautilus.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -0,0 +1,238 @@ +@define-color cluebar_color shade (mix (@bg_color, @base_color, 0.5), 0.95); + +NautilusWindow *, +NemoWindow * { + -GtkPaned-handle-size: 1; +} + +NautilusDesktopWindow GtkWidget { + background-color: @transparent; +} + +.nautilus-canvas-item, +.nemo-canvas-item { + border-radius: 4px; +} + +/* desktop mode */ +.nautilus-desktop.nautilus-canvas-item, +.nemo-desktop.nemo-canvas-item { + color: @bg_color; + text-shadow: 1px 1px alpha (black, 0.8); +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nemo-desktop.nemo-canvas-item:active { + background-image: none; + background-color: alpha (@bg_color, 0.84); + + color: @fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:selected { + background-image: none; + background-color: alpha (@selected_bg_color, 0.84); + + color: @selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:active, +.nemo-desktop.nemo-canvas-item:prelight, +.nemo-desktop.nemo-canvas-item:selected { + text-shadow: none; +} + +/* browser window */ +NautilusTrashBar.info, +NautilusXContentBar.info, +NautilusSearchBar.info, +NautilusQueryEditor.info, +NemoTrashBar.info, +NemoXContentBar.info, +NemoSearchBar.info, +NemoQueryEditor.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.03)), + to (shade (@cluebar_color, 0.92))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); + border-radius: 0; + border-style: solid; + border-width: 0px 0px 1px 0px; +} + +NautilusTrashBar.info:backdrop, +NautilusXContentBar.info:backdrop, +NautilusSearchBar.info:backdrop, +NautilusQueryEditor.info:backdrop, +NemoTrashBar.info:backdrop, +NemoXContentBar.info:backdrop, +NemoSearchBar.info:backdrop, +NemoQueryEditor.info:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.01)), + to (shade (@cluebar_color, 0.96))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); +} + +NautilusSearchBar .entry, +NemoSearchBar .entry { +} + +.nautilus-cluebar-label, +.nemo-cluebar-label { + font: bold; +} + +.nautilus-cluebar-label:backdrop, +.nemo-cluebar-label:backdrop { + color: mix (@fg_color, @cluebar_color, 0.2); +} + +nautilus-search-button *:active, +nautilus-search-button *:active:prelight, +nemo-search-button *:active, +nemo-search-button *:active:prelight { + color: @dark_fg_color; +} + +NautilusFloatingBar, +NemoFloatingBar { + background-color: shade (@cluebar_color, 0.92); +} + +NautilusFloatingBar .button, +NemoFloatingBar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; +} + +/* sidebar */ +NautilusWindow .sidebar, +NautilusWindow .sidebar .view, +NemoWindow .sidebar, +NemoWindow .sidebar .view { + background-color: @cluebar_color; + + color: @fg_color; +} + +NautilusWindow .sidebar .frame, +NemoWindow .sidebar .frame { + border-style: none +} + +NautilusWindow .sidebar:backdrop, +NautilusWindow .sidebar .view:backdrop, +NemoWindow .sidebar:backdrop, +NemoWindow .sidebar .view:backdrop { + background-color: shade (@bg_color, 0.96); + color: mix (@fg_color, shade (@bg_color, 0.95), 0.2); +} + +NautilusWindow .sidebar row:selected, +NemoWindow .sidebar row:selected { + color: @selected_fg_color; +} + +NautilusWindow .sidebar row:selected:backdrop, +NemoWindow .sidebar row:selected:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (shade (@bg_color, 0.95), 0.94)), + to (shade (shade (@bg_color, 0.95), 0.86))); + border-top-color: shade (shade (@bg_color, 0.95), 0.88); + + color: @fg_color; +} + +NautilusWindow .pane-separator, +NemoWindow .pane-separator { + background-color: shade (shade (@bg_color, 0.95), 0.94); + border-color: @dark_bg_color; + border-style: solid; + border-width: 0; + box-shadow: none; +} + +NautilusWindow .pane-separator:backdrop, +NemoWindow .pane-separator:backdrop { + background-color: shade (shade (@bg_color, 0.95), 0.96); +} + +NautilusWindow .toolbar.menubar, +NemoWindow .toolbar.menubar { + -GtkToolbar-button-relief: normal; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.0)), + to (shade (@dark_bg_color, 1.2))); + color: @fg_color; + padding: 3px; + box-shadow: none; +} + +/* for breadcrumbs path bar */ +NautilusWindow .toolbar.menubar .button, +.nemo-pathbar-button, +NemoPathbarButton { + -GtkWidget-focus-line-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.4)), + to (shade (@dark_bg_color, 0.96))); + color: @dark_fg_color; + padding: 6px 6px; + border-width: 1px; + border-style: solid; + border-color: alpha(shade (@dark_bg_color, 0.80), 1.2); + -NemoPathbarButton-border-radius: 3px; +} + +NautilusWindow .toolbar.menubar .button:hover, +NautilusWindow .toolbar.menubar .button:active:hover, +NemoPathbarButton:hover, +NemoPathbarButton:active:hover { + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +NautilusWindow .toolbar.menubar .button:active, +NemoPathbarButton:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@selected_bg_color, 1.32), shade(@dark_bg_color, 1.1), 0.7)), + to (mix (shade (@selected_bg_color, 1.05), shade(@dark_bg_color, 1.18), 0.7))); + + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +.toolbar.menubar .separator { + border-color: shade (@dark_bg_color, 0.96); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* For Places Sidebar diskfull indicators */ + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, .65); + -NemoPlacesTreeView-disk-full-fg-color: shade(@selected_bg_color, 1.0); + -NemoPlacesTreeView-disk-full-bar-width: 1px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 1px; + -NemoPlacesTreeView-disk-full-max-length: 70px; +} + +NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, 2.0); + -NemoPlacesTreeView-disk-full-fg-color: shade(@fg_color, 2.0); +} + +NemoPlacesTreeView:hover { +} + +NemoPlacesTreeView:selected:hover { +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/software-center.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/software-center.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/software-center.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/software-center.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +.action-bar { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/unity.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/unity.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/unity.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/unity.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,131 @@ +/* Decorations */ + +UnityDecoration { + -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-input-extents: 10px; + + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 5px; + -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.78); + -UnityDecoration-active-shadow-radius: 30px; + -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.3); + -UnityDecoration-inactive-shadow-radius: 25px; + + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: rgb (221, 72, 20); + + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration.top { + border: 1px solid rgba (85, 40, 0, 0.04); /* shade (@dark_bg_color) (shade (#edebe6, 1.06) */ + border-bottom-width: 0; + border-radius: 6px 6px 0 0; + padding: 1px 6px 0 6px; + + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 1.065), inset 0 0 transparent; + + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityDecoration.top:backdrop { + border: 1px solid rgba (110, 27, 0, 0.04); /* shade @dark_bg_color - shade (#edebe6, 0.96) */ + border-bottom-width: 0; + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 0.96)), + to (@dark_bg_color)); + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 0.97), inset 0 0 transparent; + + color: #a39e9a; + text-shadow: 1px 0 1px shade (@dark_bg_color, 1.08), -1px 0 1px shade (@dark_bg_color, 1.08), + 0 1px 1px shade (@dark_bg_color, 1.08), 0 -1px 1px shade (@dark_bg_color, 1.08); +} + +UnityDecoration.left, +UnityDecoration.right { + background-color: shade (@bg_color, 0.7); + background-size: 1px 70px; + background-repeat: repeat-x; + + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #A8A8A8), + color-stop (0.5, #A8A8A8), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.left:backdrop, +UnityDecoration.right:backdrop { + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #B5B5B5), + color-stop (0.5, #B5B5B5), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.bottom { + background-image: none; + background-color: shade (@bg_color, 0.7); +} + +/* Panel Style */ + +UnityPanelWidget, +.unity-panel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + border-top-color: shade (#EDEDED, 1.08); + border-style: solid; + border-width: 1px 0 0 0; + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: #A3A3A3; +} + +.unity-panel.menubar, +.unity-panel .menubar { +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 1px 1px 0 1px; + icon-shadow: 0 -1px shade (@dark_bg_color, 1.06); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (shade (@dark_bg_color, 1.02))); +} + +@keyframes playbackmenuitem_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: playbackmenuitem_spinner 1s infinite linear; + color: @selected_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/unity-greeter.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/unity-greeter.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/unity-greeter.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/apps/unity-greeter.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,94 @@ +.lightdm.menu { + background-image: none; + background-color: alpha (black, 0.6); + border-color: alpha (white, 0.2); + border-radius: 4px; + padding: 1px; + + color: white; +} + +.lightdm-combo .menu { + background-color: shade (@dark_bg_color, 1.08); + border-radius: 0px; + padding: 0px; + + color: white; +} + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: white; +} + +.lightdm.menubar { + background-image: none; + background-color: alpha (black, 0.5); +} + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .entry, +.lightdm.button, +.lightdm.entry { + background-image: none; + background-color: alpha (black, 0.3); + border-color: alpha (white, 0.6); + border-radius: 5px; + padding: 7px; + + color: white; + text-shadow: none; +} + +.lightdm.button, +.lightdm.button:hover, +.lightdm.button:active, +.lightdm.button:active:focused, +.lightdm.entry, +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focused { + background-image: none; + border-image: none; +} + +.lightdm.button:focused, +.lightdm.entry:focused { + border-color: alpha (white, 0.9); + border-width: 1px; + border-style: solid; + + color: white; +} + +.lightdm.entry:selected { + background-color: alpha (white, 0.2); +} + +@keyframes dashentry_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; +} + +.lightdm.option-button { + padding: 2px; + background: none; + border: 0; +} + +.lightdm.toggle-button { + background: none; + border-width: 0; +} + +.lightdm.toggle-button.selected { + background-color: alpha (black, 0.3); + border-width: 1px; +} Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/backdrop-radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-active-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-active-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-default-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-default-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-default-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-default-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-default-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-default-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-default.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-default.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-menuitem-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-menuitem-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-arrow-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-arrow-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-arrow.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-arrow.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-button-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-button-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/frame.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/frame.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/notebook-tab-bottom.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/notebook-tab-bottom.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/notebook-tab-left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/notebook-tab-left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/notebook-tab-right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/notebook-tab-right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/notebook-tab-top.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/notebook-tab-top.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/progressbar-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/progressbar-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/progressbar-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/progressbar-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/progressbar-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/progressbar-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/progressbar-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/progressbar-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radiance-entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-horizontal-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-horizontal-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-horizontal-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-horizontal-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-horizontal-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-horizontal-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-vertical-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-vertical-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-vertical-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-vertical-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-vertical-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-vertical-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scale-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scrollbar_handle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scrollbar_handle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scrollbar_handle_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/scrollbar_handle_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-horizontal-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-horizontal-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-horizontal-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-horizontal-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-horizontal-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-horizontal-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-horizontal-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-horizontal-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-horizontal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-horizontal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_prelight_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_prelight_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_vertical_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_vertical_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-vertical-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-vertical-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-vertical-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-vertical-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-vertical-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-vertical-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-vertical-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-vertical-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_vertical_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_vertical_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/slider-vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-button-off-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-button-off-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-button-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-button-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-button-on-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-button-on-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-button-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-button-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-trough-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-trough-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-trough-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-trough-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-trough-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-trough-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-trough-toolbar-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-trough-toolbar-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-trough-toolbar-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/assets/switch-trough-toolbar-on.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1 @@ +@import url("gtk-main.css"); \ No newline at end of file diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-main.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-main.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-main.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-main.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,70 @@ +/*default color scheme */ +@define-color bg_color #F2F2F2; +@define-color fg_color #4C4C4C; +@define-color base_color #ffffff; +@define-color text_color #3C3C3C; +@define-color selected_bg_color #F02A9F; +@define-color selected_fg_color #ffffff; +@define-color tooltip_bg_color #000000; +@define-color tooltip_fg_color #ffffff; + +/* misc colors used by gtk+ + * + * Gtk doesn't currently expand color variables for style properties. Thus, + * gtk-widgets.css uses literal color names, but includes a comment containing + * the name of the variable. Please remember to change values there as well + * when changing one of the variables below. + */ +@define-color info_fg_color rgb (181, 171, 156); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (173, 120, 41); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (97, 122, 214); +@define-color question_bg_color rgb (138, 173, 212); +@define-color error_fg_color rgb (235, 235, 235); +@define-color error_bg_color rgb (223, 56, 44); +@define-color link_color @selected_bg_color; +@define-color success_color #4e9a06; +@define-color error_color #df382c; + +/* theme common colors */ +@define-color button_bg_color shade (@bg_color, 1.02); /*shade (#cdcdcd, 1.08);*/ +@define-color notebook_button_bg_color shade (@bg_color, 1.02); +@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6); +@define-color dark_bg_color #DFDFDF; +@define-color dark_fg_color @fg_color; + +@define-color backdrop_fg_color mix (@bg_color, @fg_color, 0.8); +@define-color backdrop_text_color mix (@base_color, @text_color, 0.8); +@define-color backdrop_dark_fg_color mix (@dark_bg_color, @dark_fg_color, 0.75); +@define-color backdrop_selected_bg_color shade (@bg_color, 0.92); +@define-color backdrop_selected_fg_color @fg_color; + +@define-color focus_color alpha (@selected_bg_color, 0.5); +@define-color focus_bg_color alpha (@selected_bg_color, 0.1); + +@define-color shadow_color alpha(black, 0.5); + +@define-color osd_fg_color #eeeeec; +@define-color osd_bg_color alpha(#202526, 0.7); +@define-color osd_border_color alpha(black, 0.7); + +@import url("gtk-widgets-borders.css"); +@import url("gtk-widgets-borders-radiance.css"); +@import url("gtk-widgets-assets.css"); +@import url("gtk-widgets-assets-radiance.css"); +@import url("gtk-widgets.css"); +@import url("gtk-widgets-radiance.css"); +@import url("apps/geary.css"); +@import url("apps/unity.css"); +@import url("apps/unity-greeter.css"); +@import url("apps/baobab.css"); +@import url("apps/gedit.css"); +@import url("apps/nautilus.css"); +@import url("apps/gnome-panel.css"); +@import url("apps/gnome-terminal.css"); +@import url("apps/gnome-system-log.css"); +@import url("apps/glade.css"); +@import url("apps/california.css"); +@import url("apps/software-center.css"); +@import url("public-colors.css"); diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-assets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-assets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-assets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-assets.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,562 @@ +/*************** + * Resize grip * + ***************/ + +.grip { + background-color: transparent; + /*background-image: url("assets/resize-grip.svg");*/ +} + +/************************* + * Check and Radio items * + *************************/ + +/* draw regular check and radio items using our SVG assets */ +.check { + -gtk-icon-source: url("assets/check-unselected.png"); +} + +.check:hover { + -gtk-icon-source: url("assets/check-unselected-hover.png"); +} + +.check row, +.check row:selected, +.check row:selected:focus { + -gtk-icon-source: url("assets/check-unselected-alt.png"); +} + +.check row:hover, +.check row:selected:hover, +.check row:selected:focus:hover { + -gtk-icon-source: url("assets/check-unselected-hover-alt.png"); +} + +.check:insensitive { + -gtk-icon-source: url("assets/check-unselected-disabled.png"); +} + +.check row:insensitive { + background-color: transparent; +} + +.check row:insensitive, +.check row:selected:insensitive, +.check row:selected:focus:insensitive { + background-color: transparent; + -gtk-icon-source: url("assets/check-unselected-disabled-alt.png"); +} + +.check:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected.png"); +} + +.check:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover.png"); +} + +.check row:backdrop, +.check row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-alt.png"); +} + +.check row:hover:backdrop, +.check row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover-alt.png"); +} + +.check:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled.png"); +} + +.check row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled-alt.png"); +} + +.check:checked { + -gtk-icon-source: url("assets/check-selected.png"); +} + +.check:checked:hover { + -gtk-icon-source: url("assets/check-selected-hover.png"); +} + +.check row:checked, +.check row:selected:checked, +.check row:selected:focus:checked { + -gtk-icon-source: url("assets/check-selected-alt.png"); +} + +.check row:checked:hover, +.check row:selected:checked:hover, +.check row:selected:checked:focus:hover { + -gtk-icon-source: url("assets/check-selected-hover-alt.png"); +} + +.check:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled.png"); +} + +.check row:checked:insensitive, +.check row:selected:checked:insensitive, +.check row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled-alt.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover.png"); +} + +.check row:checked:backdrop, +.check row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-alt.png"); +} + +.check row:checked:hover:backdrop, +.check row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover-alt.png"); +} + +.check:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled.png"); +} + +.check row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled-alt.png"); +} + +.check:inconsistent { + -gtk-icon-source: url("assets/check-mixed.png"); +} + +.check:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover.png"); +} + +.check row:inconsistent, +.check row:selected:inconsistent, +.check row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/check-mixed-alt.png"); +} + +.check row:inconsistent:hover, +.check row:selected:inconsistent:hover, +.check row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled.png"); +} + +.check row:inconsistent:insensitive, +.check row:selected:inconsistent:insensitive, +.check row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled-alt.png"); +} + +.check:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed.png"); +} + +.check:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover.png"); +} + +.check row:inconsistent:backdrop, +.check row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-alt.png"); +} + +.check row:inconsistent:hover:backdrop, +.check row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled.png"); +} + +.check row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled-alt.png"); +} + +.radio { + -gtk-icon-source: url("assets/radio-unselected.png"); +} + +.radio:hover { + -gtk-icon-source: url("assets/radio-unselected-hover.png"); +} + +.radio row, +.radio row:selected, +.radio row:selected:focus { + -gtk-icon-source: url("assets/radio-unselected-alt.png"); +} + +.radio row:hover, +.radio row:selected:hover, +.radio row:selected:focus:hover { + -gtk-icon-source: url("assets/radio-unselected-hover-alt.png"); +} + +.radio:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled.png"); +} + +.radio row:insensitive { + background-color: transparent; +} + +.radio row:insensitive, +.radio row:selected:insensitive, +.radio row:selected:focus:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled-alt.png"); +} + +.radio:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected.png"); +} + +.radio:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover.png"); +} + +.radio row:backdrop, +.radio row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-alt.png"); +} + +.radio row:hover:backdrop, +.radio row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover-alt.png"); +} + +.radio:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled.png"); +} + +.radio row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled-alt.png"); +} + +.radio:checked { + -gtk-icon-source: url("assets/radio-selected.png"); +} + +.radio:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover.png"); +} + +.radio row:checked, +.radio row:selected:checked, +.radio row:selected:focus:checked { + -gtk-icon-source: url("assets/radio-selected-alt.png"); +} + +.radio row:checked:hover, +.radio row:selected:checked:hover, +.radio row:selected:focus:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled.png"); +} + +.radio row:insensitive, +.radio row:selected:checked:insensitive, +.radio row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled-alt.png"); +} + +.radio:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected.png"); +} + +.radio:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover.png"); +} + +.radio row:checked:backdrop, +.radio row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-alt.png"); +} + +.radio row:checked:hover:backdrop, +.radio row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled.png"); +} + +.radio row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled-alt.png"); +} + +.radio:inconsistent { + -gtk-icon-source: url("assets/radio-mixed.png"); +} + +.radio:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover.png"); +} + +.radio row:inconsistent, +.radio row:selected:inconsistent, +.radio row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover, +.radio row:selected:inconsistent:hover, +.radio row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled.png"); +} + +.radio row:inconsistent:insensitive, +.radio row:selected:inconsistent:insensitive, +.radio row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled-alt.png"); +} + +.radio:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed.png"); +} + +.radio:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover.png"); +} + +.radio row:inconsistent:backdrop, +.radio row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover:backdrop, +.radio row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled.png"); +} + +.radio row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled-alt.png"); +} + +.primary-toolbar .menu .check, +.menubar.toolbar .menu .check, +.header-bar .menu .check, +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .radio, +.menubar.toolbar .menu .radio, +.header-bar .menu .radio, +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .check:checked, +.menubar.toolbar .menu .check:checked, +.header-bar .menu .check:checked, +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:hover, +.menu .check:checked:hover { + -gtk-icon-source: url("assets/check-menuitem.png"); +} + +.primary-toolbar .menu .check:checked:insensitive, +.menubar.toolbar .menu .check:checked:insensitive, +.header-bar .menu .check:checked:insensitive, +.toolbar .menu .check:checked:hover:insensitive, +.menu .check:checked:insensitive, +.menu .check:checked:hover:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive.png"); +} + +.toolbar .menu .radio:checked:hover, +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem.png"); +} + +.primary-toolbar .menu .radio:checked:insensitive, +.menubar.toolbar .menu .radio:checked:insensitive, +.header-bar .menu .radio:checked:insensitive, +.toolbar .menu .radio:checked:hover:insensitive, +.menu .radio:checked:insensitive, +.menu .radio:checked:hover:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive.png"); +} + +.toolbar .menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.toolbar .menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.toolbar .menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} + +/********************* + * GtkScale's slider * + *********************/ +.scale.slider, +.scale.slider.horizontal { + background-image: url("assets/slider-horizontal.png"); +} + +.scale.slider:backdrop, +.scale.slider.horizontal:backdrop { + /*background-image: url("assets/slider-horizontal-disabled.png");*/ +} + +.scale.slider:hover, +.scale.slider.horizontal:hover { + background-image: url("assets/slider-horizontal-hover.png"); +} + +.scale.slider:focused, +.scale.slider.horizontal:focused { + background-image: url("assets/slider-horizontal-focused.png"); +} + +.scale.slider:hover:focused, +.scale.slider.horizontal:hover:focused { + background-image: url("assets/slider-horizontal-focused-hover.png"); +} + +.scale.slider:insensitive, +.scale.slider.horizontal:insensitive { + background-image: url("assets/slider-horizontal-disabled.png"); +} + +.scale.slider:insensitive:backdrop, +.scale.slider.horizontal:insensitive:backdrop { + /*background-image: url("assets/slider-horizontal-backdrop-disabled.png");*/ +} + +.scale.slider.vertical { + background-image: url("assets/slider-vertical.png"); +} + +.scale.slider.vertical:backdrop { + /*background-image: url("assets/slider-vertical-backdrop.png");*/ +} + +.scale.slider.vertical:hover { + background-image: url("assets/slider-vertical-hover.png"); +} + +.scale.slider.vertical:focused { + background-image: url("assets/slider-vertical-focused.png"); +} + +.scale.slider.vertical:hover:focused { + background-image: url("assets/slider-vertical-focused-hover.png"); +} + +.scale.slider.vertical:insensitive { + background-image: url("assets/slider-vertical-disabled.png"); +} + +.scale.slider.vertical:insensitive:backdrop { + /*background-image: url("assets/slider-vertical-backdrop-disabled.png");*/ +} + +/*.scale.scale-has-marks-above.slider.horizontal { + background-image: url("assets/slider-up.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:insensitive { + background-image: url("assets/slider-up-disabled.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop { + background-image: url("assets/slider-up-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-up-backdrop-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical { + background-image: url("assets/slider-left.png"); +} + +.scale.scale-has-marks-above.slider.vertical:insensitive { + background-image: url("assets/slider-left-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop { + background-image: url("assets/slider-left-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-left-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal { + background-image: url("assets/slider-down.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:insensitive { + background-image: url("assets/slider-down-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop { + background-image: url("assets/slider-down-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-down-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical { + background-image: url("assets/slider-right.png"); +} + +.scale.scale-has-marks-below.slider.vertical:insensitive { + background-image: url("assets/slider-right-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop { + background-image: url("assets/slider-right-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-right-backdrop-disabled.png"); +}*/ + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-assets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-assets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-assets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-assets-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-borders.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-borders.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-borders.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-borders.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,313 @@ +/* Borders */ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border: 1px solid #2e2e2c; + border-bottom-width: 0px; + border-radius: 4px 4px 0 0; +} + +/********* + * entry * + *********/ +.entry { + border-radius: 8px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.entry { + border-image: url("assets/entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:backdrop { + border-image: url("assets/backdrop-entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:focus { + border-image: url("assets/entry-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive { + border-image: url("assets/entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive:backdrop { + border-image: url("assets/backdrop-entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + border-radius: 8px; + border-width: 0; +} + +/****************** + * combobox entry * + ******************/ +GtkComboBox.combobox-entry .entry:first-child, +GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 1px 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +GtkComboBox.combobox-entry .entry:last-child, +GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +GtkComboBox.combobox-entry .button { + border-image: url("assets/combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:backdrop { + border-image: url("assets/backdrop-combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive { + border-image: url("assets/combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive:backdrop { + border-image: url("assets/backdrop-combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:active:focus { + border-image: url("assets/combobox-button-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:first-child, +.primary-toolbar GtkComboBox.combobox-entry .button:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:first-child, +.header-bar GtkComboBox.combobox-entry .entry:first-child, +.header-bar GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:last-child, +.primary-toolbar GtkComboBox.combobox-entry .button:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:last-child, +.header-bar GtkComboBox.combobox-entry .entry:last-child, +.header-bar GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +.notebook tab.top:active { + border-image: url("assets/notebook-tab-top.png") 8 10 1 10 / 8px 10px 1px 10px stretch; +} + +.notebook tab.right:active { + border-image: url("assets/notebook-tab-right.png") 10 8 10 1 / 10px 8px 10px 1px stretch; +} + +.notebook tab.bottom:active { + border-image: url("assets/notebook-tab-bottom.png") 1 10 8 10 / 1px 10px 8px 10px stretch; +} + +.notebook tab.left:active { + border-image: url("assets/notebook-tab-left.png") 10 1 10 8 / 10px 1px 10px 8px stretch; +} + +/* unfocused window: generic element borders */ +.button:backdrop, +GtkComboBox.combobox-entry .entry:backdrop, +GtkComboBox.combobox-entry .button:backdrop, +.entry:backdrop, +GtkSwitch.trough:backdrop, +.trough:backdrop { +} + +.trough, +.trough.highlight { + border-radius: 4px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.trough { + border-image: url("assets/progressbar-horizontal-trough.png") 6 7 6 7 / 6px 7px 6px 7px stretch; +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +.trough row { +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +GtkSwitch.trough { + border-image: url("assets/switch-trough-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.trough:active { + border-image: url("assets/switch-trough-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough, +.menubar.toolbar GtkSwitch.trough, +.header-bar GtkSwitch.trough { + border-image: url("assets/switch-trough-toolbar-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough:active, +.menubar.toolbar GtkSwitch.trough:active, +.header-bar GtkSwitch.trough:active { + border-image: url("assets/switch-trough-toolbar-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:active:backdrop, +GtkSwitch.trough:insensitive, +GtkSwitch.trough:active:insensitive { + border-image: url("assets/switch-trough-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.slider { + border-image: url("assets/switch-button-off.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +GtkSwitch.slider:active { + border-image: url("assets/switch-button-on.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:backdrop, +GtkSwitch.slider:insensitive { + border-image: url("assets/switch-button-off-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:active:backdrop, +GtkSwitch.slider:active:insensitive { + border-image: url("assets/switch-button-on-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-image: url("assets/progressbar-horizontal-fill.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical { + border-image: url("assets/progressbar-vertical-fill.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop { + border-image: url("assets/progressbar-horizontal-fill-backdrop.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical:backdrop { + border-image: url("assets/progressbar-vertical-fill-backdrop.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.scale.trough { + border-image: url("assets/scale-horizontal-trough.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:insensitive { + border-image: url("assets/scale-horizontal-trough-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:backdrop { + border-image: url("assets/scale-horizontal-trough-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical { + border-image: url("assets/scale-vertical-trough.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.vertical:insensitive { + border-image: url("assets/scale-vertical-trough-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left { + border-image: url("assets/scale-horizontal-fill.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical:backdrop { + border-image: url("assets/scale-vertical-trough-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left:insensitive { + border-image: url("assets/scale-horizontal-fill-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.left:backdrop { + border-image: url("assets/scale-horizontal-fill-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.bottom.vertical { + border-image: url("assets/scale-vertical-fill.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:insensitive { + border-image: url("assets/scale-vertical-fill-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:backdrop { + border-image: url("assets/scale-vertical-fill-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-borders-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-borders-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-borders-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-borders-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,38 @@ + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/radiance-entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/radiance-entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/radiance-combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/radiance-combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/radiance-combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border-color: #b8ab9c; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:50.000000000 +0000 @@ -0,0 +1,2126 @@ +* { + -GtkArrow-arrow-scaling: 0.6; + -GtkButton-child-displacement-x: 1; + -GtkButton-child-displacement-y: 1; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-interior-focus: true; + -GtkButton-inner-border: 3; + -GtkCheckButton-indicator-size: 18; + -GtkCheckMenuItem-indicator-size: 16; + -GtkEntry-inner-border: 2; + -GtkEntry-progress-border: 0; + -GtkExpander-expander-size: 8; + -GtkHTML-link-color: #EF69D2; /* @link_color */ + -GtkIMHtml-hyperlink-color: #EF69D2; /* @link_color */ + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 5px; + -GtkMenuBar-internal-padding: 0; + -GtkMenuItem-arrow-scaling: 0.6; + -GtkNotebook-tab-overlap: 1; + -GtkPaned-handle-size: 6; + -GtkProgressBar-min-horizontal-bar-height: 14; + -GtkProgressBar-min-vertical-bar-width: 14; + -GtkRange-trough-border: 0; + -GtkRange-slider-width: 14; + -GtkRange-stepper-size: 13; + -GtkRange-trough-under-steppers: 1; + -GtkRange-stepper-spacing: 0; + -GtkScale-trough-border: 0; + -GtkScrollbar-activate-slider: 1; + -GtkScrollbar-trough-border: 0; + -GtkScrollbar-min-slider-length: 31; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkSeparatorMenuItem-horizontal-padding: 0; + -GtkStatusbar-shadow-type: none; + -GtkTextView-error-underline-color: #df382c; /* @error_color */ + -GtkToolButton-icon-spacing: 6; + -GtkToolItemGroup-expander-size: 11; + -GtkToolbar-internal-padding: 0; + -GtkTreeView-expander-size: 8; + -GtkTreeView-vertical-separator: 0; + -GtkWidget-separator-width: 2; + -GtkWidget-separator-height: 2; + -GtkWidget-link-color: #EF69D2; /* @link_color */ + -GtkWidget-visited-link-color: #EF69D2; /* @link_color */ + -GtkWindow-resize-grip-width: 0; + -GtkWindow-resize-grip-height: 0; + -WnckTasklist-fade-overlay-rect: 0; + + background-origin: border-box; + background-clip: padding-box; +} + +.background { + color: @fg_color; + background-color: @bg_color; +} + +.background:backdrop { + color: @backdrop_fg_color; +} + +/* LP: #1285783 */ +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; +} + +GtkPaned { + background-color: @bg_color; +} + +/* Background hack to make DejaDup Assistant windows not turn black when + * overlay scrollbars are enabled. + */ +Assistant GtkEventBox { + background-color: @bg_color; +} + +/* ... and for Evolution's mail preferences window */ +EPreferencesWindow GtkNotebook GtkAlignment GtkVBox { + background-color: @bg_color; +} + +/************* + * assistant * + *************/ +GtkAssistant .sidebar .highlight { + color: @fg_color; + font: bold; +} + +GtkAssistant .sidebar { + background-color: shade (@bg_color, 0.97); + border-right-color: shade (@bg_color, 0.8); + border-radius: 0; + border-style: solid; + border-width: 0 1px 0 0; + padding: 12px; + + color: mix (@fg_color, @bg_color, 0.40); + text-shadow: 0 1px shade (@bg_color, 1.04); + + box-shadow: inset -1px 0 shade (@bg_color, 0.94); +} + +/********** + * button * + **********/ +.button { + padding: 5px 6px; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + + border: 1px solid transparent; + border-radius: 8px; + border-image-source: url("assets/button.png"); + + /* all button border images have the same size and are sliced in the same way */ + border-image-width: 10px 12px 10px 12px; + border-image-slice: 10 12 10 12; + border-image-repeat: stretch; +} + +.button.flat { + background-image: none; + border-image-source: none; +} + +.button:backdrop { + background-image: none; + background-color: @bg_color; + border-image-source: url("assets/backdrop-button.png"); + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +.button.flat:backdrop { + border-image-source: none; +} + +.button:focus { + border-image-source: url("assets/button-focused.png"); +} + +.button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.12)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.96))); + border-image-source: url("assets/button-hover.png"); +} + +.button:hover:backdrop { + background-color: shade (@bg_color, 1.04); + border-image-source: url("assets/backdrop-button-hover.png"); +} + +.button:hover:focus { + border-image-source: url("assets/button-focused-hover.png"); +} + +.button:insensitive { + background-image: none; + background-color: mix (#ebebeb, @bg_color, 0.5); + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + border-image-source: url("assets/button-disabled.png"); +} + +.button:insensitive:backdrop { + background-color: #ebebeb; + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); + border-image-source: url("assets/backdrop-button-disabled.png"); +} + +.button.flat:insensitive, +.button.flat:insensitive:backdrop { + background-color: transparent; + border-image-source: none; +} + +.button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + border-image-source: url("assets/button-active.png"); +} + +.button:checked:focus { + border-image-source: url("assets/button-active-focused.png"); +} + +.button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#dcdcdc), + to (#f3f3f3)); + border-image-source: url("assets/button-active-hover.png"); +} + +.button:active:focus { + border-image-source: url("assets/button-active-focused-hover.png"); +} + +.button:active:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#e3e3e3), + to (#f3f3f3)); + border-image-source: url("assets/button-active-disabled.png"); +} + +.button:checked:backdrop { + border-image-source: url("assets/backdrop-button-active.png"); +} + +.button:active:backdrop { + border-image-source: url("assets/backdrop-button-active-hover.png"); +} + +.button:checked:insensitive:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (#e3e3e3, @bg_color, 0.5)), + to (mix (#f3f3f3, @bg_color, 0.5))); + border-image-source: url("assets/backdrop-button-active-disabled.png"); +} + +.button.default { + border-image-source: url("assets/button-default.png"); +} + +.button.default:hover { + border-image-source: url("assets/button-default-hover.png"); +} + +.button.default:focus { + border-image-source: url("assets/button-default-focused.png"); +} + +.button.default:focus:hover { + border-image-source: url("assets/button-default-focused-hover.png"); +} + +/****************** + * Linked Widgets * + *****************/ +.linked > .entry, +.linked > .button, +.linked > GtkComboBox > .button { + border-radius: 0; + border-image-width: 10px 0 10px 0; + border-width: 1px 0 1px 0; + box-shadow: inset -1px 0 shade (@bg_color, 0.84); +} + +.linked > .entry:first-child, +.linked > .button:first-child, +.linked > GtkComboBox:first-child > .button { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; +} + +.linked > .entry:last-child, +.linked > .button:last-child, +.linked > GtkComboBox:last-child > .button { + border-image-width: 10px 12px 10px 0; + border-radius: 0 8px 8px 0; + box-shadow: none; +} + +.linked > .entry:only-child, +.linked > .button:only-child, +.linked > GtkComboBox:only-child > .button { + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +.primary-toolbar .linked .button, +.header-bar .linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.header-bar .linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.header-bar .linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4) +} + +.primary-toolbar .linked .button:active, +.header-bar .linked .button:active, +.primary-toolbar .linked .button:insensitive, +.header-bar .linked .button:insensitive { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:only-child, +.header-bar .linked .button:only-child { + box-shadow: none; +} + +/**************** + * cell and row * + ****************/ +.cell { + -GtkCheckButton-indicator-size: 16; + + background-color: @base_color; + border-radius: 0; + border-width: 0; +} + +row:selected { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@selected_bg_color, 1.06)), + to (shade (@selected_bg_color, 0.94))); + border-top-color: shade (@selected_bg_color, 0.88); + border-style: solid; + border-width: 1px 0 0 0; + + color: @selected_fg_color; +} + +row:selected:backdrop { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@backdrop_selected_bg_color, 1.06)), + to (shade (@backdrop_selected_bg_color, 0.94))); + border-top-color: shade (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + +/******************* + * check and radio * + *******************/ + +/* Draw a focus ring around the contained label ... */ +GtkCheckButton.text-button GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +GtkCheckButton.text-button:focus GtkLabel { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +/* ... unless it's a proper button, which already has a focus-colored border */ +.button.text-button:focus GtkLabel { + border: none; + background: none; +} + +.menu .radio * { + box-shadow: none; +} + +/***************** + * column-header * + *****************/ +column-header .button, +column-header .button:active { + border-radius: 0; + border-width: 0 1px 1px 0; + border-image: none; +} + +column-header .button { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.06)), + to (shade (@bg_color, 1.04))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); + + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.4); +} + +column-header .button:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.02))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.94)), + to (shade (@bg_color, 0.88))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.03), + inset 0 -1px shade (@bg_color, 1.03); +} + +column-header .button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.13)), + to (shade (@bg_color, 1.08))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + +column-header .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.1)), + to (shade (@bg_color, 1.06))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + + +column-header:nth-child(last) .button { + border-width: 0 0 1px 0; +} + +/**************** + * Content view * + ****************/ +.content-view.view { + background-color: shade (@bg_color, 1.01); +} + +.content-view.view:prelight { + background-color: shade (@bg_color, 1.03); +} + +.view:selected, +.view:active, +.content-view.view:selected, +.content-view.view:active { + background-color: @selected_bg_color; +} + +.content-view.view:insensitive { + background-color: @bg_color; +} + +.content-view.view:backdrop { + background-color: @bg_color; +} + +.content-view.view:selected:backdrop { + background-color: @backdrop_selected_bg_color; +} + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; +} + +/********* + * entry * + *********/ +.entry { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@base_color, 0.96)), + to (@base_color)); + padding: 5px 7px; + + color: @text_color; +} + +.entry:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@base_color, 0.96), @bg_color, 0.5)), + to (mix (@base_color, @bg_color, 0.5))); + color: @backdrop_text_color; +} + +.entry:selected, +.entry:selected:focused { + background-color: @selected_bg_color; + + color: @selected_fg_color; +} + +.entry:insensitive { + background-color: #f5f5f5; + background-image: none; + + color: mix (@text_color, @base_color, 0.4); +} + +.entry:insensitive:backdrop { + background-color: mix (#f5f5f5, @bg_color, 0.5); + + color: mix (@text_color, @base_color, 0.4); +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.8)), + color-stop (0.1, shade (@selected_bg_color, 0.9)), + to (shade (@selected_bg_color, 1.1))); + border-width: 0; + + color: @selected_fg_color; +} + +/************ + * expander * + ************/ +.expander { + color: @fg_color; +} + +/********* + * frame * + *********/ +.frame { + border-radius: 3px; + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.82); + border-image: none; + background: none; +} + +.frame.flat { + border: none; +} + +/**************** + * window-frame * + ****************/ + +.window-frame.csd.popup { + border-style: none; + border-radius: 0; + box-shadow: 0 3px 8px @shadow_color; +} + +.window-frame { + border: none; + border-radius: 2px 2px 0 0; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), + 0 6px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); + + /* this is used for the resize cursor area */ + margin: 15px; +} + +.window-frame:backdrop { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.12); +} + +.window-frame.tiled { + border-radius: 0; +} + +.window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: none; +} + +.window-frame.csd.message-dialog { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), + 0 3px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); +} + +/******* + * CSD * + *******/ +.titlebar { + border-radius: 0px; + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +.tiled .titlebar { + border-radius: 0; +} + +.maximized .titlebar { + border-radius: 0; +} + +/* this is the default titlebar that is added by GTK + * when client-side decorations are in use and the application + * does not set a custom titlebar. + */ +.titlebar.default-decoration { + border: none; + box-shadow: none; +} + +.titlebar .title { + font: bold; +} + +.titlebar:backdrop { + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + background-color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +/************ + * iconview * + ************/ +.view { + background-color: @base_color; + color: @text_color; +} + +GtkIconView.view.cell:selected, +GtkIconView.view.cell:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.0)), + to (shade (@selected_bg_color, 0.9))); + border-radius: 5px; + border-style: solid; + border-width: 1px; + border-color: shade (@selected_bg_color, 0.8); + border-bottom-color: shade (@selected_bg_color, 0.7); + + color: @selected_fg_color; + + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.05), + inset -1px 0 shade (@selected_bg_color, 1.05), + inset 0 1px shade (@selected_bg_color, 1.08), + inset 0 -1px shade (@selected_bg_color, 1.0); +} + +.rubberband { + background-color: alpha (@selected_bg_color, 0.35); + border-color: @selected_bg_color; + border-radius: 0; + border-style: solid; + border-width: 1px; +} + +GtkIconView.cell { + background-color: transparent; +} + +/*********** + * infobar * + ***********/ +.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@info_bg_color, 1.04)), + to (shade (@info_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @info_fg_color; + + border-color: shade (@info_bg_color, 0.8); + border-bottom-color: shade (@info_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@info_bg_color, 1.08), + inset -1px 0 shade (@info_bg_color, 1.08), + inset 0 1px shade (@info_bg_color, 1.1), + inset 0 -1px shade (@info_bg_color, 1.04); +} + +.warning { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@warning_bg_color, 1.04)), + to (shade (@warning_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @warning_fg_color; + + border-color: shade (@warning_bg_color, 0.8); + border-bottom-color: shade (@warning_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@warning_bg_color, 1.08), + inset -1px 0 shade (@warning_bg_color, 1.08), + inset 0 1px shade (@warning_bg_color, 1.1), + inset 0 -1px shade (@warning_bg_color, 1.04); +} + +.question { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@question_bg_color, 1.04)), + to (shade (@question_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @question_fg_color; + + border-color: shade (@question_bg_color, 0.8); + border-bottom-color: shade (@question_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@question_bg_color, 1.08), + inset -1px 0 shade (@question_bg_color, 1.08), + inset 0 1px shade (@question_bg_color, 1.1), + inset 0 -1px shade (@question_bg_color, 1.04); +} + +.error { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@error_bg_color, 1.04)), + to (shade (@error_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @error_fg_color; + + border-color: shade (@error_bg_color, 0.8); + border-bottom-color: shade (@error_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@error_bg_color, 1.08), + inset -1px 0 shade (@error_bg_color, 1.08), + inset 0 1px shade (@error_bg_color, 1.1), + inset 0 -1px shade (@error_bg_color, 1.04); +} + +/******** + * menu * + ********/ +GtkTreeMenu.menu, +.toolbar .header-bar .menu, +GtkMenuToolButton.menu, +.primary-toolbar .button .menu, +.header-bar .button .menu, +.menu { + background-image: none; + background-color: shade (@dark_bg_color, 1.08); + border-bottom-color: shade (@dark_bg_color, 0.96); + border-left-color: shade (@dark_bg_color, 0.8); + border-right-color: shade (@dark_bg_color, 0.8); + border-top-color: shade (@dark_bg_color, 0.96); + padding: 0; + border-width: 1px; + border-style: solid; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.18), + inset 0 -1px shade (@dark_bg_color, 1.18), + inset -1px 0 shade (@dark_bg_color, 1.16), + inset 1px 0 shade (@dark_bg_color, 1.18); + + margin: 1px; +} + +.toolbar .menu, +GtkComboBox .menu { + background-image: none; + background-color: @bg_color; + border-bottom-color: shade (@bg_color, 0.66); + border-left-color: shade (@bg_color, 0.7); + border-right-color: shade (@bg_color, 0.7); + border-top-color: shade (@bg_color, 0.8); + border-style: solid; + padding: 0; + + color: @fg_color; + + box-shadow: inset -1px 0 shade (@bg_color, 1.18), + inset 1px 0 shade (@bg_color, 1.18), + inset 0 1px shade (@bg_color, 1.18); +} + +.menu:selected { + background-color: @selected_bg_color; +} + +.menu.button:hover, +.menu.button:checked, +.menu.button:checked:insensitive, +.menu.button:insensitive, +.menu.button +{ + background-color: shade (@dark_bg_color, 1.08); + background-image: none; + border-radius: 0; + border-style: none; + border-width: 1px; +} + +.context-menu { + font: regular medium; +} + +/*********** + * menubar * + ***********/ +.menubar { + -GtkWidget-window-dragging: true; + + background-color: @dark_bg_color; + background-image: none; + border-width: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.menubar:backdrop { + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.8); +} + +/*************** + * menubaritem * + ***************/ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.38)), + to (shade (@dark_bg_color, 1.11))); + + box-shadow: inset 0 1px 1px 0 shade (@dark_bg_color, 1.8); + + color: shade (@dark_fg_color, 1.1); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +/************ + * menuitem * + ************/ +.menuitem { + -GtkMenuItem-horizontal-padding: 0; + background: transparent; + border-radius: 0; + padding: 3px 5px 3px 5px; + + text-shadow: none; +} + +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { +} + +GtkComboBox .menuitem *:hover { + color: @selected_fg_color; +} + +.popover .menuitem:checked:hover, +.menuitem:hover, +.menu .menuitem:hover { + border-radius: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.1)), + to (shade (@selected_bg_color, 0.9))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.7)), + to (shade (@selected_bg_color, 0.7))) 1; + border-image-width: 1px; + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.02), + inset -1px 0 shade (@selected_bg_color, 1.02), + inset 0 1px shade (@selected_bg_color, 1.16), + inset 0 -1px shade (@selected_bg_color, 0.96); + + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem.check:checked, +.menuitem.radio:checked { + color: @fg_color; +} + +.menu .menuitem.check:hover, +.menu .menuitem.radio:hover { + box-shadow: none; +} + +GtkTreeMenu.menu .menuitem:insensitive, +GtkTreeMenu.menu .menuitem *:insensitive, +.toolbar .header-bar .menu .menuitem:insensitive, +.toolbar .header-bar .menu .menuitem *:insensitive, +GtkMenuToolButton.menu .menuitem:insensitive, +GtkMenuToolButton.menu .menuitem *:insensitive, +.primary-toolbar .button .menu .menuitem:insensitive, +.primary-toolbar .button .menu .menuitem *:insensitive, +.header-bar .button .menu .menuitem:insensitive, +.header-bar .button .menu .menuitem *:insensitive, +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@dark_fg_color, @dark_bg_color, 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.toolbar .menu .menuitem:insensitive, +.toolbar .menu .menuitem *:insensitive, +GtkComboBox .menu .menuitem:insensitive, +GtkComboBox .menu .menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +.menuitem GtkCalendar, +.menuitem GtkCalendar.button, +.menuitem GtkCalendar.header, +.menuitem GtkCalendar.view { + background-color: @dark_bg_color; + background-image: none; + border-radius: 0; + border-style: solid; + border-width: 0; + padding: 0; + + color: @dark_fg_color; +} + +.menuitem GtkCalendar { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; +} + +.menuitem GtkCalendar:inconsistent { + color: shade (@bg_color, 0.6); +} + +.menuitem .entry { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; + + color: @dark_fg_color; + + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 0.9))) 1; + border-image-width: 1px; +} + +.primary-toolbar GtkScale.trough, +.primary-toolbar GtkScale.trough:backdrop, +.header-bar GtkScale.trough, +.header-bar GtkScale.trough:backdrop, +.menuitem GtkScale.trough { + background-color: @dark_bg_color; + background-image: none; + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 1.15))) 1; + border-image-width: 1px; +} + +.menuitem .accelerator { + color: alpha (@dark_fg_color, 0.5); +} + +.menuitem .accelerator:hover { + color: alpha (@selected_fg_color, 0.8); +} + +.menuitem .accelerator:insensitive { + color: alpha (mix (@dark_fg_color, @dark_bg_color, 0.5), 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.menuitem > GtkBox > GtkImage + GtkLabel { + padding-left: 6px; +} + +/************ + * notebook * + ************/ +.notebook tab.top { padding: 4px 6px 2px 6px; } +.notebook tab.top:active { padding-bottom: 3px; } +.notebook tab.bottom { padding: 2px 6px 4px 6px; } +.notebook tab.bottom:active { padding-top: 3px; } +.notebook tab.left { padding: 2px 4px 2px 6px; } +.notebook tab.left:active { padding-right: 5px; } +.notebook tab.right { padding: 2px 6px 2px 4px; } +.notebook tab.right:active { padding-left: 5px; } + +/* give active tab a background, as it might be dragged across of others when reordering */ +.notebook tab:active { + background-color: @bg_color; +} + +.notebook.header { + border-width: 0; /* set below depending on position of tab bar */ + border-color: shade (@bg_color, 0.82); + border-style: solid; +} + +/* Draw a border between tabs and content ... */ +.notebook.header.top { border-bottom-width: 1px; } +.notebook.header.right { border-left-width: 1px; } +.notebook.header.left { border-right-width: 1px; } +.notebook.header.bottom { border-top-width: 1px; } + +/* ... unless the content is in a frame (thus having a border itself */ +.notebook.header.frame.top { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.bottom { border: none; } + +.notebook tab.top { + border-image: -gtk-gradient (linear, left top, left bottom, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +.notebook tab.right { + border-image: -gtk-gradient (linear, right top, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.left { + border-image: -gtk-gradient (linear, left top, right top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.bottom { + border-image: -gtk-gradient (linear, left bottom, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +/* Draw a focus ring around labels in tabs */ +.notebook tab GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +.notebook:focus tab GtkLabel.active-page { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +.notebook GtkDrawingArea { + background-color: shade (@bg_color, 1.02); +} + +/****************** + * pane separator * + ******************/ +.sidebar .pane-separator, +.pane-separator { + background-color: transparent; + border-color: shade (@bg_color, 0.84); +} + +/************************* + * progressbar and scale * + *************************/ +GtkScale, +GtkProgressBar { + border-radius: 8px; + border-width: 0px; + padding: 1px; +} + +.scale.trough { + margin: 7px 0 6px 0; +} + +.scale.trough.vertical { + margin: 0 7px 0 6px; +} + +.menubar .menuitem .scale.highlight.left, +.scale.highlight.left, +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #CA2D79; + border-style: solid; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop, +.scale.highlight.bottom:backdrop, +.progressbar.vertical:backdrop { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #b0b0b0; +} + +.scale.highlight.left:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.scale.highlight.bottom:insensitive { + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.trough, +.trough row, +.trough row:hover, +.trough row:selected, +.trough row:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#d1d1d1), + to (#e8e8e8)); + border-style: solid; + border-width: 1px; + + color: @text_color; +} + +.trough.vertical { + background-image: -gtk-gradient (linear, left top, right top, + from (#d1d1d1), + to (#e8e8e8)); +} + +/* level bars as used for password quality or remaining power */ + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; +} + +GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; +} + +.level-bar.trough { + padding: 2px; +} + +.level-bar.fill-block { + border-width: 1px; + border-style: solid; + + border-color: @selected_bg_color; + background-color: #CA2D79; +} + +.level-bar.indicator-continuous.fill-block { + padding: 2px; + border-radius: 2px; +} + +.level-bar.fill-block:backdrop, +.level-bar.fill-block.level-high:backdrop, +.level-bar.fill-block.level-low:backdrop { + background-color: #b0b0b0; + border-color: #b0b0b0; + background-image: none; +} + + +.level-bar.indicator-discrete.fill-block.horizontal { + margin: 0 1px; +} + +.level-bar.indicator-discrete.fill-block.vertical { + margin: 1px 0; +} + +.level-bar.fill-block.level-high { + border-color: shade(@success_color, 0.85); + background-image: linear-gradient(to bottom, + shade(@success_color, 1.2), + @success_color 75%, + shade(@success_color, 0.95) + ); +} + +.level-bar.fill-block.level-low { + border-color: shade(@warning_bg_color, 0.80); + background-image: linear-gradient(to bottom, + shade(@warning_bg_color, 1.3), + @warning_bg_color 75%, + shade(@warning_bg_color, 0.90) + ); +} + +.level-bar.fill-block.empty-fill-block { + background-color: transparent; + background-image: none; + border-color: alpha(@bg_color, 0.1); +} + +.level-bar.fill-block.empty-fill-block:backdrop { + border-color: transparent; + background-color: transparent; +} + +GtkScale { + -GtkRange-slider-width: 18; + -GtkRange-trough-border: 0; + -GtkScale-slider-length: 14; +} + +GtkScale.vertical { + -GtkScale-slider-length: 13; +} + +.scale.trough.highlight { + background-color: #CA2D79; + background-image: none; + background-clip: content-box; +} + +.scale.trough.highlight:insensitive { + background-color: #b5b5b5; + background-image: none; +} + +.scale.trough.highlight.left { + margin: 7px 0 7px 0; +} + +.scale.trough.highlight:backdrop { + background-color: #dcdcdc; + background-image: none; +} + +.scale.trough.highlight.bottom { + margin: 0 7px 0 7px; +} + +GtkScale.mark { + border-color: shade (@bg_color, 0.8); +} + +/************* + * scrollbar * + *************/ +.scrollbar, +.scrollbar.vertical { + -GtkScrollbar-has-backward-stepper: 0; + -GtkScrollbar-has-forward-stepper: 0; + -GtkRange-slider-width: 14; + + border-radius: 20px; + + border-image: none; +} + +.scrollbar.trough, +.scrollbar.trough.vertical { + border-color: shade (@bg_color, 0.8); +} + +.scrollbar.slider, +.scrollbar.slider:hover, +.scrollbar.button, +.scrollbar.slider.vertical, +.scrollbar.slider.vertical:hover, +.scrollbar.button.vertical { + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.86); + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.01), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); +} + +.scrollbar.slider.horizontal, +.scrollbar.slider.horizontal:hover, +.scrollbar.button.horizontal { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.1), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.01); +} + +/* overlay scrollbar */ +OsThumb { + color: shade (@fg_color, 1.6); +} + +OsThumb:selected, +GtkScrollbar:selected { + background-color: @selected_bg_color; +} + +OsThumb:active, +GtkScrollbar:active { + background-color: shade (@bg_color, 0.6); +} + +OsThumb:insensitive, +GtkScrollbar:insensitive { + background-color: shade (@bg_color, 0.85); +} + +/******************* + * scrolled window * + *******************/ +.ubuntu-online-accounts.frame, +GtkScrolledWindow.frame { + border-top-color: shade (@bg_color, 0.84); + border-right-color: shade (@bg_color, 0.76); + border-bottom-color: shade (@bg_color, 0.86); + border-left-color: shade (@bg_color, 0.76); + border-radius: 0; + border-style: solid; +} + +.ubuntu-online-accounts.frame { + border-top-width: 0; +} + +/************* + * separator * + *************/ +.separator { + border-width: 1px; + border-style: solid; + border-image: none; + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +GtkTreeView.view.separator, +GtkTreeView.separator, +.separator, +.separator:hover { + color: shade (@bg_color, 0.92); +} + +.separator.horizontal { + border-width: 1px 0 1px 0; +} + +.separator.vertical { + border-width: 0 1px 0 1px; +} + +GtkComboBox .separator { + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +.button .separator, +.button.separator { + border-color: shade (@button_bg_color, 0.9); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +.button .separator:insensitive, +.button.separator:insensitive { + border-color: shade (@button_insensitive_bg_color, 0.96); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.3); + border-right-color: alpha (shade (@bg_color, 1.26), 0.3); +} + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + border: none; + color: @dark_bg_color; +} + +GtkTreeMenu .menuitem.separator, +.toolbar .header-bar .menuitem.separator, +GtkMenuToolButton .menuitem.separator, +.primary-toolbar .button .menuitem.separator, +.header-bar .button .menuitem.separator, +.menuitem.separator { + border-color: shade (@dark_bg_color, 0.99); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +.toolbar .menuitem.separator, +GtkComboBox .menuitem.separator { + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +/*********** + * sidebar * + ***********/ +.sidebar row:selected { + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +.sidebar .frame { + border-width: 0; +} + +/************** + * spinbutton * + **************/ +.spinbutton.button:active, +.spinbutton.button:insensitive, +.spinbutton.button { + border-radius: 0; +} + +.spinbutton.button:active:nth-child(last), +.spinbutton.button:insensitive:nth-child(last) +.spinbutton.button:nth-child(last), +.spinbutton.button:active:backdrop:nth-child(last), +.spinbutton.button:insensitive:backdrop:nth-child(last), +.spinbutton.button:backdrop:nth-child(last) { + border-radius: 0 7px 7px 0; +} + +.spinbutton.button, +.spinbutton.button:active, +.spinbutton.button:backdrop, +.spinbutton.button:active:backdrop, +.spinbutton.button:hover, +.spinbutton.button:hover:backdrop { + background-image: none; + background-color: transparent; + border-image: none; + border-width: 0 0 0 1px; + border-left-color: alpha (shade (@bg_color, 0.6), 0.22); +} + +.spinbutton.button:active { + background-image: -gtk-gradient (radial, center center, 0.0, center center, 0.5, + from (alpha (@selected_bg_color, 0.2)), + to (alpha (@selected_bg_color, 0.0))); +} + +.spinbutton.button:insensitive, +.spinbutton.button:insensitive:backdrop { + border-left-color: alpha (shade (@bg_color, 0.6), 0.18); + + color: shade (@bg_color, 0.66); +} + +.spinbutton, +.spinbutton:hover { + color: @fg_color; +} + +/*********** + * spinner * + ***********/ +@keyframes spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.spinner { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + color: @selected_bg_color; + opacity: 0; +} + +.spinner:active { + animation: spinner 1s infinite linear; + opacity: 1; +} + +.spinner:active:backdrop { + color: @backdrop_fg_color; +} + +.spinner:active:insensitive { + opacity: 0.5; +} + +/************* + * statusbar * + *************/ +GtkStatusbar { +} + +/********** + * switch * + **********/ +GtkSwitch { + border-radius: 8px; + padding: 0; +} + +GtkSwitch.trough { + border-radius: 8px; + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.trough:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.93)), + to (shade (@selected_bg_color, 0.99))); + + color: @selected_fg_color; + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +GtkSwitch:focus { + outline: 2px solid @focus_color; + outline-offset: -2px; + outline-radius: 6px; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.93)), + to (shade (@bg_color, 0.99))); + + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.slider { + padding: 1px; + border-radius: 6px; + border-style: solid; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); +} + +GtkSwitch.slider:backdrop { + background-image: none; + background-color: @bg_color; + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +/************ + * textview * + ************/ +GtkTextView { + background-color: @base_color; +} + +.header-bar { + padding: 2px 6px; +} + +/* + * Header Bars + * + * The following rules only style header bars when they are used as a window's + * titlebar widget (i.e., they have .titlebar set as well). + * + * Some applications reuse their header bar as a primary toolbar on desktops + * that prefer showing traditional title bars. The rules for those are further + * down grouped with normal toolbars. + */ +.titlebar.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (@dark_bg_color)); + border-color: shade (@dark_bg_color, 1.5); + border-style: solid; + border-width: 1px 0 0 0; + border-radius: 0 0 0 0; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.65); +} + +.titlebar.header-bar .title { + font: bold; +} + +.titlebar.header-bar .subtitle { + font-size: smaller; + opacity: 0.5; +} + +.titlebar.header-bar:backdrop { + color: @backdrop_fg_color; + background-image: none; + background-color: @dark_bg_color; + border-top-color: @dark_bg_color; +} + +.maximized .titlebar.header-bar { + border-radius: 0; + border: none; +} + +.titlebar.header-bar .button.titlebutton { + background-clip: padding-box; + border: 1px solid #d0c7bf; + color: #8b8379; + icon-shadow: 0 1px rgba(255, 255, 255, 0.5); + border-radius: 9px; + padding: 0; + box-shadow: none; + background-image: linear-gradient(to top, #d5d2ce, #ece8e4 50%, #f7f4f3); +} + +.titlebar.header-bar .button.titlebutton.close { + color: #7F7F7F; + icon-shadow: 0 1px rgba(255, 255, 255, 0.25); + background-image: linear-gradient(to top, #F377C0, #F8B5DC 60%, #F9BBDF); +} + +.titlebar.header-bar .button.titlebutton.close:hover { + background-image: linear-gradient(to top, #F377C0, #F8B5DC 20%, #F9BBDF); +} + +.titlebar.header-bar .button.titlebutton:hover, +.titlebar.header-bar .button.titlebutton:backdrop:hover { + background-image: linear-gradient(to top, #e2e1df, #f8f6f3 50%, #fcfbf9); +} + +.titlebar.header-bar .button.titlebutton:active { + icon-shadow: none; + background-image: linear-gradient(to top, #fcfbf8, #fbf9f6); +} + +.titlebar.header-bar .button.titlebutton.close:active { + background-image: linear-gradient(to top, #F377C0, #E3A6CA); +} + +.titlebar.header-bar .button.titlebutton:backdrop { + color: #8b8379; + icon-shadow: none; + background-image: linear-gradient(to top, #ece9e6, #e8e4e1); +} + +/*********** + * toolbar * + ***********/ +.toolbar { + border-style: none; + padding: 1px; + + color: @fg_color; + text-shadow: none; +} + +.toolbar:backdrop { + color: @backdrop_fg_color; +} + +/******************* + * primary-toolbar * + *******************/ +.primary-toolbar, +.header-bar { + -GtkWidget-window-dragging: true; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + border-style: solid; + border-width: 1px 0 1px 0; + border-radius: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + + box-shadow: none; +} + +.primary-toolbar:backdrop, +.header-bar:backdrop { + background-image: none; + background-color: @dark_bg_color; + box-shadow: none; + border-top-color: @dark_bg_color; + border-bottom-color: shade (@dark_bg_color, 0.9); + + color: @backdrop_dark_fg_color; +} + +.primary-toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.primary-toolbar .button, +.header-bar .button, +.primary-toolbar .button.flat:hover { + background: transparent; + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + border-image-source: url("assets/radiance-button-toolbar.png"); +} + +.primary-toolbar .button.flat { + border-image-source: none; + background: transparent; +} + +.primary-toolbar .button:focused, +.header-bar .button:focused { + border-image-source: url("assets/radiance-button-toolbar-focused.png"); +} + +.primary-toolbar .button:active, +.primary-toolbar .button:checked, +.header-bar .button:active, +.header-bar .button:checked { + border-image-source: url("assets/radiance-button-toolbar-active.png"); +} + +.primary-toolbar .button:active:focused, +.primary-toolbar .button:checked:focused, +.header-bar .button:active:focused, +.header-bar .button:checked:focused { + border-image-source: url("assets/radiance-button-toolbar-active-focused.png"); +} + +.primary-toolbar .button:backdrop, +.header-bar .button:backdrop { + background-color: transparent; + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.9); + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:hover:backdrop, +.header-bar .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.98)), + to (shade (@dark_bg_color, 0.94))); +} + +.primary-toolbar .button.flat:backdrop { + border-image-source: none; +} + +.primary-toolbar .button.flat:hover:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:active:backdrop, +.primary-toolbar .button:checked:backdrop, +.header-bar .button:active:backdrop, +.header-bar .button:checked:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar-active.png"); +} + +.primary-toolbar .button:hover, +.primary-toolbar .button:checked, +.header-bar .button:hover, +.header-bar .button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.2)), + to (shade (@dark_bg_color, 1.1))); +} + +.primary-toolbar .button:active, +.header-bar .button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.primary-toolbar .button:active:hover, +.menubar.toolbar .button:active:hover, +.header-bar .button:active:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); +} + +.primary-toolbar .button:checked:insensitive, +.primary-toolbar .button:insensitive, +.header-bar .button:checked:insensitive, +.header-bar .button:insensitive { + text-shadow: none; +} + +.primary-toolbar .button:insensitive, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.01)), + to (shade (@dark_bg_color, 0.99))); +} + +.primary-toolbar .button.flat:insensitive { + background-image: none; +} + +.primary-toolbar .button:checked:insensitive, +.header-bar .button:checked:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.94)), + to (shade (@dark_bg_color, 1.02))); +} + +.primary-toolbar GtkSeparatorToolItem, +.primary-toolbar .separator, +.primary-toolbar .separator:insensitive, +.header-bar GtkSeparatorToolItem, +.header-bar .separator, +.header-bar .separator:insensitive { + border-color: alpha (shade (@dark_bg_color, 0.94), 0.35); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* inline-toolbar */ +.inline-toolbar.toolbar { + -GtkToolbar-button-relief: normal; + + border-right-color: shade (@bg_color, 0.86); + border-bottom-color: shade (@bg_color, 0.88); + border-left-color: shade (@bg_color, 0.86); + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#f2f1ef, 0.93)), + color-stop (0.08, #f2f1ef), + to (#ffffff)); + border-width: 0 1px 1px 1px; + border-style: solid; + border-radius: 3px; + border-top-right-radius: 0; + border-top-left-radius: 0; + padding: 3px 4px 4px 4px; +} + +.inline-toolbar.toolbar .button { + padding: 4px; + + icon-shadow: 0 1px shade (@bg_color, 1.16); +} + +/* Middle button */ +.inline-toolbar.toolbar .button, +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar .button:focus, +.inline-toolbar.toolbar .button:focus:active, +.inline-toolbar.toolbar .button:insensitive, +.inline-toolbar.toolbar .button:backdrop, +.inline-toolbar.toolbar .button:backdrop:insensitive, +.inline-toolbar.toolbar GtkToolButton .button, +.inline-toolbar.toolbar GtkToolButton .button:active, +.inline-toolbar.toolbar GtkToolButton .button:focus, +.inline-toolbar.toolbar GtkToolButton .button:focus:active, +.inline-toolbar.toolbar GtkToolButton .button:insensitive, +.inline-toolbar.toolbar GtkToolButton .button:backdrop, +.inline-toolbar.toolbar GtkToolButton .button:backdrop:insensitive { + border-right-width: 0; + border-left-width: 0; + border-image-width: 10px 0 10px 0; + border-radius: 0; +} + +/* Leftmost button */ +.inline-toolbar.toolbar .button:first-child, +.inline-toolbar.toolbar .button:active:first-child, +.inline-toolbar.toolbar .button:focus:first-child, +.inline-toolbar.toolbar .button:focus:active:first-child, +.inline-toolbar.toolbar .button:insensitive:first-child, +.inline-toolbar.toolbar .button:backdrop:first-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:first-child, +.inline-toolbar.toolbar GtkToolButton:first-child .button, +.inline-toolbar.toolbar GtkToolButton:first-child .button:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop:insensitive { + border-left-width: 1px; + border-right-width: 0; + border-image-width: 10px 0 10px 12px; + border-radius: 8px; + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +/* Rightmost button */ +.inline-toolbar.toolbar .button:last-child, +.inline-toolbar.toolbar .button:active:last-child, +.inline-toolbar.toolbar .button:focus:last-child, +.inline-toolbar.toolbar .button:focus:active:last-child, +.inline-toolbar.toolbar .button:insensitive:last-child, +.inline-toolbar.toolbar .button:backdrop:last-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:last-child, +.inline-toolbar.toolbar GtkToolButton:last-child .button, +.inline-toolbar.toolbar GtkToolButton:last-child .button:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop:insensitive { + border-left-width: 0; + border-right-width: 1px; + border-image-width: 10px 12px 10px 0; + border-radius: 8px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +/* Single button */ +.inline-toolbar.toolbar .button:only-child, +.inline-toolbar.toolbar .button:active:only-child, +.inline-toolbar.toolbar .button:focus:only-child, +.inline-toolbar.toolbar .button:focus:active:only-child, +.inline-toolbar.toolbar .button:insensitive:only-child, +.inline-toolbar.toolbar .button:backdrop:only-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:only-child, +.inline-toolbar.toolbar GtkToolButton:only-child .button, +.inline-toolbar.toolbar GtkToolButton:only-child .button:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop:insensitive { + border-right-width: 1px; + border-left-width: 1px; + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +/*********** + * tooltip * + ***********/ +.tooltip { + background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8, + from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)), + to (alpha (@tooltip_bg_color, 0.86))); + border-color: alpha (#ffffff, 0.2); + border-radius: 5px; + border-style: solid; + border-width: 1px; + + background-color: @tooltip_bg_color; + color: @tooltip_fg_color; +} + +/************ + * treeview * + ************/ +GtkTreeView.dnd { + border-color: shade (@selected_bg_color, 1.12); + border-radius: 2px; + border-width: 1px; + border-style: solid; +} + +GtkTreeView .entry { + background-image: none; +} + +/************ + * viewport * + ************/ +GtkViewport.frame { + border-width: 0; +} + +/************ + * listbox * + ************/ +.list-row.button { + border-image: none; + border-style: none; + border-radius: 0; + background-image: none; +} + +.list-row.button:selected { + text-shadow: none; +} + +/************ + * popover * + ************/ +.popover { + background-clip: border-box; + + border-radius: 5px; + border: 1px solid darker(@bg_color); + + box-shadow: 0 2px 3px @shadow_color; + margin: 10px; + padding: 2px; +} + +.popover:backdrop { + box-shadow: none; +} + +/* Popover menuitems are actually buttons. The following rules reset most of + * the button styles for them. + */ +.popover .menuitem, +.popover .menuitem:checked, +.popover .menuitem:hover, +.popover .menuitem:active, +.popover .menuitem:insensitive, +.popover .menuitem:backdrop { + border-image: none; + border: none; + text-shadow: none; + border-radius: 3px; +} + +.popover .menuitem:backdrop:hover { + border: none; + border-image: none; + background: transparent; + color: @fg_color; +} + +.popover .menuitem:checked, +.popover .menuitem.check, +.popover .menuitem.check:checked, +.popover .menuitem.radio, +.popover .menuitem.radio:checked { + background-image: none; + border: none; +} + +.popover .menuitem:insensitive, +.popover .menuitem *:insensitive { + text-shadow: none; + background: none; +} + + +/* OSD overlays */ +.osd, +.osd:backdrop { + color: @osd_fg_color; + background-color: @osd_bg_color; + border-color: @osd_border_color; +} + +.osd.toolbar { + padding: 12px; + border-radius: 8px; +} + +.osd .button, +.osd .button:backdrop { + color: @osd_fg_color; + background: none; + border: none; + padding: 12px; + border-radius: 8px; + transition: all 100ms ease-in-out; +} + +.osd .button:hover { + color: lighter(@osd_fg_color); + icon-shadow: 0 0 3px @osd_fg_color; +} + +.osd .button:active { + color: darker(@osd_fg_color); + icon-shadow: none; +} + +.osd .scale { + margin-left: 9px; + margin-right: 9px; +} + +/***************************************************************************** + * states [please keep this section at the end of the file (CSS precedence)] * + *****************************************************************************/ +*:insensitive { + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +*:selected, +*:selected:focused { + background-color: alpha (@selected_bg_color, 0.9); + + color: @selected_fg_color; +} + +*:selected:backdrop, +*:selected:focused:backdrop { + background-color: alpha (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/gtk-widgets-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,155 @@ +/* Set up shadows and hilights for button visual separation */ +.primary-toolbar .linked .button, +.primary-toolbar .button.raised.linked, +.primary-toolbar .raised.linked .button, +.menubar.toolbar .linked .button, +.menubar.toolbar .button.raised.linked, +.menubar.toolbar .raised.linked .button, +.header-bar .linked .button, +.header-bar .button.raised.linked, +.header-bar .button.raised.linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.primary-toolbar .button.raised.linked:first-child, +.primary-toolbar .raised.linked .button:first-child, +.menubar.toolbar .linked .button:first-child, +.menubar.toolbar .button.raised.linked:first-child, +.menubar.toolbar .raised.linked .button:first-child, +.header-bar .linked .button:first-child, +.header-bar .button.raised.linked:first-child, +.header-bar .raised.linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.primary-toolbar .button.raised.linked:last-child, +.primary-toolbar .raised.linked .button:last-child, +.menubar.toolbar .linked .button:last-child, +.menubar.toolbar .button.raised.linked:last-child, +.menubar.toolbar .raised.linked .button:last-child, +.header-bar .linked .button:last-child, +.header-bar .button.raised.linked:last-child, +.header-bar .raised.linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1) +} + +.primary-toolbar .linked .button:active, +.primary-toolbar .button.raised.linked:active, +.primary-toolbar .raised.linked .button:active, +.menubar.toolbar .linked .button:active, +.menubar.toolbar .button.raised.linked:active, +.menubar.toolbar .raised.linked .button:active, +.header-bar .linked .button:active, +.header-bar .button.raised.linked:active, +.header-bar .raised.linked .button:active { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:insensitive, +.primary-toolbar .button.raised.linked:insensitive, +.primary-toolbar .raised.linked .button:insensitive, +.menubar.toolbar .linked .button:insensitive, +.menubar.toolbar .button.raised.linked:insensitive, +.menubar.toolbar .raised.linked .button:insensitive, +.header-bar .linked .button:insensitive, +.header-bar .button.raised.linked:insensitive, +.header-bar .raised.linked .button:insensitive { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:backdrop:last-child, +.primary-toolbar .button.raised.linked:backdrop:last-child, +.primary-toolbar .raised.linked .button:backdrop:last-child, +.menubar.toolbar .linked .button:backdrop:last-child, +.menubar.toolbar .button.raised.linked:backdrop:last-child, +.menubar.toolbar .raised.linked .button:backdrop:last-child, +.header-bar .linked .button:backdrop:last-child, +.header-bar .button.raised.linked:backdrop:last-child, +.header-bar .raised.linked .button:backdrop:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1); +} + +.menubar { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menuitem:hover, +.menu .menuitem:hover { + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +/* for the playback menu item in the sound menu */ +.menu .spinner, +.menu .spinner:hover { + color: @selected_bg_color; +} + +/* primary-toolbar */ +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar.toolbar, +.menubar.toolbar, +.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar :insensitive, +.menubar.toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar GtkComboBox, +.primary-toolbar .button *, +.primary-toolbar .button, +.menubar.toolbar GtkComboBox, +.menubar.toolbar .button *, +.menubar.toolbar .button, +.header-bar GtkComboBox, +.header-bar .button *, +.header-bar .button { + text-shadow: 0 1px alpha (shade (@dark_bg_color, 1.25), 0.32); +} + +.primary-toolbar .raised .button, +.primary-toolbar .raised.button, +.primary-toolbar .button:hover, +.primary-toolbar .button:active, +.primary-toolbar .button:insensitive, +.menubar.toolbar .raised .button, +.menubar.toolbar .raised.button, +.menubar.toolbar .button:hover, +.menubar.toolbar .button:active, +.menubar.toolbar .button:insensitive, +.header-bar .raised .button, +.header-bar .raised.button, +.header-bar .button:hover, +.header-bar .button:active, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.03)), + to (shade (@dark_bg_color, 0.96))); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/public-colors.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/public-colors.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/public-colors.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/public-colors.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +/* + * Some applications depend on these named colors. + */ + +@define-color theme_fg_color @fg_color; +@define-color theme_bg_color @bg_color; +@define-color theme_base_color @base_color; +@define-color theme_selected_bg_color @selected_bg_color; +@define-color theme_selected_fg_color @selected_fg_color; +@define-color insensitive_bg_color @bg_color; +@define-color insensitive_fg_color @fg_color; +@define-color insensitive_base_color @base_color; +@define-color theme_unfocused_fg_color @backdrop_fg_color; +@define-color theme_unfocused_bg_color @bg_color; +@define-color theme_unfocused_base_color @base_color; +@define-color theme_unfocused_selected_bg_color @selected_bg_color; +@define-color theme_unfocused_selected_fg_color @selected_fg_color; +@define-color borders shade(@bg_color, 0.82); +@define-color unfocused_borders transparent; + +@define-color warning_color @warning_fg_color; +@define-color error_color @error_fg_color; +@define-color success_color @success_color; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/settings.ini radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/settings.ini --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/settings.ini 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/gtk-3.0/settings.ini 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,4 @@ +[Settings] +gtk-color-scheme = "base_color:#ffffff\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nselected_bg_color:#F02A9F\ntext_color:#3C3C3C\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#F033A2\nbg_color_dark:#3C3C3C\nfg_color_dark:#DFDFDF" +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = true diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/index.theme radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/index.theme --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/index.theme 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/index.theme 2014-10-09 23:13:44.000000000 +0000 @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Radiance-ZRAVE-Pink +Comment=Ubuntu Radiance theme, In New Colors By RAVEfinity 14.04 Build +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Radiance-ZRAVE-Pink +MetacityTheme=Radiance-ZRAVE-Pink +IconTheme=ubuntu-mono-light +CursorTheme=DMZ-White +ButtonLayout=close,minimize,maximize: Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/close_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/close_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/close_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/close_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/close_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/close_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/close.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/close.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/close_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/close_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/close_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/close_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/close_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/close_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/close_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/close_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/maximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/maximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/maximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/maximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/maximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/maximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/maximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/maximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/maximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/maximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/maximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/maximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/maximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/maximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/maximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/maximize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/menu.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/menu.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/menu_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/menu_prelight.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/metacity-theme-1.xml radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/metacity-theme-1.xml --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/metacity-theme-1.xml 2014-10-09 23:18:23.000000000 +0000 @@ -0,0 +1,530 @@ +<?xml version="1.0"?> + +<metacity_theme> +<info> + <name>Radiance-ZRAVE-Pink</name> + <author>Kenneth Wimer, James Schriver, Andrea Cimitan, Jared Sot (RAVEfinity Project)</author> + <copyright>Canonical Ltd.</copyright> + <date>April, 2014</date> + <description>Metacity theme</description> +</info> + +<!-- general window layout --> +<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="19"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="18"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="3"/> + <distance name="right_width" value="3"/> + <distance name="bottom_height" value="3"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- window title --> + +<draw_ops name="draw_title_text_normal"> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="shade/#DFDFDF/1.06" x="9" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/1.06" x="11" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/0.4" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title_text_unfocused"> + <title color="shade/#DFDFDF/1.08" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="#A3A3A3" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/1.06" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.18" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.08" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.08" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility"> + <include name="draw_title" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_unfocused"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/0.96" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#EDEDED" /> + <color value="shade/#EDEDED/0.98" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.02" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.02" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility_unfocused"> + <include name="draw_title_unfocused" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.38" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_title_maximized_unfocused"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.94" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <line color="#EDEDED" x1="0" x2="width" y1="1" y2="1"/> +</draw_ops> + +<!-- window Frames --> + +<draw_ops name="draw_frame"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> + <gradient type="vertical" x="0" y="0" width="width" height="60"> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/gtk:bg[NORMAL]/0.7" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_frame_utility"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="bottom_edge"> + <line color="shade/gtk:bg[NORMAL]/0.7" x1="0" x2="width" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<!-- buttons --> + +<!-- button trough left --> +<draw_ops name="left_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button Trough Right --> +<draw_ops name="right_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button prelightlays --> +<draw_ops name="menu_focused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_normal"> + <image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_normal"> + <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_normal"> + <image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_normal"> + <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_normal"> + <image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_normal"> + <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_normal"> + <image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_normal"> + <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- frame style --> +<frame_style name="normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.5" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_maximized_unfocused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="utility_focused" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_utility"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="utility_unfocused" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_utility_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_focused"> + <piece position="title" draw_ops="draw_title"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> +</frame_style> + +<!-- style set --> +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="maximized_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="utility"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<!-- window --> +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="utility"/> +<window type="modal_dialog" style_set="utility"/> +<window type="menu" style_set="utility"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +</metacity_theme> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/minimize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/minimize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/minimize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/minimize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/minimize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/minimize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/minimize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/minimize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/minimize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/minimize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/minimize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/minimize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/minimize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/minimize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/minimize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/minimize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/trough_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/trough_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/trough_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/trough_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/trough_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/trough_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/trough_unfocused_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/trough_unfocused_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/trough_unfocused_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/trough_unfocused_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/trough_unfocused_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/trough_unfocused_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/unmaximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/unmaximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/unmaximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/unmaximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/unmaximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/unmaximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/unmaximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/unmaximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/unmaximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/unmaximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/unmaximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/unmaximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/unmaximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/unmaximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/unmaximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/metacity-1/unmaximize_unfocused_pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_dash_disabled.svg 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1084" + inkscape:window-height="810" + id="namedview8" + showgrid="false" + inkscape:zoom="17.566021" + inkscape:cx="-4.4373521" + inkscape:cy="10.468289" + inkscape:window-x="330" + inkscape:window-y="263" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#f141a6;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_dash_prelight.svg 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_disabled.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1084" + inkscape:window-height="810" + id="namedview8" + showgrid="false" + inkscape:zoom="17.566021" + inkscape:cx="-4.4373521" + inkscape:cy="10.468289" + inkscape:window-x="330" + inkscape:window-y="263" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#f574bd;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_dash_pressed.svg 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_prelight.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1084" + inkscape:window-height="810" + id="namedview8" + showgrid="false" + inkscape:zoom="17.566021" + inkscape:cx="-4.4373521" + inkscape:cy="10.468289" + inkscape:window-x="330" + inkscape:window-y="263" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#ef299a;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_dash.svg 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1084" + inkscape:window-height="810" + id="namedview8" + showgrid="false" + inkscape:zoom="17.566021" + inkscape:cx="6.0374162" + inkscape:cy="10.468289" + inkscape:window-x="569" + inkscape:window-y="106" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#f259b1;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_focused_prelight.svg 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#ee549c;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#fdd6f3;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="g4775" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="793" + inkscape:window-x="332" + inkscape:window-y="120" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40183,856.52418 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path4646" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -283.80078,855.45312 -0.38867,0.38868 -4.59961,4.59961 -0.39063,0.38867 0.7793,0.7793 0.38867,-0.38868 4.59961,-4.60156 0.38867,-0.38867 -0.77734,-0.77735 z" + id="path4535" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40039,855.45312 -0.7793,0.77735 0.39063,0.38867 4.59961,4.60156 0.38867,0.38868 0.77734,-0.7793 -0.38867,-0.38867 -4.59961,-4.59961 -0.38867,-0.38868 z" + id="path4537" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_focused_pressed.svg 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4564" + id="linearGradient4552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4564"> + <stop + style="stop-color:#ff4388;stop-opacity:1;" + offset="0" + id="stop4511" /> + <stop + style="stop-color:#ffa9d0;stop-opacity:1;" + offset="1" + id="stop4513" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4554" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4556" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="-0.043125214" + inkscape:cy="11.62915" + inkscape:document-units="px" + inkscape:current-layer="g4540" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1152" + inkscape:window-height="795" + inkscape:window-x="414" + inkscape:window-y="86" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(411.35715,-967.57648)"> + <g + style="display:inline" + transform="translate(-411.35714,-85.785707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4540"> + <circle + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4542" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4544" + style="color:#000000;fill:url(#linearGradient4552);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4554);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4546" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4548" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4556);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4550" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -399.55637,973.99943 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path4989" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -404.15793,973.99943 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path4991" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_focused.svg 2014-10-09 23:29:23.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#ec3e8f;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#fcc7ef;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="793" + inkscape:window-x="332" + inkscape:window-y="120" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close.svg 2014-10-09 23:29:08.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#ec3e8f;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#fcc7ef;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="793" + inkscape:window-x="332" + inkscape:window-y="120" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5151" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5153" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5155" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-658.92858" + inkscape:cy="153.21428" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-378.21428,-666.57648)"> + <g + style="display:inline" + id="g5139" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(378.21429,-386.7857)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5141" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5151);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5143" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5145" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5153);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5155);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5147" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5149" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,674.0698 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path5157" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 390.01506,672.9994 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5159" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,672.9994 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5161" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5175" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5177" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5179" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-129.42858" + inkscape:cy="471.28571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(151.28572,-984.64791)"> + <g + style="display:inline" + transform="translate(-151.28571,-68.714274)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5163"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5165" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5167" + style="color:#000000;fill:url(#linearGradient5175);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5169" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5177);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5179);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5171" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5173" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -139.48494,991.07087 -0.39062,0.3886 -4.59961,4.5996 -0.38867,0.3887 0.77734,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5249" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -144.0865,991.07087 -0.77734,0.7773 0.38867,0.3887 4.59961,4.5996 0.39062,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5251" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/close_unfocused.svg 2014-10-09 22:40:22.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4656" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4660" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4658" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="7.0892085" + inkscape:cy="8.3026513" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="871" + inkscape:window-y="166" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(552.28572,-1071.3622)"> + <g + style="display:inline" + id="g4497" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-552.28571,18.000012)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4499" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4501" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4660);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4505" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4503" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4658);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4507" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_disabled.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="opacity:0.25;display:inline" + transform="translate(-289.71429,-492.00011)" + id="g4240"> + <path + inkscape:connector-curvature="0" + id="path4242" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4244" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_prelight.svg"> + <defs + id="defs4488"> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter4230" + x="-0.12" + width="1.24" + y="-0.12" + height="1.24"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.75" + id="feGaussianBlur4232" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="display:inline" + id="g4222" + transform="translate(-289.71429,-492.00011)"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4224" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4226" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4228" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4230);enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_pressed.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + id="g4234" + transform="translate(-289.71429,-492.00011)" + style="opacity:0.5;display:inline"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4236" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4238" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + transform="translate(-289.71429,-492.00011)" + style="display:inline" + id="g4218"> + <path + inkscape:connector-curvature="0" + id="path4209" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4203" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5009" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5011" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5013" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="392.57143" + inkscape:cy="470.42857" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(673.28572,-983.79076)"> + <g + style="display:inline" + id="g4997" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-673.28571,-69.571423)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4999" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5009);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5001" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5003" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5011);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5013);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5005" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5007" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5061" + d="m -667.28572,990.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + <path + inkscape:connector-curvature="0" + id="path5063" + d="m -667.28572,989.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5295" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5297" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5299" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-472.21428" + inkscape:cy="-431.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-191.49999,-81.862193)"> + <g + style="display:inline" + transform="translate(191.5,-971.49999)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5253"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5255" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5257" + style="color:#000000;fill:url(#linearGradient5295);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5259" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5297);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5299);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5261" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5263" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 197.49999,87.863246 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5289" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_focused.svg 2014-10-09 22:37:34.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="8.8963052" + inkscape:cy="9.3077119" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="751" + inkscape:window-y="204" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize.svg 2014-10-09 22:37:10.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9195959" + inkscape:cx="4.7296154" + inkscape:cy="17.441954" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="710" + inkscape:window-y="119" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5121" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5123" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1098.9286" + inkscape:cy="-683.92851" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-818.21427,170.56632)"> + <g + style="display:inline" + transform="translate(818.21428,-1223.9285)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5073"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5075" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5077" + style="color:#000000;fill:url(#linearGradient5121);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5123);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5079" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5081" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5125);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5083" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-163.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5109" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-164.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5111" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5201" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5203" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5205" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1168.4286" + inkscape:cy="-530.57141" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-887.71427,17.209217)"> + <g + style="display:inline" + id="g5189" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(887.71428,-1070.5714)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5191" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5201);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5193" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5203);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5195" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5197" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5205);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5199" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5243" + d="m 893.71427,-11.208178 0,0.5 0,6.4999998 7,0 0,-6.9999998 -7,0 z m 1,1 5,0 0,4.9999998 -5,0 0,-4.9999998 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/maximize_unfocused.svg 2014-10-09 22:40:46.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4937" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4941" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="11.012127" + inkscape:cy="5.4472923" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="868" + inkscape:window-height="646" + inkscape:window-x="663" + inkscape:window-y="224" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-408.71427,-87.505113)"> + <g + style="display:inline" + transform="translate(408.71428,-965.85707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4925"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4927" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4929" + style="color:#000000;fill:url(#linearGradient4937);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4931" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4939);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4941);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4933" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4935" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/menu_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/menu_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/menu_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/menu_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4747" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-435.29 -180.93)"> + <g id="g4731" transform="translate(435.29 -776.43)"> + <circle id="circle4733" style="color:#000000;fill:url(#linearGradient4747)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" transform="rotate(90)" cy="-9.5" cx="966.86" r="6.5"/> + <circle id="circle5388-4" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="circle4735" style="color:#000000;stroke:#6c6967;fill:#555351" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cx="9.5" cy="966.86" r="3"/> + <path id="path4737" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <path id="path4739" style="opacity:.2;color:#000000;fill:#fff" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z"/> + <path id="path4741" style="opacity:.2;color:#000000;fill:#fff" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z"/> + <path id="path4743" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <rect id="rect4745" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/menu.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/menu.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/menu.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/menu.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4672" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-284.79 -314.29)"> + <g id="g4722" transform="translate(284.79 -643.07)"> + <circle id="circle4664" style="color:#000000;fill:url(#linearGradient4672)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" cx="966.86" transform="rotate(90)" cy="-9.5" r="6.5"/> + <circle id="circle5388" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="path4662" style="color:#000000;stroke:#d3d0cb;fill:#c6c2bb" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cy="966.86" cx="9.5" r="3"/> + <path id="circle4682" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <path id="circle4691" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z" style="opacity:.2;color:#000000;fill:#fff"/> + <path id="circle4702" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z" style="opacity:0.07;color:#000000;fill:#fff"/> + <path id="circle4711" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <rect id="rect4720" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.25" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4411" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4413" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4265" transform="translate(-289.71 -473)"> + <path id="path4267" style="color:#000000;fill:#fff" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" transform="translate(-76.5 938.36)"/> + <rect id="rect4269" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + <path id="path4409" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;filter:url(#filter4411);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_focused.svg 2014-10-09 22:48:57.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.535768" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize.svg 2014-10-09 22:48:23.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.669697" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/minimize_unfocused.svg 2014-10-09 22:41:09.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4955" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4957" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4959" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.439246" + inkscape:cx="8.1418379" + inkscape:cy="8.4994228" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="742" + inkscape:window-y="242" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-262.75023,-284.66847)"> + <g + style="display:inline" + id="g4943" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(262.75024,-768.69371)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4945" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4955);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4947" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4957);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4949" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4951" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4959);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4953" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.25" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4405" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4407" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4381" transform="translate(-289.71 -454)"> + <path id="path4383" style="color:#000000;fill:#fff" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" transform="translate(-76.5 938.36)"/> + <rect id="rect4385" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + <path id="path4403" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;filter:url(#filter4405);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.5" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_focused.svg 2014-10-09 22:39:58.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="17.19268" + inkscape:cy="5.00027" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1006" + inkscape:window-y="145" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize.svg 2014-10-09 22:39:36.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="12.348945" + inkscape:cy="10.478037" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1407" + inkscape:window-y="24" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/unity/unmaximize_unfocused.svg 2014-10-09 22:41:32.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4973" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4975" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4977" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="6.2901987" + inkscape:cy="6.1607613" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="772" + inkscape:window-y="191" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-687.7857,142.99492)"> + <g + style="display:inline" + transform="translate(687.78571,-1196.3571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4961"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4963" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4965" + style="color:#000000;fill:url(#linearGradient4973);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4967" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4975);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4977);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4969" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4971" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/bottom-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/bottom-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/bottom-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/bottom-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/bottom-left-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/bottom-left-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/bottom-left-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/bottom-left-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/bottom-right-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/bottom-right-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/bottom-right-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/bottom-right-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/close-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/close-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/close-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/close-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/close-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/close-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/close-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/close-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/hide-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/hide-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/hide-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/hide-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/hide-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/hide-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/hide-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/hide-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/left-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * left_active_xpm[] = { +"2 15 3 1", +" c None", +". c #C1C1C1", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/left-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #CFCFCF", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/maximize-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/maximize-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/maximize-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/maximize-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/maximize-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/maximize-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/maximize-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/maximize-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/maximize-toggled-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/maximize-toggled-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/maximize-toggled-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/maximize-toggled-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/maximize-toggled-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/maximize-toggled-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/maximize-toggled-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/maximize-toggled-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/menu-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/menu-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/menu-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/menu-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/menu-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/menu-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/right-active.xpm 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * right_active_xpm[] = { +"2 15 3 1", +" c None", +". c #D7D7D7", +"+ c #C1C1C1", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/right-inactive.xpm 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #D7D7D7", +"+ c #CFCFCF", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/themerc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/themerc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/themerc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/themerc 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,20 @@ +# Radiance ported to XFCE (Xfwm4) by The RAVEfinity Project. www.ravefinity.blogspot.com (2012+) Jared Sot. +# Based on code/pixmaps from (Orig.) Radiance. and Originol Ambiance XFCE port by p0ng http://www.p0ng.com.br. +# Radiance XFCE version was ported by scrach by RAVEfinity(Jared Sot.) on top of the XFCE Ambiance theme. + + +button_offset=3 +button_spacing=0 +maximized_offset=9 +title_full_width=true +title_horizontal_offset=8 +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +title_shadow_active=frame +title_shadow_inactive=frame +show_app_icon=false # Change to true or false if you want a app icon on each window. (Default is false) +#button_layout=CHM| # This prevents one from customizing their buttons VIA Xfce Window Manager Settings (Defualt is disabled via #) +active_text_color=#4C4942 +active_text_shadow_color=#E5E2D8 +inactive_text_color=#a39e9a +inactive_text_shadow_color=#E5E2D8 Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-1-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-1-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-1-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-1-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-2-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-2-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-2-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-2-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-3-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-3-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-3-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-3-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-4-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-4-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-4-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-4-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-5-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-5-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-5-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/title-5-inactive.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/top-left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/top-left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/top-left-active.xpm 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +" .....", +" ..+++++", +" .@@@@@@@", +" .@@@@@@@@", +" .########", +".@@@@@@@@@", +".#########", +".#########", +".@@@@@@@@@", +".#########", +".@@@@@@@@@", +".$$$$$$$$$", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".*********", +".=========", +".*********", +".*********", +".*********", +".*********", +".=========", +".*********", +".=========", +".*********", +".---------", +".*********", +".*********"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/top-left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/top-left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/top-left-inactive.xpm 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +" .....", +" ..+++++", +" .@@@@@@@", +" .########", +" .$$$$$$$$", +".#########", +".$$$$$$$$$", +".$$$$$$$$$", +".#########", +".$$$$$$$$$", +".#########", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".---------", +".---------", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".=========", +".;;;;;;;;;", +".;;;;;;;;;"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/top-right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/top-right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/top-right-active.xpm 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"@@@@@@@@. ", +"########. ", +"@@@@@@@@@.", +"#########.", +"#########.", +"@@@@@@@@@.", +"#########.", +"@@@@@@@@@.", +"$$$$$$$$$.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"*********.", +"*********.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"---------.", +"*********.", +"*********."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/top-right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/top-right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Pink/xfwm4/top-right-inactive.xpm 2014-08-31 00:22:24.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"########. ", +"$$$$$$$$. ", +"#########.", +"$$$$$$$$$.", +"$$$$$$$$$.", +"#########.", +"$$$$$$$$$.", +"#########.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"---------.", +"---------.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"=========.", +";;;;;;;;;.", +";;;;;;;;;."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/banshee.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/banshee.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/banshee.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/banshee.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,23 @@ +# ============================================================================== +# BANSHEE SPECIFIC SETTINGS +# ============================================================================== + +style "banshee_scrollbar" { + engine "murrine" { + roundness = 20 + } +} + +widget "__gtksharp_1*SeekSlider*" style "scale" +widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar" + +widget_class "__gtksharp_1*<GtkToolbar>*" style "default" +widget_class "__gtksharp_1*<GtkButton>*" style "button" +#widget_class "__gtksharp_1*<GtkScale>*" style "scale" + + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/chromium.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/chromium.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/chromium.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/chromium.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,39 @@ +# ============================================================================== +# CHROMIUM SPECIFIC SETTINGS +# ============================================================================== + +style "chromium_toolbar_button" { + engine "murrine" { + roundness = 3 + textstyle = 0 + } +} + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = "#DFDFDF" + ChromeGtkFrame::inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::incognito-frame-color = "#DFDFDF" + ChromeGtkFrame::incognito-inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::incognito-frame-gradient-size = 16 + ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*Chrom*Button*" style "chromium_toolbar_button" + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/ff.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/ff.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/ff.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/ff.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,33 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-default" { + GtkCheckButton::indicator-size = 14 + + engine "murrine" { + reliefstyle = 0 + } +} + +style "ff-statusbar" { +} + +#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar" +#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + +widget "MozillaGtkWidget*" style "ff-default" + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/gnome-panel.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/gnome-panel.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/gnome-panel.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/gnome-panel.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,129 @@ +# =========================================================================================================================== +# GNOME,XFCE,LXDE & GTK Desktop(S) PANEL SPECIFIC SETTINGS *SPECIFIC SETTINGS TO ENABLE PROPER FUNCTION ON XFCE/LXDE* +# =========================================================================================================================== + +style "panel" +{ + xthickness = 0 + ythickness = 0 + + bg_pixmap[NORMAL] = "img/panel.png" + + engine "murrine" { + colorize_scrollbar = TRUE + } +} + +style "panel_task_button" +{ + xthickness = 3 + xthickness = 3 + + GtkWidget::focus-line-width = 0 + GtkWidget::focus_padding = 0 + GtkWidget::interior_focus = 0 + GtkWidget::internal_padding = 0 + + GtkButton::child_displacement_x = 0 + GtkButton::child_displacement_y = 0 + GtkButton::default_border = {0, 0, 0, 0} + GtkButton::default_outside_border = {0, 0, 0, 0} + GtkButtonBox::child_internal_pad_x = 0 + GtkButtonBox::child_internal_pad_y = 0 + GtkButtonBox::child_min_heigth = 0 + + bg[SELECTED] = shade (0.2, @bg_color) + bg[PRELIGHT] = shade (0.26, @bg_color) + bg[ACTIVE] = shade (0.2, @bg_color) + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = OUT + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "img/panel-button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "XFCE" +{ + xthickness = 3 + ythickness = 3 + + bg_pixmap[NORMAL] = "img/panel.png" +} + +widget "*Panel*" style "panel" +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet +class "PanelApp*" style "panel" +class "PanelToplevel*" style "panel" +#widget_class "*Mail*" style "panel" +widget_class "*notif*" style "panel" + +#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop +widget "*task*" style "panel_task_button" +widget "*.tasklist-button" style "panel_task_button" +widget "*PanelApplet*TaskTitle*" style "panel_task_button" +widget_class "*Xfce*Panel*" style "XFCE" +widget_class "*Xfce*Panel*" style "XFCE" +class "GtkScrollbar" style "scrollbar" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/gnome-terminal.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/gnome-terminal.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/gnome-terminal.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/gnome-terminal.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,42 @@ +# ============================================================================== +# GNOME TERMINAL SPECIFIC SETTINGS +# ============================================================================== + +style "terminal_menubar" +{ + engine "murrine" { + } +} + +style "terminal_notebook" +{ + engine "murrine" { + contrast = 1.0 + } +} + +style "terminal_scrollbar" = "scrollbar" +{ + engine "murrine" { + } +} + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#060606" + + TerminalScreen::background-darkness = 0.97 +} + +#widget "*TerminalWindow*" style "terminal_window" +#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar" +widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook" +#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar" +#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button" +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/nautilus.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/nautilus.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/nautilus.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/apps/nautilus.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,11 @@ +# ============================================================================== +# NAUTILUS SPECIFIC SETTINGS +# ============================================================================== + +style "nautilus_info_pane" { + bg[NORMAL] = @bg_color +} + +widget_class "*Nautilus*<GtkNotebook>*<GtkEventBox>" style "nautilus_info_pane" +widget_class "*Nautilus*<GtkButton>" style "notebook_button" +widget_class "*Nautilus*<GtkButton>*<GtkLabel>" style "notebook_button" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/gtkrc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/gtkrc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/gtkrc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/gtkrc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,690 @@ +gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#7E5BC5\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nlink_color:#9D7EDA" + +gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16" + +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = 1 + +style "default" { + xthickness = 1 + ythickness = 1 + + ####################### + # Style Properties + ####################### + GtkButton::child-displacement-x = 1 + GtkButton::child-displacement-y = 1 + GtkButton::default-border = { 0, 0, 0, 0 } + + GtkCheckButton::indicator-size = 16 + + GtkPaned::handle-size = 6 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 14 + GtkRange::stepper-size = 13 + GtkRange::trough-under-steppers = 1 + + GtkScale::trough-border = 0 + GtkScale::slider-width = 23 + GtkScale::slider-length = 14 + GtkScale::trough-side-details = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::trough-border = 0 + GtkScrollbar::slider-width = 13 + GtkScrollbar::min-slider-length = 31 + + GtkMenuBar::internal-padding = 0 + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkExpander::expander-size = 11 + GtkToolbar::internal-padding = 1 + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkTreeView::expander-size = 7 + GtkTreeView::vertical-separator = 0 +# GtkTreeView::odd-row-color = shade (0.96, @base_color) + GtkNotebook::tab-overlap = -1 + + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 3 + + WnckTasklist::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + GtkEntry::state-hint = 0 + + GtkEntry::progress-border = { 2, 2, 2, 2 } + + GtkProgressBar::min-horizontal-bar-height = 14 + GtkProgressBar::min-vertical-bar-width = 14 + + GtkImage::x-ayatana-indicator-dynamic = 1 + GtkMenuBar::window-dragging = 1 + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + #################### + # Color Definitions + #################### + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = shade (0.95, @bg_color) + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.8, @bg_color) + text[ACTIVE] = darker (@text_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.98, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = shade (0.97, @bg_color) + base[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + arrowstyle = 2 + reliefstyle = 3 + highlight_shade = 1.0 + glazestyle = 0 + default_button_color = shade (1.1, "#cdcdcd") + gradient_shades = {1.1, 1.0, 1.0, 0.9} + roundness = 3 + lightborder_shade = 1.26 + lightborderstyle = 1 + listviewstyle = 2 + progressbarstyle = 0 + colorize_scrollbar = FALSE + menubaritemstyle = 1 + menubarstyle = 1 + menustyle = 0 + focusstyle = 3 + handlestyle = 1 + sliderstyle = 3 + scrollbarstyle = 2 + stepperstyle = 3 +# rgba = TRUE + } +} + +style "dark" +{ + bg[NORMAL] = "#DFDFDF" + bg[PRELIGHT] = shade (1.05, "#DFDFDF") + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.95, "#DFDFDF") + bg[INSENSITIVE] = "#DFDFDF" +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "entry" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + } +} + +style "vscale" { +} + +style "hscale" { +} + +style "button" { + + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.03, @bg_color) + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + bg[INSENSITIVE] = @bg_color + fg[INSENSITIVE] = "#9c9c9c" + + engine "murrine" { + #contrast = 1.0 + textstyle = 1 + border_shades = {1.01, 0.8} + reliefstyle = 0 + shadow_shades = {1.0, 1.1} + glowstyle = 5 + glow_shade = 1.02 + lightborder_shade = 1.32 +# lightborderstyle = 0 + #text_shade = 1.04 + } +} + +style "notebook_button" = "button" { +} + +style "spinbutton" = "notebook_button" { + xthickness = 4 + + engine "murrine" { + } +} + +style "scrollbar" = "button" { + xthickness = 2 + ythickness = 2 + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.04, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + + engine "murrine" + { + border_shades = {0.95, 0.90} + roundness = 20 + contrast = 1.0 + trough_shades = {0.92, 0.98} + lightborder_shade = 1.3 + glowstyle = 5 + glow_shade = 1.02 + gradient_shades = {1.2, 1.0, 1.0, 0.86} + trough_border_shades = {0.9, 0.98} + } +} + +style "hscrollbar" { +} + +style "vscrollbar" { +} + +style "overlay_scrollbar" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.85, @bg_color) + bg[ACTIVE] = shade (0.6, @bg_color) +} + +style "scale" = "button" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + border_shades = {0.9, 0.8} + roundness = 5 + lightborder_shade = 1.32 + gradient_shades = {1.1, 1.0, 1.0, 0.8} + handlestyle = 2 + trough_border_shades = {0.9, 1.4} + glow_shade = 1.0 +# reliefstyle = 2 +# shadow_shades = { 1.0, 0.9 } + } +} + +style "notebook_bg" { + bg[NORMAL] = shade (1.02, @bg_color) + bg[ACTIVE] = shade (0.97, @bg_color) + fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color)) +} + +# The color is changed by the notebook_bg style, this style +# changes the x/ythickness +style "notebook" { + xthickness = 2 + ythickness = 2 + + engine "murrine" { + roundness = 3 + contrast = 0.8 + focusstyle = 2 + lightborder_shade = 1.16 + gradient_shades = {1.1, 1.0, 1.0, 0.68} + } +} + +style "statusbar" { + engine "murrine" { + contrast = 1.2 + } +} + +style "comboboxentry" = "notebook_button" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + textstyle = 1 + glowstyle = 5 + glow_shade = 1.02 + } +} + +style "menubar" = "dark" { + # those two lines were added to fix firefox's menubar item text + bg[SELECTED] = "#ECECEC" + fg[SELECTED] = @fg_color + + engine "murrine" { + textstyle = 1 + text_shade = 1.23 + gradient_shades = {1.0, 1.0, 1.0, 1.0} + lightborder_shade = 1.0 + } +} + +style "toolbar" { + engine "murrine" { + textstyle = 1 + text_shade = 1.32 + lightborder_shade = 1.0 + } +} + +style "toolbar-button" = "notebook_button" { + engine "murrine" { + } +} + +style "menu" { + xthickness = 0 + ythickness = 0 + + engine "murrine" + { + reliefstyle = 0 + roundness = 0 + } +} + +style "menu_item" = "menu" { + xthickness = 2 + ythickness = 3 + + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" + { + glowstyle = 5 + glow_shade = 1.1 +# lightborder_shade = 1.0 +# border_shades = { 1.5, 1.3 } + roundness = 0 + } +} + +style "menubar_item" = "menu_item" { + bg[PRELIGHT] = "#ece7e2" + fg[PRELIGHT] = @fg_color + + engine "murrine" { + gradient_shades = {1.00, 1.0, 1.0, 1.0} +# glowstyle = 5 + border_shades = { 1.0, 1.0 } + glow_shade = 1.00 + lightborderstyle = 3 + lightborder_shade = 1.2 + roundness = 4 + } +} + +style "scale_menu_item" = "scale" { + engine "murrine" { + roundness = 20 + lightborder_shade = 1.32 + reliefstyle = 0 + } +} + +# This style is there to modify the separator menu items. The goals are: +# 1. Get a specific height. +# 2. The line should go to the edges (ie. no border at the left/right) +style "separator_menu_item" { + xthickness = 1 + ythickness = 0 + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 7 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "separator_tool_item" { + xthickness = 0 + ythickness = 1 + + GtkVSeparator::vertical-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 7 + GtkWidget::separator-height = 1 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "frame_title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "treeview" { + engine "murrine" + { + roundness = 2 + lightborder_shade = 1.1 + gradient_shades = {1.04, 1.0, 1.0, 0.96} + } +} + +style "progressbar" { + xthickness = 1 + ythickness = 1 + + bg[ACTIVE] = shade (0.94, @bg_color) + #bg[SELECTED] = "#cdcdcd" + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" { + #trough_shades = {0.98, 1.02} + roundness = 8 + lightborderstyle = 1 + lightborder_shade = 1.26 + border_shades = {0.95, 0.85} + gradient_shades = {1.1, 1.0, 1.0, 0.9} + trough_border_shades = {0.9, 1.4} + } +} + +style "progressbar_menu_item" = "progressbar" { + engine "murrine" { + roundness = 0 + } +} + +# This style is based on the default style, so that the colors from the button +# style are overriden again. +style "treeview_header" = "notebook_button" { + xthickness = 2 + ythickness = 1 + + engine "murrine" { + glazestyle = 1 + contrast = 0.8 + lightborder_shade = 1.16 + textstyle = 1 + glow_shade = 1.0 + } +} + +style "treeview_header_scrolled" = "treeview_header" { +} + +style "scrolledwindow" { + engine "murrine" { + contrast = 0.6 + } +} + +style "radiocheck" = "button" { + text[NORMAL] = shade (0.535, @selected_bg_color) + text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color)) + bg[NORMAL] = shade (0.92, @bg_color) + bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color)) + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + engine "murrine" { + reliefstyle = 3 + gradient_shades = {1.2, 1.0, 1.0, 0.9} + shadow_shades = {0.6, 0.5} + textstyle = 0 + } +} + +style "tooltips" { + xthickness = 4 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = "#000000" + + engine "murrine" { + rgba = TRUE + } +} + +style "infobar" { + engine "murrine" { + } +} + +style "nautilus_location" { + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color) +} + +style "calendar" { + xthickness = 0 + ythickness = 0 + + engine "murrine" { + roundness = 0 + } +} + +style "calendar_menu_item" = "calendar" { +# base[NORMAL] = "#c5bfb7" +} + +style "soundfix" +{ +} + +# Wrokaround style for places where the text color is used instead of the fg color. +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +# Workaround style for menus where the text color is used instead of the fg color. +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = "#999999" +} + +# Workaround style for places where the fg color is used instead of the text color. +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +# Style to set the toolbar to use a flat style. This is because the "New" button in +# Evolution is not drawn transparent. So if there is a gradient in the background it will +# look really wrong. +# See http://bugzilla.gnome.org/show_bug.cgi?id=446953. +style "evo_new_button_workaround" { +} + +# Make the XFCE desktop icons text backrounds look prettier (The only change to theme, Code by RAVEfinity Project) +style "xfdesktop-icon-view" { + +XfdesktopIconView::label-alpha = 100 + +base[NORMAL] = "#151515" +base[ACTIVE] = "#7F7C7C" +base[PRELIGHT] = "#7F7C7C" +base[SELECTED] = shade (0.98, @selected_bg_color) + +fg[NORMAL] = @selected_fg_color +fg[SELECTED] = @selected_fg_color +fg[ACTIVE] = @selected_fg_color +} + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# The default style is applied to every widget +class "GtkWidget" style "default" + +class "GtkSeparator" style "wide" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkEntry" style "entry" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "vscale" +class "GtkHScale" style "hscale" +class "GtkScrollbar" style "scrollbar" +class "GtkHScrollbar" style "hscrollbar" +class "GtkVScrollbar" style "vscrollbar" +class "GtkCalendar" style "calendar" +class "GtkInfoBar" style "infobar" + +# General matching follows. The order is choosen so that the right styles override +# each other. EG. progressbar needs to be more important than the menu match. +widget_class "*<GtkNotebook>" style "notebook_bg" +# This is not perfect, it could be done better. +# (That is modify *every* widget in the notebook, and change those back that +# we really don't want changed) +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook_bg" + +widget_class "*<GtkToolbar>*" style "toolbar" +widget_class "*<GtkScrolledWindow>*" style "scrolledwindow" + +widget_class "*<GtkButton>" style "button" +widget_class "*<GtkButton>*<GtkLabel>" style "button" +widget_class "*<GtkToolbar>.*.<GtkButton>*" style "notebook_button" +widget_class "*<GtkNotebook>" style "notebook" +widget_class "*<GtkStatusbar>" style "statusbar" +widget_class "*<GtkSpinButton>*" style "spinbutton" +widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button" +widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button" +widget_class "*<GtkRadioButton>*" style "radiocheck" +widget_class "*<GtkCheckButton>*" style "radiocheck" + +widget_class "*<GtkComboBoxEntry>*" style "comboboxentry" +widget_class "*<GtkCombo>*" style "comboboxentry" + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" +widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item" +widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "menubar_item" + +widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title" +widget_class "*.<GtkTreeView>*" style "treeview" + +widget_class "*<GtkProgress>" style "progressbar" +widget_class "*<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "calendar_menu_item" + +# Treeview headers (and similar stock GTK+ widgets) +widget_class "*.<GtkScrolledWindow>*<GtkTreeView>*" style "treeview_header_scrolled" +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkTreeView>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header" + +# Overlay scrollbar +widget_class "*<OsScrollbar>" style "overlay_scrollbar" +widget_class "*<OsThumb>" style "overlay_scrollbar" + +# The window of the tooltip is called "gtk-tooltip" +################################################################## +# FIXME: +# This will not work if one embeds eg. a button into the tooltip. +# As far as I can tell right now we will need to rework the theme +# quite a bit to get this working correctly. +# (It will involve setting different priorities, etc.) +################################################################## +widget "gtk-tooltip*" style "tooltips" + +########################################################################## +# Following are special cases and workarounds for issues in applications. +########################################################################## + +# Workaround for the evolution ETable (bug #527532) +widget_class "*.ETable.ECanvas" style "treeview_header" +# Workaround for the evolution ETree +widget_class "*.ETree.ECanvas" style "treeview_header" + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "nautilus_location" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that this work around assumes that the combobox is _not_ in appears-as-list mode. +widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround" +# This is the part of the workaround that fixes the menus +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color. +widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround" +# GtkCList also uses the fg color to draw text on top of the base colors. +widget_class "*<GtkCList>" style "fg_is_text_color_workaround" +# Nautilus when renaming files, and maybe other places. +widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround" +# Work around for ubuntu's lucid sound indicator +widget "ido-offscreen-scale" style "soundfix" +# Thickness for indicator menu items +widget "*IdoEntryMenuItem*" style "wide" + +# See the documentation of the style. +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" + +# Makes XFCE desktop icon and text backround tweaks work. +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Includes +#include "apps/banshee.rc" +include "apps/chromium.rc" +include "apps/ff.rc" +include "apps/gnome-terminal.rc" +include "apps/nautilus.rc" +include "apps/gnome-panel.rc" Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/img/arrow-down.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/img/arrow-down.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/img/handle-h.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/img/handle-h.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/img/handle-v.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/img/handle-v.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/img/panel-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/img/panel-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/img/panel-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/img/panel-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/img/panel-button-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/img/panel-button-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/img/panel.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-2.0/img/panel.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/baobab.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/baobab.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/baobab.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/baobab.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,25 @@ + +BaobabWindow GtkGrid { + background-color: @bg_color; +} + +BaobabLocationList GtkGrid { + background-color: transparent; +} + +.baobab-toolbar.toolbar { + border-color: shade (@bg_color, 0.9); + border-style: solid; + border-width: 0 0 1px 0; + border-radius: 0; +} + +.cell.baobab-level-cell, +.cell.baobab-level-cell:hover, +.cell.baobab-level-cell:selected, +.cell.baobab-level-cell:selected:hover { + border-color: alpha (black, 0.06); + border-width: 1px; + border-style: solid; + background-color: @base_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/california.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/california.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/california.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/california.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +CaliforniaViewWeekGrid { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/geary.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/geary.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/geary.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/geary.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +ComposerWidget { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/gedit.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/gedit.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/gedit.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/gedit.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,60 @@ +@define-color notebook_tab_gradient_b shade (@bg_color, 0.98); + +GeditWindow .pane-separator, +GeditWindow .pane-separator:hover { +} + +GeditPanel.title GtkLabel { +} + +GeditDocumentsPanel .view { +} + +GeditDocumentsPanel .view:backdrop { +} + +GeditWindow .notebook { + border-radius: 1px; +} + +GeditPanel .notebook { + border-radius: 1px; +} + +GeditPanel .notebook tab, +GeditWindow .notebook tab { + border-radius: 3px; +} + +GeditViewFrame .gedit-search-slider { + background-color: @base_color; + padding: 6px; + border-color: shade (@notebook_tab_gradient_b, 0.80); + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px 1px; + border-style: solid; +} + +GeditViewFrame .gedit-search-slider .not-found { + color: @error_fg_color; + background-image: none; + background-color: @error_bg_color; +} + +GeditViewFrame .gedit-search-slider .not-found:selected { + background-color: @selected_bg_color; + color: @selected_fg_color; +} + +GeditFileBrowserWidget .toolbar { + background-color: @bg_color; + border: none; + padding-bottom: 3px; +} + +.gedit-search-entry-occurrences-tag { + background-color: transparent; + color: @backdrop_text_color; + margin: 2px; + padding: 2px; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/glade.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/glade.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/glade.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/glade.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,8 @@ + +GladeEditor GtkContainer { + background-color: @bg_color +} + +GladeWindow GtkGrid { + background-color: @bg_color +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/gnome-panel.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/gnome-panel.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/gnome-panel.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/gnome-panel.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,97 @@ +/* Fallback Mode Panel */ +PanelWidget :backdrop, +PanelApplet :backdrop, +PanelToplevel :backdrop, +PanelWidget, +PanelApplet, +PanelToplevel { + border-image: none; + + color: @dark_fg_color; +} + +PanelWidget, +PanelApplet, +PanelToplevel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelApplet { + border-width: 0; +} + +PanelSeparator:backdrop, +PanelSeparator { + border-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + + color: @dark_fg_color; +} + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelApplet > GtkMenuBar.menubar.menuitem, +PanelMenuBar.menubar, +PanelMenuBar.menubar.menuitem { + -PanelMenuBar-icon-visible: true; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelAppletFrame { + background-color: @dark_bg_color; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-width: 0; +} + +PanelApplet .button:backdrop, +PanelApplet .button { + -GtkButton-inner-border: 2; + + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.6); + border-radius: 0; + border-width: 0 1px 0 1px; + + text-shadow: none; +} + +PanelApplet .button:active:prelight:backdrop, +PanelApplet .button:active:prelight, +PanelApplet .button:active:backdrop, +PanelApplet .button:active { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.7)), + to (shade (@dark_bg_color, 0.8))); + border-color: shade (@dark_bg_color, 0.7); +} + +PanelApplet .button:prelight:backdrop, +PanelApplet .button:prelight { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.3)), + to (shade (@dark_bg_color, 1.1))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.8); +} + +ClockBox { + text-shadow: 0 1px shade (@dark_bg_color, 1.08); +} + +WnckPager, WnckTasklist { + background-color: @dark_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/gnome-system-log.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/gnome-system-log.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/gnome-system-log.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/gnome-system-log.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,4 @@ +/* LP: #1045602 */ +LogviewWindow .view.dim-label, .dim-label { + color: @info_fg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/gnome-terminal.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/gnome-terminal.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/gnome-terminal.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/gnome-terminal.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,7 @@ +/* gnome-terminal */ +TerminalScreen { + -TerminalScreen-background-darkness: 0.97; + background-color: #060606; + color: #E8E8E8; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/nautilus.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -0,0 +1,238 @@ +@define-color cluebar_color shade (mix (@bg_color, @base_color, 0.5), 0.95); + +NautilusWindow *, +NemoWindow * { + -GtkPaned-handle-size: 1; +} + +NautilusDesktopWindow GtkWidget { + background-color: @transparent; +} + +.nautilus-canvas-item, +.nemo-canvas-item { + border-radius: 4px; +} + +/* desktop mode */ +.nautilus-desktop.nautilus-canvas-item, +.nemo-desktop.nemo-canvas-item { + color: @bg_color; + text-shadow: 1px 1px alpha (black, 0.8); +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nemo-desktop.nemo-canvas-item:active { + background-image: none; + background-color: alpha (@bg_color, 0.84); + + color: @fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:selected { + background-image: none; + background-color: alpha (@selected_bg_color, 0.84); + + color: @selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:active, +.nemo-desktop.nemo-canvas-item:prelight, +.nemo-desktop.nemo-canvas-item:selected { + text-shadow: none; +} + +/* browser window */ +NautilusTrashBar.info, +NautilusXContentBar.info, +NautilusSearchBar.info, +NautilusQueryEditor.info, +NemoTrashBar.info, +NemoXContentBar.info, +NemoSearchBar.info, +NemoQueryEditor.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.03)), + to (shade (@cluebar_color, 0.92))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); + border-radius: 0; + border-style: solid; + border-width: 0px 0px 1px 0px; +} + +NautilusTrashBar.info:backdrop, +NautilusXContentBar.info:backdrop, +NautilusSearchBar.info:backdrop, +NautilusQueryEditor.info:backdrop, +NemoTrashBar.info:backdrop, +NemoXContentBar.info:backdrop, +NemoSearchBar.info:backdrop, +NemoQueryEditor.info:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.01)), + to (shade (@cluebar_color, 0.96))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); +} + +NautilusSearchBar .entry, +NemoSearchBar .entry { +} + +.nautilus-cluebar-label, +.nemo-cluebar-label { + font: bold; +} + +.nautilus-cluebar-label:backdrop, +.nemo-cluebar-label:backdrop { + color: mix (@fg_color, @cluebar_color, 0.2); +} + +nautilus-search-button *:active, +nautilus-search-button *:active:prelight, +nemo-search-button *:active, +nemo-search-button *:active:prelight { + color: @dark_fg_color; +} + +NautilusFloatingBar, +NemoFloatingBar { + background-color: shade (@cluebar_color, 0.92); +} + +NautilusFloatingBar .button, +NemoFloatingBar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; +} + +/* sidebar */ +NautilusWindow .sidebar, +NautilusWindow .sidebar .view, +NemoWindow .sidebar, +NemoWindow .sidebar .view { + background-color: @cluebar_color; + + color: @fg_color; +} + +NautilusWindow .sidebar .frame, +NemoWindow .sidebar .frame { + border-style: none +} + +NautilusWindow .sidebar:backdrop, +NautilusWindow .sidebar .view:backdrop, +NemoWindow .sidebar:backdrop, +NemoWindow .sidebar .view:backdrop { + background-color: shade (@bg_color, 0.96); + color: mix (@fg_color, shade (@bg_color, 0.95), 0.2); +} + +NautilusWindow .sidebar row:selected, +NemoWindow .sidebar row:selected { + color: @selected_fg_color; +} + +NautilusWindow .sidebar row:selected:backdrop, +NemoWindow .sidebar row:selected:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (shade (@bg_color, 0.95), 0.94)), + to (shade (shade (@bg_color, 0.95), 0.86))); + border-top-color: shade (shade (@bg_color, 0.95), 0.88); + + color: @fg_color; +} + +NautilusWindow .pane-separator, +NemoWindow .pane-separator { + background-color: shade (shade (@bg_color, 0.95), 0.94); + border-color: @dark_bg_color; + border-style: solid; + border-width: 0; + box-shadow: none; +} + +NautilusWindow .pane-separator:backdrop, +NemoWindow .pane-separator:backdrop { + background-color: shade (shade (@bg_color, 0.95), 0.96); +} + +NautilusWindow .toolbar.menubar, +NemoWindow .toolbar.menubar { + -GtkToolbar-button-relief: normal; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.0)), + to (shade (@dark_bg_color, 1.2))); + color: @fg_color; + padding: 3px; + box-shadow: none; +} + +/* for breadcrumbs path bar */ +NautilusWindow .toolbar.menubar .button, +.nemo-pathbar-button, +NemoPathbarButton { + -GtkWidget-focus-line-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.4)), + to (shade (@dark_bg_color, 0.96))); + color: @dark_fg_color; + padding: 6px 6px; + border-width: 1px; + border-style: solid; + border-color: alpha(shade (@dark_bg_color, 0.80), 1.2); + -NemoPathbarButton-border-radius: 3px; +} + +NautilusWindow .toolbar.menubar .button:hover, +NautilusWindow .toolbar.menubar .button:active:hover, +NemoPathbarButton:hover, +NemoPathbarButton:active:hover { + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +NautilusWindow .toolbar.menubar .button:active, +NemoPathbarButton:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@selected_bg_color, 1.32), shade(@dark_bg_color, 1.1), 0.7)), + to (mix (shade (@selected_bg_color, 1.05), shade(@dark_bg_color, 1.18), 0.7))); + + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +.toolbar.menubar .separator { + border-color: shade (@dark_bg_color, 0.96); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* For Places Sidebar diskfull indicators */ + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, .65); + -NemoPlacesTreeView-disk-full-fg-color: shade(@selected_bg_color, 1.0); + -NemoPlacesTreeView-disk-full-bar-width: 1px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 1px; + -NemoPlacesTreeView-disk-full-max-length: 70px; +} + +NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, 2.0); + -NemoPlacesTreeView-disk-full-fg-color: shade(@fg_color, 2.0); +} + +NemoPlacesTreeView:hover { +} + +NemoPlacesTreeView:selected:hover { +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/software-center.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/software-center.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/software-center.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/software-center.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +.action-bar { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/unity.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/unity.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/unity.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/unity.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,131 @@ +/* Decorations */ + +UnityDecoration { + -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-input-extents: 10px; + + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 5px; + -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.78); + -UnityDecoration-active-shadow-radius: 30px; + -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.3); + -UnityDecoration-inactive-shadow-radius: 25px; + + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: rgb (221, 72, 20); + + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration.top { + border: 1px solid rgba (85, 40, 0, 0.04); /* shade (@dark_bg_color) (shade (#edebe6, 1.06) */ + border-bottom-width: 0; + border-radius: 6px 6px 0 0; + padding: 1px 6px 0 6px; + + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 1.065), inset 0 0 transparent; + + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityDecoration.top:backdrop { + border: 1px solid rgba (110, 27, 0, 0.04); /* shade @dark_bg_color - shade (#edebe6, 0.96) */ + border-bottom-width: 0; + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 0.96)), + to (@dark_bg_color)); + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 0.97), inset 0 0 transparent; + + color: #a39e9a; + text-shadow: 1px 0 1px shade (@dark_bg_color, 1.08), -1px 0 1px shade (@dark_bg_color, 1.08), + 0 1px 1px shade (@dark_bg_color, 1.08), 0 -1px 1px shade (@dark_bg_color, 1.08); +} + +UnityDecoration.left, +UnityDecoration.right { + background-color: shade (@bg_color, 0.7); + background-size: 1px 70px; + background-repeat: repeat-x; + + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #A8A8A8), + color-stop (0.5, #A8A8A8), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.left:backdrop, +UnityDecoration.right:backdrop { + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #B5B5B5), + color-stop (0.5, #B5B5B5), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.bottom { + background-image: none; + background-color: shade (@bg_color, 0.7); +} + +/* Panel Style */ + +UnityPanelWidget, +.unity-panel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + border-top-color: shade (#EDEDED, 1.08); + border-style: solid; + border-width: 1px 0 0 0; + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: #A3A3A3; +} + +.unity-panel.menubar, +.unity-panel .menubar { +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 1px 1px 0 1px; + icon-shadow: 0 -1px shade (@dark_bg_color, 1.06); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (shade (@dark_bg_color, 1.02))); +} + +@keyframes playbackmenuitem_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: playbackmenuitem_spinner 1s infinite linear; + color: @selected_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/unity-greeter.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/unity-greeter.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/unity-greeter.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/apps/unity-greeter.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,94 @@ +.lightdm.menu { + background-image: none; + background-color: alpha (black, 0.6); + border-color: alpha (white, 0.2); + border-radius: 4px; + padding: 1px; + + color: white; +} + +.lightdm-combo .menu { + background-color: shade (@dark_bg_color, 1.08); + border-radius: 0px; + padding: 0px; + + color: white; +} + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: white; +} + +.lightdm.menubar { + background-image: none; + background-color: alpha (black, 0.5); +} + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .entry, +.lightdm.button, +.lightdm.entry { + background-image: none; + background-color: alpha (black, 0.3); + border-color: alpha (white, 0.6); + border-radius: 5px; + padding: 7px; + + color: white; + text-shadow: none; +} + +.lightdm.button, +.lightdm.button:hover, +.lightdm.button:active, +.lightdm.button:active:focused, +.lightdm.entry, +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focused { + background-image: none; + border-image: none; +} + +.lightdm.button:focused, +.lightdm.entry:focused { + border-color: alpha (white, 0.9); + border-width: 1px; + border-style: solid; + + color: white; +} + +.lightdm.entry:selected { + background-color: alpha (white, 0.2); +} + +@keyframes dashentry_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; +} + +.lightdm.option-button { + padding: 2px; + background: none; + border: 0; +} + +.lightdm.toggle-button { + background: none; + border-width: 0; +} + +.lightdm.toggle-button.selected { + background-color: alpha (black, 0.3); + border-width: 1px; +} Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/backdrop-radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-active-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-active-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-default-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-default-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-default-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-default-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-default-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-default-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-default.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-default.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-menuitem-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-menuitem-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-arrow-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-arrow-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-arrow.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-arrow.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-button-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-button-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/frame.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/frame.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/notebook-tab-bottom.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/notebook-tab-bottom.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/notebook-tab-left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/notebook-tab-left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/notebook-tab-right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/notebook-tab-right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/notebook-tab-top.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/notebook-tab-top.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/progressbar-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/progressbar-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/progressbar-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/progressbar-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/progressbar-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/progressbar-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/progressbar-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/progressbar-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radiance-entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-horizontal-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-horizontal-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-horizontal-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-horizontal-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-horizontal-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-horizontal-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-vertical-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-vertical-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-vertical-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-vertical-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-vertical-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-vertical-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scale-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scrollbar_handle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scrollbar_handle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scrollbar_handle_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/scrollbar_handle_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-horizontal-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-horizontal-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-horizontal-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-horizontal-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-horizontal-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-horizontal-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-horizontal-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-horizontal-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-horizontal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-horizontal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_prelight_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_prelight_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_vertical_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_vertical_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-vertical-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-vertical-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-vertical-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-vertical-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-vertical-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-vertical-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-vertical-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-vertical-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_vertical_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_vertical_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/slider-vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-button-off-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-button-off-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-button-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-button-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-button-on-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-button-on-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-button-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-button-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-trough-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-trough-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-trough-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-trough-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-trough-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-trough-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-trough-toolbar-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-trough-toolbar-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-trough-toolbar-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/assets/switch-trough-toolbar-on.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1 @@ +@import url("gtk-main.css"); \ No newline at end of file diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-main.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-main.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-main.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-main.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,70 @@ +/*default color scheme */ +@define-color bg_color #F2F2F2; +@define-color fg_color #4C4C4C; +@define-color base_color #ffffff; +@define-color text_color #3C3C3C; +@define-color selected_bg_color #7E5BC5; +@define-color selected_fg_color #ffffff; +@define-color tooltip_bg_color #000000; +@define-color tooltip_fg_color #ffffff; + +/* misc colors used by gtk+ + * + * Gtk doesn't currently expand color variables for style properties. Thus, + * gtk-widgets.css uses literal color names, but includes a comment containing + * the name of the variable. Please remember to change values there as well + * when changing one of the variables below. + */ +@define-color info_fg_color rgb (181, 171, 156); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (173, 120, 41); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (97, 122, 214); +@define-color question_bg_color rgb (138, 173, 212); +@define-color error_fg_color rgb (235, 235, 235); +@define-color error_bg_color rgb (223, 56, 44); +@define-color link_color @selected_bg_color; +@define-color success_color #4e9a06; +@define-color error_color #df382c; + +/* theme common colors */ +@define-color button_bg_color shade (@bg_color, 1.02); /*shade (#cdcdcd, 1.08);*/ +@define-color notebook_button_bg_color shade (@bg_color, 1.02); +@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6); +@define-color dark_bg_color #DFDFDF; +@define-color dark_fg_color @fg_color; + +@define-color backdrop_fg_color mix (@bg_color, @fg_color, 0.8); +@define-color backdrop_text_color mix (@base_color, @text_color, 0.8); +@define-color backdrop_dark_fg_color mix (@dark_bg_color, @dark_fg_color, 0.75); +@define-color backdrop_selected_bg_color shade (@bg_color, 0.92); +@define-color backdrop_selected_fg_color @fg_color; + +@define-color focus_color alpha (@selected_bg_color, 0.5); +@define-color focus_bg_color alpha (@selected_bg_color, 0.1); + +@define-color shadow_color alpha(black, 0.5); + +@define-color osd_fg_color #eeeeec; +@define-color osd_bg_color alpha(#202526, 0.7); +@define-color osd_border_color alpha(black, 0.7); + +@import url("gtk-widgets-borders.css"); +@import url("gtk-widgets-borders-radiance.css"); +@import url("gtk-widgets-assets.css"); +@import url("gtk-widgets-assets-radiance.css"); +@import url("gtk-widgets.css"); +@import url("gtk-widgets-radiance.css"); +@import url("apps/geary.css"); +@import url("apps/unity.css"); +@import url("apps/unity-greeter.css"); +@import url("apps/baobab.css"); +@import url("apps/gedit.css"); +@import url("apps/nautilus.css"); +@import url("apps/gnome-panel.css"); +@import url("apps/gnome-terminal.css"); +@import url("apps/gnome-system-log.css"); +@import url("apps/glade.css"); +@import url("apps/california.css"); +@import url("apps/software-center.css"); +@import url("public-colors.css"); diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-assets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-assets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-assets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-assets.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,562 @@ +/*************** + * Resize grip * + ***************/ + +.grip { + background-color: transparent; + /*background-image: url("assets/resize-grip.svg");*/ +} + +/************************* + * Check and Radio items * + *************************/ + +/* draw regular check and radio items using our SVG assets */ +.check { + -gtk-icon-source: url("assets/check-unselected.png"); +} + +.check:hover { + -gtk-icon-source: url("assets/check-unselected-hover.png"); +} + +.check row, +.check row:selected, +.check row:selected:focus { + -gtk-icon-source: url("assets/check-unselected-alt.png"); +} + +.check row:hover, +.check row:selected:hover, +.check row:selected:focus:hover { + -gtk-icon-source: url("assets/check-unselected-hover-alt.png"); +} + +.check:insensitive { + -gtk-icon-source: url("assets/check-unselected-disabled.png"); +} + +.check row:insensitive { + background-color: transparent; +} + +.check row:insensitive, +.check row:selected:insensitive, +.check row:selected:focus:insensitive { + background-color: transparent; + -gtk-icon-source: url("assets/check-unselected-disabled-alt.png"); +} + +.check:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected.png"); +} + +.check:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover.png"); +} + +.check row:backdrop, +.check row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-alt.png"); +} + +.check row:hover:backdrop, +.check row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover-alt.png"); +} + +.check:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled.png"); +} + +.check row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled-alt.png"); +} + +.check:checked { + -gtk-icon-source: url("assets/check-selected.png"); +} + +.check:checked:hover { + -gtk-icon-source: url("assets/check-selected-hover.png"); +} + +.check row:checked, +.check row:selected:checked, +.check row:selected:focus:checked { + -gtk-icon-source: url("assets/check-selected-alt.png"); +} + +.check row:checked:hover, +.check row:selected:checked:hover, +.check row:selected:checked:focus:hover { + -gtk-icon-source: url("assets/check-selected-hover-alt.png"); +} + +.check:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled.png"); +} + +.check row:checked:insensitive, +.check row:selected:checked:insensitive, +.check row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled-alt.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover.png"); +} + +.check row:checked:backdrop, +.check row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-alt.png"); +} + +.check row:checked:hover:backdrop, +.check row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover-alt.png"); +} + +.check:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled.png"); +} + +.check row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled-alt.png"); +} + +.check:inconsistent { + -gtk-icon-source: url("assets/check-mixed.png"); +} + +.check:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover.png"); +} + +.check row:inconsistent, +.check row:selected:inconsistent, +.check row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/check-mixed-alt.png"); +} + +.check row:inconsistent:hover, +.check row:selected:inconsistent:hover, +.check row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled.png"); +} + +.check row:inconsistent:insensitive, +.check row:selected:inconsistent:insensitive, +.check row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled-alt.png"); +} + +.check:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed.png"); +} + +.check:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover.png"); +} + +.check row:inconsistent:backdrop, +.check row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-alt.png"); +} + +.check row:inconsistent:hover:backdrop, +.check row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled.png"); +} + +.check row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled-alt.png"); +} + +.radio { + -gtk-icon-source: url("assets/radio-unselected.png"); +} + +.radio:hover { + -gtk-icon-source: url("assets/radio-unselected-hover.png"); +} + +.radio row, +.radio row:selected, +.radio row:selected:focus { + -gtk-icon-source: url("assets/radio-unselected-alt.png"); +} + +.radio row:hover, +.radio row:selected:hover, +.radio row:selected:focus:hover { + -gtk-icon-source: url("assets/radio-unselected-hover-alt.png"); +} + +.radio:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled.png"); +} + +.radio row:insensitive { + background-color: transparent; +} + +.radio row:insensitive, +.radio row:selected:insensitive, +.radio row:selected:focus:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled-alt.png"); +} + +.radio:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected.png"); +} + +.radio:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover.png"); +} + +.radio row:backdrop, +.radio row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-alt.png"); +} + +.radio row:hover:backdrop, +.radio row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover-alt.png"); +} + +.radio:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled.png"); +} + +.radio row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled-alt.png"); +} + +.radio:checked { + -gtk-icon-source: url("assets/radio-selected.png"); +} + +.radio:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover.png"); +} + +.radio row:checked, +.radio row:selected:checked, +.radio row:selected:focus:checked { + -gtk-icon-source: url("assets/radio-selected-alt.png"); +} + +.radio row:checked:hover, +.radio row:selected:checked:hover, +.radio row:selected:focus:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled.png"); +} + +.radio row:insensitive, +.radio row:selected:checked:insensitive, +.radio row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled-alt.png"); +} + +.radio:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected.png"); +} + +.radio:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover.png"); +} + +.radio row:checked:backdrop, +.radio row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-alt.png"); +} + +.radio row:checked:hover:backdrop, +.radio row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled.png"); +} + +.radio row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled-alt.png"); +} + +.radio:inconsistent { + -gtk-icon-source: url("assets/radio-mixed.png"); +} + +.radio:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover.png"); +} + +.radio row:inconsistent, +.radio row:selected:inconsistent, +.radio row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover, +.radio row:selected:inconsistent:hover, +.radio row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled.png"); +} + +.radio row:inconsistent:insensitive, +.radio row:selected:inconsistent:insensitive, +.radio row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled-alt.png"); +} + +.radio:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed.png"); +} + +.radio:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover.png"); +} + +.radio row:inconsistent:backdrop, +.radio row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover:backdrop, +.radio row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled.png"); +} + +.radio row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled-alt.png"); +} + +.primary-toolbar .menu .check, +.menubar.toolbar .menu .check, +.header-bar .menu .check, +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .radio, +.menubar.toolbar .menu .radio, +.header-bar .menu .radio, +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .check:checked, +.menubar.toolbar .menu .check:checked, +.header-bar .menu .check:checked, +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:hover, +.menu .check:checked:hover { + -gtk-icon-source: url("assets/check-menuitem.png"); +} + +.primary-toolbar .menu .check:checked:insensitive, +.menubar.toolbar .menu .check:checked:insensitive, +.header-bar .menu .check:checked:insensitive, +.toolbar .menu .check:checked:hover:insensitive, +.menu .check:checked:insensitive, +.menu .check:checked:hover:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive.png"); +} + +.toolbar .menu .radio:checked:hover, +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem.png"); +} + +.primary-toolbar .menu .radio:checked:insensitive, +.menubar.toolbar .menu .radio:checked:insensitive, +.header-bar .menu .radio:checked:insensitive, +.toolbar .menu .radio:checked:hover:insensitive, +.menu .radio:checked:insensitive, +.menu .radio:checked:hover:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive.png"); +} + +.toolbar .menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.toolbar .menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.toolbar .menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} + +/********************* + * GtkScale's slider * + *********************/ +.scale.slider, +.scale.slider.horizontal { + background-image: url("assets/slider-horizontal.png"); +} + +.scale.slider:backdrop, +.scale.slider.horizontal:backdrop { + /*background-image: url("assets/slider-horizontal-disabled.png");*/ +} + +.scale.slider:hover, +.scale.slider.horizontal:hover { + background-image: url("assets/slider-horizontal-hover.png"); +} + +.scale.slider:focused, +.scale.slider.horizontal:focused { + background-image: url("assets/slider-horizontal-focused.png"); +} + +.scale.slider:hover:focused, +.scale.slider.horizontal:hover:focused { + background-image: url("assets/slider-horizontal-focused-hover.png"); +} + +.scale.slider:insensitive, +.scale.slider.horizontal:insensitive { + background-image: url("assets/slider-horizontal-disabled.png"); +} + +.scale.slider:insensitive:backdrop, +.scale.slider.horizontal:insensitive:backdrop { + /*background-image: url("assets/slider-horizontal-backdrop-disabled.png");*/ +} + +.scale.slider.vertical { + background-image: url("assets/slider-vertical.png"); +} + +.scale.slider.vertical:backdrop { + /*background-image: url("assets/slider-vertical-backdrop.png");*/ +} + +.scale.slider.vertical:hover { + background-image: url("assets/slider-vertical-hover.png"); +} + +.scale.slider.vertical:focused { + background-image: url("assets/slider-vertical-focused.png"); +} + +.scale.slider.vertical:hover:focused { + background-image: url("assets/slider-vertical-focused-hover.png"); +} + +.scale.slider.vertical:insensitive { + background-image: url("assets/slider-vertical-disabled.png"); +} + +.scale.slider.vertical:insensitive:backdrop { + /*background-image: url("assets/slider-vertical-backdrop-disabled.png");*/ +} + +/*.scale.scale-has-marks-above.slider.horizontal { + background-image: url("assets/slider-up.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:insensitive { + background-image: url("assets/slider-up-disabled.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop { + background-image: url("assets/slider-up-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-up-backdrop-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical { + background-image: url("assets/slider-left.png"); +} + +.scale.scale-has-marks-above.slider.vertical:insensitive { + background-image: url("assets/slider-left-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop { + background-image: url("assets/slider-left-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-left-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal { + background-image: url("assets/slider-down.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:insensitive { + background-image: url("assets/slider-down-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop { + background-image: url("assets/slider-down-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-down-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical { + background-image: url("assets/slider-right.png"); +} + +.scale.scale-has-marks-below.slider.vertical:insensitive { + background-image: url("assets/slider-right-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop { + background-image: url("assets/slider-right-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-right-backdrop-disabled.png"); +}*/ + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-assets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-assets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-assets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-assets-radiance.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,23 @@ +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-borders.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-borders.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-borders.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-borders.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,313 @@ +/* Borders */ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border: 1px solid #2e2e2c; + border-bottom-width: 0px; + border-radius: 4px 4px 0 0; +} + +/********* + * entry * + *********/ +.entry { + border-radius: 8px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.entry { + border-image: url("assets/entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:backdrop { + border-image: url("assets/backdrop-entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:focus { + border-image: url("assets/entry-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive { + border-image: url("assets/entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive:backdrop { + border-image: url("assets/backdrop-entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + border-radius: 8px; + border-width: 0; +} + +/****************** + * combobox entry * + ******************/ +GtkComboBox.combobox-entry .entry:first-child, +GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 1px 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +GtkComboBox.combobox-entry .entry:last-child, +GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +GtkComboBox.combobox-entry .button { + border-image: url("assets/combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:backdrop { + border-image: url("assets/backdrop-combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive { + border-image: url("assets/combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive:backdrop { + border-image: url("assets/backdrop-combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:active:focus { + border-image: url("assets/combobox-button-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:first-child, +.primary-toolbar GtkComboBox.combobox-entry .button:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:first-child, +.header-bar GtkComboBox.combobox-entry .entry:first-child, +.header-bar GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:last-child, +.primary-toolbar GtkComboBox.combobox-entry .button:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:last-child, +.header-bar GtkComboBox.combobox-entry .entry:last-child, +.header-bar GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +.notebook tab.top:active { + border-image: url("assets/notebook-tab-top.png") 8 10 1 10 / 8px 10px 1px 10px stretch; +} + +.notebook tab.right:active { + border-image: url("assets/notebook-tab-right.png") 10 8 10 1 / 10px 8px 10px 1px stretch; +} + +.notebook tab.bottom:active { + border-image: url("assets/notebook-tab-bottom.png") 1 10 8 10 / 1px 10px 8px 10px stretch; +} + +.notebook tab.left:active { + border-image: url("assets/notebook-tab-left.png") 10 1 10 8 / 10px 1px 10px 8px stretch; +} + +/* unfocused window: generic element borders */ +.button:backdrop, +GtkComboBox.combobox-entry .entry:backdrop, +GtkComboBox.combobox-entry .button:backdrop, +.entry:backdrop, +GtkSwitch.trough:backdrop, +.trough:backdrop { +} + +.trough, +.trough.highlight { + border-radius: 4px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.trough { + border-image: url("assets/progressbar-horizontal-trough.png") 6 7 6 7 / 6px 7px 6px 7px stretch; +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +.trough row { +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +GtkSwitch.trough { + border-image: url("assets/switch-trough-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.trough:active { + border-image: url("assets/switch-trough-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough, +.menubar.toolbar GtkSwitch.trough, +.header-bar GtkSwitch.trough { + border-image: url("assets/switch-trough-toolbar-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough:active, +.menubar.toolbar GtkSwitch.trough:active, +.header-bar GtkSwitch.trough:active { + border-image: url("assets/switch-trough-toolbar-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:active:backdrop, +GtkSwitch.trough:insensitive, +GtkSwitch.trough:active:insensitive { + border-image: url("assets/switch-trough-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.slider { + border-image: url("assets/switch-button-off.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +GtkSwitch.slider:active { + border-image: url("assets/switch-button-on.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:backdrop, +GtkSwitch.slider:insensitive { + border-image: url("assets/switch-button-off-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:active:backdrop, +GtkSwitch.slider:active:insensitive { + border-image: url("assets/switch-button-on-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-image: url("assets/progressbar-horizontal-fill.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical { + border-image: url("assets/progressbar-vertical-fill.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop { + border-image: url("assets/progressbar-horizontal-fill-backdrop.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical:backdrop { + border-image: url("assets/progressbar-vertical-fill-backdrop.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.scale.trough { + border-image: url("assets/scale-horizontal-trough.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:insensitive { + border-image: url("assets/scale-horizontal-trough-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:backdrop { + border-image: url("assets/scale-horizontal-trough-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical { + border-image: url("assets/scale-vertical-trough.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.vertical:insensitive { + border-image: url("assets/scale-vertical-trough-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left { + border-image: url("assets/scale-horizontal-fill.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical:backdrop { + border-image: url("assets/scale-vertical-trough-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left:insensitive { + border-image: url("assets/scale-horizontal-fill-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.left:backdrop { + border-image: url("assets/scale-horizontal-fill-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.bottom.vertical { + border-image: url("assets/scale-vertical-fill.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:insensitive { + border-image: url("assets/scale-vertical-fill-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:backdrop { + border-image: url("assets/scale-vertical-fill-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-borders-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-borders-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-borders-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-borders-radiance.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,38 @@ + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/radiance-entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/radiance-entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/radiance-combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/radiance-combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/radiance-combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border-color: #b8ab9c; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets.css 2015-08-19 22:31:55.000000000 +0000 @@ -0,0 +1,2126 @@ +* { + -GtkArrow-arrow-scaling: 0.6; + -GtkButton-child-displacement-x: 1; + -GtkButton-child-displacement-y: 1; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-interior-focus: true; + -GtkButton-inner-border: 3; + -GtkCheckButton-indicator-size: 18; + -GtkCheckMenuItem-indicator-size: 16; + -GtkEntry-inner-border: 2; + -GtkEntry-progress-border: 0; + -GtkExpander-expander-size: 8; + -GtkHTML-link-color: #9D7EDA; /* @link_color */ + -GtkIMHtml-hyperlink-color: #9D7EDA; /* @link_color */ + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 5px; + -GtkMenuBar-internal-padding: 0; + -GtkMenuItem-arrow-scaling: 0.6; + -GtkNotebook-tab-overlap: 1; + -GtkPaned-handle-size: 6; + -GtkProgressBar-min-horizontal-bar-height: 14; + -GtkProgressBar-min-vertical-bar-width: 14; + -GtkRange-trough-border: 0; + -GtkRange-slider-width: 14; + -GtkRange-stepper-size: 13; + -GtkRange-trough-under-steppers: 1; + -GtkRange-stepper-spacing: 0; + -GtkScale-trough-border: 0; + -GtkScrollbar-activate-slider: 1; + -GtkScrollbar-trough-border: 0; + -GtkScrollbar-min-slider-length: 31; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkSeparatorMenuItem-horizontal-padding: 0; + -GtkStatusbar-shadow-type: none; + -GtkTextView-error-underline-color: #df382c; /* @error_color */ + -GtkToolButton-icon-spacing: 6; + -GtkToolItemGroup-expander-size: 11; + -GtkToolbar-internal-padding: 0; + -GtkTreeView-expander-size: 8; + -GtkTreeView-vertical-separator: 0; + -GtkWidget-separator-width: 2; + -GtkWidget-separator-height: 2; + -GtkWidget-link-color: #9D7EDA; /* @link_color */ + -GtkWidget-visited-link-color: #9D7EDA; /* @link_color */ + -GtkWindow-resize-grip-width: 0; + -GtkWindow-resize-grip-height: 0; + -WnckTasklist-fade-overlay-rect: 0; + + background-origin: border-box; + background-clip: padding-box; +} + +.background { + color: @fg_color; + background-color: @bg_color; +} + +.background:backdrop { + color: @backdrop_fg_color; +} + +/* LP: #1285783 */ +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; +} + +GtkPaned { + background-color: @bg_color; +} + +/* Background hack to make DejaDup Assistant windows not turn black when + * overlay scrollbars are enabled. + */ +Assistant GtkEventBox { + background-color: @bg_color; +} + +/* ... and for Evolution's mail preferences window */ +EPreferencesWindow GtkNotebook GtkAlignment GtkVBox { + background-color: @bg_color; +} + +/************* + * assistant * + *************/ +GtkAssistant .sidebar .highlight { + color: @fg_color; + font: bold; +} + +GtkAssistant .sidebar { + background-color: shade (@bg_color, 0.97); + border-right-color: shade (@bg_color, 0.8); + border-radius: 0; + border-style: solid; + border-width: 0 1px 0 0; + padding: 12px; + + color: mix (@fg_color, @bg_color, 0.40); + text-shadow: 0 1px shade (@bg_color, 1.04); + + box-shadow: inset -1px 0 shade (@bg_color, 0.94); +} + +/********** + * button * + **********/ +.button { + padding: 5px 6px; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + + border: 1px solid transparent; + border-radius: 8px; + border-image-source: url("assets/button.png"); + + /* all button border images have the same size and are sliced in the same way */ + border-image-width: 10px 12px 10px 12px; + border-image-slice: 10 12 10 12; + border-image-repeat: stretch; +} + +.button.flat { + background-image: none; + border-image-source: none; +} + +.button:backdrop { + background-image: none; + background-color: @bg_color; + border-image-source: url("assets/backdrop-button.png"); + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +.button.flat:backdrop { + border-image-source: none; +} + +.button:focus { + border-image-source: url("assets/button-focused.png"); +} + +.button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.12)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.96))); + border-image-source: url("assets/button-hover.png"); +} + +.button:hover:backdrop { + background-color: shade (@bg_color, 1.04); + border-image-source: url("assets/backdrop-button-hover.png"); +} + +.button:hover:focus { + border-image-source: url("assets/button-focused-hover.png"); +} + +.button:insensitive { + background-image: none; + background-color: mix (#ebebeb, @bg_color, 0.5); + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + border-image-source: url("assets/button-disabled.png"); +} + +.button:insensitive:backdrop { + background-color: #ebebeb; + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); + border-image-source: url("assets/backdrop-button-disabled.png"); +} + +.button.flat:insensitive, +.button.flat:insensitive:backdrop { + background-color: transparent; + border-image-source: none; +} + +.button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + border-image-source: url("assets/button-active.png"); +} + +.button:checked:focus { + border-image-source: url("assets/button-active-focused.png"); +} + +.button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#dcdcdc), + to (#f3f3f3)); + border-image-source: url("assets/button-active-hover.png"); +} + +.button:active:focus { + border-image-source: url("assets/button-active-focused-hover.png"); +} + +.button:active:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#e3e3e3), + to (#f3f3f3)); + border-image-source: url("assets/button-active-disabled.png"); +} + +.button:checked:backdrop { + border-image-source: url("assets/backdrop-button-active.png"); +} + +.button:active:backdrop { + border-image-source: url("assets/backdrop-button-active-hover.png"); +} + +.button:checked:insensitive:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (#e3e3e3, @bg_color, 0.5)), + to (mix (#f3f3f3, @bg_color, 0.5))); + border-image-source: url("assets/backdrop-button-active-disabled.png"); +} + +.button.default { + border-image-source: url("assets/button-default.png"); +} + +.button.default:hover { + border-image-source: url("assets/button-default-hover.png"); +} + +.button.default:focus { + border-image-source: url("assets/button-default-focused.png"); +} + +.button.default:focus:hover { + border-image-source: url("assets/button-default-focused-hover.png"); +} + +/****************** + * Linked Widgets * + *****************/ +.linked > .entry, +.linked > .button, +.linked > GtkComboBox > .button { + border-radius: 0; + border-image-width: 10px 0 10px 0; + border-width: 1px 0 1px 0; + box-shadow: inset -1px 0 shade (@bg_color, 0.84); +} + +.linked > .entry:first-child, +.linked > .button:first-child, +.linked > GtkComboBox:first-child > .button { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; +} + +.linked > .entry:last-child, +.linked > .button:last-child, +.linked > GtkComboBox:last-child > .button { + border-image-width: 10px 12px 10px 0; + border-radius: 0 8px 8px 0; + box-shadow: none; +} + +.linked > .entry:only-child, +.linked > .button:only-child, +.linked > GtkComboBox:only-child > .button { + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +.primary-toolbar .linked .button, +.header-bar .linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.header-bar .linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.header-bar .linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4) +} + +.primary-toolbar .linked .button:active, +.header-bar .linked .button:active, +.primary-toolbar .linked .button:insensitive, +.header-bar .linked .button:insensitive { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:only-child, +.header-bar .linked .button:only-child { + box-shadow: none; +} + +/**************** + * cell and row * + ****************/ +.cell { + -GtkCheckButton-indicator-size: 16; + + background-color: @base_color; + border-radius: 0; + border-width: 0; +} + +row:selected { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@selected_bg_color, 1.06)), + to (shade (@selected_bg_color, 0.94))); + border-top-color: shade (@selected_bg_color, 0.88); + border-style: solid; + border-width: 1px 0 0 0; + + color: @selected_fg_color; +} + +row:selected:backdrop { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@backdrop_selected_bg_color, 1.06)), + to (shade (@backdrop_selected_bg_color, 0.94))); + border-top-color: shade (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + +/******************* + * check and radio * + *******************/ + +/* Draw a focus ring around the contained label ... */ +GtkCheckButton.text-button GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +GtkCheckButton.text-button:focus GtkLabel { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +/* ... unless it's a proper button, which already has a focus-colored border */ +.button.text-button:focus GtkLabel { + border: none; + background: none; +} + +.menu .radio * { + box-shadow: none; +} + +/***************** + * column-header * + *****************/ +column-header .button, +column-header .button:active { + border-radius: 0; + border-width: 0 1px 1px 0; + border-image: none; +} + +column-header .button { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.06)), + to (shade (@bg_color, 1.04))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); + + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.4); +} + +column-header .button:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.02))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.94)), + to (shade (@bg_color, 0.88))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.03), + inset 0 -1px shade (@bg_color, 1.03); +} + +column-header .button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.13)), + to (shade (@bg_color, 1.08))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + +column-header .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.1)), + to (shade (@bg_color, 1.06))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + + +column-header:nth-child(last) .button { + border-width: 0 0 1px 0; +} + +/**************** + * Content view * + ****************/ +.content-view.view { + background-color: shade (@bg_color, 1.01); +} + +.content-view.view:prelight { + background-color: shade (@bg_color, 1.03); +} + +.view:selected, +.view:active, +.content-view.view:selected, +.content-view.view:active { + background-color: @selected_bg_color; +} + +.content-view.view:insensitive { + background-color: @bg_color; +} + +.content-view.view:backdrop { + background-color: @bg_color; +} + +.content-view.view:selected:backdrop { + background-color: @backdrop_selected_bg_color; +} + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; +} + +/********* + * entry * + *********/ +.entry { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@base_color, 0.96)), + to (@base_color)); + padding: 5px 7px; + + color: @text_color; +} + +.entry:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@base_color, 0.96), @bg_color, 0.5)), + to (mix (@base_color, @bg_color, 0.5))); + color: @backdrop_text_color; +} + +.entry:selected, +.entry:selected:focused { + background-color: @selected_bg_color; + + color: @selected_fg_color; +} + +.entry:insensitive { + background-color: #f5f5f5; + background-image: none; + + color: mix (@text_color, @base_color, 0.4); +} + +.entry:insensitive:backdrop { + background-color: mix (#f5f5f5, @bg_color, 0.5); + + color: mix (@text_color, @base_color, 0.4); +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.8)), + color-stop (0.1, shade (@selected_bg_color, 0.9)), + to (shade (@selected_bg_color, 1.1))); + border-width: 0; + + color: @selected_fg_color; +} + +/************ + * expander * + ************/ +.expander { + color: @fg_color; +} + +/********* + * frame * + *********/ +.frame { + border-radius: 3px; + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.82); + border-image: none; + background: none; +} + +.frame.flat { + border: none; +} + +/**************** + * window-frame * + ****************/ + +.window-frame.csd.popup { + border-style: none; + border-radius: 0; + box-shadow: 0 3px 8px @shadow_color; +} + +.window-frame { + border: none; + border-radius: 2px 2px 0 0; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), + 0 6px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); + + /* this is used for the resize cursor area */ + margin: 15px; +} + +.window-frame:backdrop { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.12); +} + +.window-frame.tiled { + border-radius: 0; +} + +.window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: none; +} + +.window-frame.csd.message-dialog { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), + 0 3px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); +} + +/******* + * CSD * + *******/ +.titlebar { + border-radius: 0px; + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +.tiled .titlebar { + border-radius: 0; +} + +.maximized .titlebar { + border-radius: 0; +} + +/* this is the default titlebar that is added by GTK + * when client-side decorations are in use and the application + * does not set a custom titlebar. + */ +.titlebar.default-decoration { + border: none; + box-shadow: none; +} + +.titlebar .title { + font: bold; +} + +.titlebar:backdrop { + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + background-color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +/************ + * iconview * + ************/ +.view { + background-color: @base_color; + color: @text_color; +} + +GtkIconView.view.cell:selected, +GtkIconView.view.cell:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.0)), + to (shade (@selected_bg_color, 0.9))); + border-radius: 5px; + border-style: solid; + border-width: 1px; + border-color: shade (@selected_bg_color, 0.8); + border-bottom-color: shade (@selected_bg_color, 0.7); + + color: @selected_fg_color; + + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.05), + inset -1px 0 shade (@selected_bg_color, 1.05), + inset 0 1px shade (@selected_bg_color, 1.08), + inset 0 -1px shade (@selected_bg_color, 1.0); +} + +.rubberband { + background-color: alpha (@selected_bg_color, 0.35); + border-color: @selected_bg_color; + border-radius: 0; + border-style: solid; + border-width: 1px; +} + +GtkIconView.cell { + background-color: transparent; +} + +/*********** + * infobar * + ***********/ +.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@info_bg_color, 1.04)), + to (shade (@info_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @info_fg_color; + + border-color: shade (@info_bg_color, 0.8); + border-bottom-color: shade (@info_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@info_bg_color, 1.08), + inset -1px 0 shade (@info_bg_color, 1.08), + inset 0 1px shade (@info_bg_color, 1.1), + inset 0 -1px shade (@info_bg_color, 1.04); +} + +.warning { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@warning_bg_color, 1.04)), + to (shade (@warning_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @warning_fg_color; + + border-color: shade (@warning_bg_color, 0.8); + border-bottom-color: shade (@warning_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@warning_bg_color, 1.08), + inset -1px 0 shade (@warning_bg_color, 1.08), + inset 0 1px shade (@warning_bg_color, 1.1), + inset 0 -1px shade (@warning_bg_color, 1.04); +} + +.question { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@question_bg_color, 1.04)), + to (shade (@question_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @question_fg_color; + + border-color: shade (@question_bg_color, 0.8); + border-bottom-color: shade (@question_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@question_bg_color, 1.08), + inset -1px 0 shade (@question_bg_color, 1.08), + inset 0 1px shade (@question_bg_color, 1.1), + inset 0 -1px shade (@question_bg_color, 1.04); +} + +.error { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@error_bg_color, 1.04)), + to (shade (@error_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @error_fg_color; + + border-color: shade (@error_bg_color, 0.8); + border-bottom-color: shade (@error_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@error_bg_color, 1.08), + inset -1px 0 shade (@error_bg_color, 1.08), + inset 0 1px shade (@error_bg_color, 1.1), + inset 0 -1px shade (@error_bg_color, 1.04); +} + +/******** + * menu * + ********/ +GtkTreeMenu.menu, +.toolbar .header-bar .menu, +GtkMenuToolButton.menu, +.primary-toolbar .button .menu, +.header-bar .button .menu, +.menu { + background-image: none; + background-color: shade (@dark_bg_color, 1.08); + border-bottom-color: shade (@dark_bg_color, 0.96); + border-left-color: shade (@dark_bg_color, 0.8); + border-right-color: shade (@dark_bg_color, 0.8); + border-top-color: shade (@dark_bg_color, 0.96); + padding: 0; + border-width: 1px; + border-style: solid; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.18), + inset 0 -1px shade (@dark_bg_color, 1.18), + inset -1px 0 shade (@dark_bg_color, 1.16), + inset 1px 0 shade (@dark_bg_color, 1.18); + + margin: 1px; +} + +.toolbar .menu, +GtkComboBox .menu { + background-image: none; + background-color: @bg_color; + border-bottom-color: shade (@bg_color, 0.66); + border-left-color: shade (@bg_color, 0.7); + border-right-color: shade (@bg_color, 0.7); + border-top-color: shade (@bg_color, 0.8); + border-style: solid; + padding: 0; + + color: @fg_color; + + box-shadow: inset -1px 0 shade (@bg_color, 1.18), + inset 1px 0 shade (@bg_color, 1.18), + inset 0 1px shade (@bg_color, 1.18); +} + +.menu:selected { + background-color: @selected_bg_color; +} + +.menu.button:hover, +.menu.button:checked, +.menu.button:checked:insensitive, +.menu.button:insensitive, +.menu.button +{ + background-color: shade (@dark_bg_color, 1.08); + background-image: none; + border-radius: 0; + border-style: none; + border-width: 1px; +} + +.context-menu { + font: regular medium; +} + +/*********** + * menubar * + ***********/ +.menubar { + -GtkWidget-window-dragging: true; + + background-color: @dark_bg_color; + background-image: none; + border-width: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.menubar:backdrop { + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.8); +} + +/*************** + * menubaritem * + ***************/ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.38)), + to (shade (@dark_bg_color, 1.11))); + + box-shadow: inset 0 1px 1px 0 shade (@dark_bg_color, 1.8); + + color: shade (@dark_fg_color, 1.1); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +/************ + * menuitem * + ************/ +.menuitem { + -GtkMenuItem-horizontal-padding: 0; + background: transparent; + border-radius: 0; + padding: 3px 5px 3px 5px; + + text-shadow: none; +} + +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { +} + +GtkComboBox .menuitem *:hover { + color: @selected_fg_color; +} + +.popover .menuitem:checked:hover, +.menuitem:hover, +.menu .menuitem:hover { + border-radius: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.1)), + to (shade (@selected_bg_color, 0.9))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.7)), + to (shade (@selected_bg_color, 0.7))) 1; + border-image-width: 1px; + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.02), + inset -1px 0 shade (@selected_bg_color, 1.02), + inset 0 1px shade (@selected_bg_color, 1.16), + inset 0 -1px shade (@selected_bg_color, 0.96); + + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem.check:checked, +.menuitem.radio:checked { + color: @fg_color; +} + +.menu .menuitem.check:hover, +.menu .menuitem.radio:hover { + box-shadow: none; +} + +GtkTreeMenu.menu .menuitem:insensitive, +GtkTreeMenu.menu .menuitem *:insensitive, +.toolbar .header-bar .menu .menuitem:insensitive, +.toolbar .header-bar .menu .menuitem *:insensitive, +GtkMenuToolButton.menu .menuitem:insensitive, +GtkMenuToolButton.menu .menuitem *:insensitive, +.primary-toolbar .button .menu .menuitem:insensitive, +.primary-toolbar .button .menu .menuitem *:insensitive, +.header-bar .button .menu .menuitem:insensitive, +.header-bar .button .menu .menuitem *:insensitive, +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@dark_fg_color, @dark_bg_color, 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.toolbar .menu .menuitem:insensitive, +.toolbar .menu .menuitem *:insensitive, +GtkComboBox .menu .menuitem:insensitive, +GtkComboBox .menu .menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +.menuitem GtkCalendar, +.menuitem GtkCalendar.button, +.menuitem GtkCalendar.header, +.menuitem GtkCalendar.view { + background-color: @dark_bg_color; + background-image: none; + border-radius: 0; + border-style: solid; + border-width: 0; + padding: 0; + + color: @dark_fg_color; +} + +.menuitem GtkCalendar { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; +} + +.menuitem GtkCalendar:inconsistent { + color: shade (@bg_color, 0.6); +} + +.menuitem .entry { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; + + color: @dark_fg_color; + + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 0.9))) 1; + border-image-width: 1px; +} + +.primary-toolbar GtkScale.trough, +.primary-toolbar GtkScale.trough:backdrop, +.header-bar GtkScale.trough, +.header-bar GtkScale.trough:backdrop, +.menuitem GtkScale.trough { + background-color: @dark_bg_color; + background-image: none; + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 1.15))) 1; + border-image-width: 1px; +} + +.menuitem .accelerator { + color: alpha (@dark_fg_color, 0.5); +} + +.menuitem .accelerator:hover { + color: alpha (@selected_fg_color, 0.8); +} + +.menuitem .accelerator:insensitive { + color: alpha (mix (@dark_fg_color, @dark_bg_color, 0.5), 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.menuitem > GtkBox > GtkImage + GtkLabel { + padding-left: 6px; +} + +/************ + * notebook * + ************/ +.notebook tab.top { padding: 4px 6px 2px 6px; } +.notebook tab.top:active { padding-bottom: 3px; } +.notebook tab.bottom { padding: 2px 6px 4px 6px; } +.notebook tab.bottom:active { padding-top: 3px; } +.notebook tab.left { padding: 2px 4px 2px 6px; } +.notebook tab.left:active { padding-right: 5px; } +.notebook tab.right { padding: 2px 6px 2px 4px; } +.notebook tab.right:active { padding-left: 5px; } + +/* give active tab a background, as it might be dragged across of others when reordering */ +.notebook tab:active { + background-color: @bg_color; +} + +.notebook.header { + border-width: 0; /* set below depending on position of tab bar */ + border-color: shade (@bg_color, 0.82); + border-style: solid; +} + +/* Draw a border between tabs and content ... */ +.notebook.header.top { border-bottom-width: 1px; } +.notebook.header.right { border-left-width: 1px; } +.notebook.header.left { border-right-width: 1px; } +.notebook.header.bottom { border-top-width: 1px; } + +/* ... unless the content is in a frame (thus having a border itself */ +.notebook.header.frame.top { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.bottom { border: none; } + +.notebook tab.top { + border-image: -gtk-gradient (linear, left top, left bottom, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +.notebook tab.right { + border-image: -gtk-gradient (linear, right top, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.left { + border-image: -gtk-gradient (linear, left top, right top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.bottom { + border-image: -gtk-gradient (linear, left bottom, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +/* Draw a focus ring around labels in tabs */ +.notebook tab GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +.notebook:focus tab GtkLabel.active-page { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +.notebook GtkDrawingArea { + background-color: shade (@bg_color, 1.02); +} + +/****************** + * pane separator * + ******************/ +.sidebar .pane-separator, +.pane-separator { + background-color: transparent; + border-color: shade (@bg_color, 0.84); +} + +/************************* + * progressbar and scale * + *************************/ +GtkScale, +GtkProgressBar { + border-radius: 8px; + border-width: 0px; + padding: 1px; +} + +.scale.trough { + margin: 7px 0 6px 0; +} + +.scale.trough.vertical { + margin: 0 7px 0 6px; +} + +.menubar .menuitem .scale.highlight.left, +.scale.highlight.left, +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #7339B9; + border-style: solid; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop, +.scale.highlight.bottom:backdrop, +.progressbar.vertical:backdrop { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #b0b0b0; +} + +.scale.highlight.left:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.scale.highlight.bottom:insensitive { + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.trough, +.trough row, +.trough row:hover, +.trough row:selected, +.trough row:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#d1d1d1), + to (#e8e8e8)); + border-style: solid; + border-width: 1px; + + color: @text_color; +} + +.trough.vertical { + background-image: -gtk-gradient (linear, left top, right top, + from (#d1d1d1), + to (#e8e8e8)); +} + +/* level bars as used for password quality or remaining power */ + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; +} + +GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; +} + +.level-bar.trough { + padding: 2px; +} + +.level-bar.fill-block { + border-width: 1px; + border-style: solid; + + border-color: @selected_bg_color; + background-color: #7339B9; +} + +.level-bar.indicator-continuous.fill-block { + padding: 2px; + border-radius: 2px; +} + +.level-bar.fill-block:backdrop, +.level-bar.fill-block.level-high:backdrop, +.level-bar.fill-block.level-low:backdrop { + background-color: #b0b0b0; + border-color: #b0b0b0; + background-image: none; +} + + +.level-bar.indicator-discrete.fill-block.horizontal { + margin: 0 1px; +} + +.level-bar.indicator-discrete.fill-block.vertical { + margin: 1px 0; +} + +.level-bar.fill-block.level-high { + border-color: shade(@success_color, 0.85); + background-image: linear-gradient(to bottom, + shade(@success_color, 1.2), + @success_color 75%, + shade(@success_color, 0.95) + ); +} + +.level-bar.fill-block.level-low { + border-color: shade(@warning_bg_color, 0.80); + background-image: linear-gradient(to bottom, + shade(@warning_bg_color, 1.3), + @warning_bg_color 75%, + shade(@warning_bg_color, 0.90) + ); +} + +.level-bar.fill-block.empty-fill-block { + background-color: transparent; + background-image: none; + border-color: alpha(@bg_color, 0.1); +} + +.level-bar.fill-block.empty-fill-block:backdrop { + border-color: transparent; + background-color: transparent; +} + +GtkScale { + -GtkRange-slider-width: 18; + -GtkRange-trough-border: 0; + -GtkScale-slider-length: 14; +} + +GtkScale.vertical { + -GtkScale-slider-length: 13; +} + +.scale.trough.highlight { + background-color: #7339B9; + background-image: none; + background-clip: content-box; +} + +.scale.trough.highlight:insensitive { + background-color: #b5b5b5; + background-image: none; +} + +.scale.trough.highlight.left { + margin: 7px 0 7px 0; +} + +.scale.trough.highlight:backdrop { + background-color: #dcdcdc; + background-image: none; +} + +.scale.trough.highlight.bottom { + margin: 0 7px 0 7px; +} + +GtkScale.mark { + border-color: shade (@bg_color, 0.8); +} + +/************* + * scrollbar * + *************/ +.scrollbar, +.scrollbar.vertical { + -GtkScrollbar-has-backward-stepper: 0; + -GtkScrollbar-has-forward-stepper: 0; + -GtkRange-slider-width: 14; + + border-radius: 20px; + + border-image: none; +} + +.scrollbar.trough, +.scrollbar.trough.vertical { + border-color: shade (@bg_color, 0.8); +} + +.scrollbar.slider, +.scrollbar.slider:hover, +.scrollbar.button, +.scrollbar.slider.vertical, +.scrollbar.slider.vertical:hover, +.scrollbar.button.vertical { + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.86); + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.01), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); +} + +.scrollbar.slider.horizontal, +.scrollbar.slider.horizontal:hover, +.scrollbar.button.horizontal { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.1), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.01); +} + +/* overlay scrollbar */ +OsThumb { + color: shade (@fg_color, 1.6); +} + +OsThumb:selected, +GtkScrollbar:selected { + background-color: @selected_bg_color; +} + +OsThumb:active, +GtkScrollbar:active { + background-color: shade (@bg_color, 0.6); +} + +OsThumb:insensitive, +GtkScrollbar:insensitive { + background-color: shade (@bg_color, 0.85); +} + +/******************* + * scrolled window * + *******************/ +.ubuntu-online-accounts.frame, +GtkScrolledWindow.frame { + border-top-color: shade (@bg_color, 0.84); + border-right-color: shade (@bg_color, 0.76); + border-bottom-color: shade (@bg_color, 0.86); + border-left-color: shade (@bg_color, 0.76); + border-radius: 0; + border-style: solid; +} + +.ubuntu-online-accounts.frame { + border-top-width: 0; +} + +/************* + * separator * + *************/ +.separator { + border-width: 1px; + border-style: solid; + border-image: none; + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +GtkTreeView.view.separator, +GtkTreeView.separator, +.separator, +.separator:hover { + color: shade (@bg_color, 0.92); +} + +.separator.horizontal { + border-width: 1px 0 1px 0; +} + +.separator.vertical { + border-width: 0 1px 0 1px; +} + +GtkComboBox .separator { + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +.button .separator, +.button.separator { + border-color: shade (@button_bg_color, 0.9); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +.button .separator:insensitive, +.button.separator:insensitive { + border-color: shade (@button_insensitive_bg_color, 0.96); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.3); + border-right-color: alpha (shade (@bg_color, 1.26), 0.3); +} + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + border: none; + color: @dark_bg_color; +} + +GtkTreeMenu .menuitem.separator, +.toolbar .header-bar .menuitem.separator, +GtkMenuToolButton .menuitem.separator, +.primary-toolbar .button .menuitem.separator, +.header-bar .button .menuitem.separator, +.menuitem.separator { + border-color: shade (@dark_bg_color, 0.99); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +.toolbar .menuitem.separator, +GtkComboBox .menuitem.separator { + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +/*********** + * sidebar * + ***********/ +.sidebar row:selected { + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +.sidebar .frame { + border-width: 0; +} + +/************** + * spinbutton * + **************/ +.spinbutton.button:active, +.spinbutton.button:insensitive, +.spinbutton.button { + border-radius: 0; +} + +.spinbutton.button:active:nth-child(last), +.spinbutton.button:insensitive:nth-child(last) +.spinbutton.button:nth-child(last), +.spinbutton.button:active:backdrop:nth-child(last), +.spinbutton.button:insensitive:backdrop:nth-child(last), +.spinbutton.button:backdrop:nth-child(last) { + border-radius: 0 7px 7px 0; +} + +.spinbutton.button, +.spinbutton.button:active, +.spinbutton.button:backdrop, +.spinbutton.button:active:backdrop, +.spinbutton.button:hover, +.spinbutton.button:hover:backdrop { + background-image: none; + background-color: transparent; + border-image: none; + border-width: 0 0 0 1px; + border-left-color: alpha (shade (@bg_color, 0.6), 0.22); +} + +.spinbutton.button:active { + background-image: -gtk-gradient (radial, center center, 0.0, center center, 0.5, + from (alpha (@selected_bg_color, 0.2)), + to (alpha (@selected_bg_color, 0.0))); +} + +.spinbutton.button:insensitive, +.spinbutton.button:insensitive:backdrop { + border-left-color: alpha (shade (@bg_color, 0.6), 0.18); + + color: shade (@bg_color, 0.66); +} + +.spinbutton, +.spinbutton:hover { + color: @fg_color; +} + +/*********** + * spinner * + ***********/ +@keyframes spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.spinner { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + color: @selected_bg_color; + opacity: 0; +} + +.spinner:active { + animation: spinner 1s infinite linear; + opacity: 1; +} + +.spinner:active:backdrop { + color: @backdrop_fg_color; +} + +.spinner:active:insensitive { + opacity: 0.5; +} + +/************* + * statusbar * + *************/ +GtkStatusbar { +} + +/********** + * switch * + **********/ +GtkSwitch { + border-radius: 8px; + padding: 0; +} + +GtkSwitch.trough { + border-radius: 8px; + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.trough:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.93)), + to (shade (@selected_bg_color, 0.99))); + + color: @selected_fg_color; + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +GtkSwitch:focus { + outline: 2px solid @focus_color; + outline-offset: -2px; + outline-radius: 6px; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.93)), + to (shade (@bg_color, 0.99))); + + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.slider { + padding: 1px; + border-radius: 6px; + border-style: solid; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); +} + +GtkSwitch.slider:backdrop { + background-image: none; + background-color: @bg_color; + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +/************ + * textview * + ************/ +GtkTextView { + background-color: @base_color; +} + +.header-bar { + padding: 2px 6px; +} + +/* + * Header Bars + * + * The following rules only style header bars when they are used as a window's + * titlebar widget (i.e., they have .titlebar set as well). + * + * Some applications reuse their header bar as a primary toolbar on desktops + * that prefer showing traditional title bars. The rules for those are further + * down grouped with normal toolbars. + */ +.titlebar.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (@dark_bg_color)); + border-color: shade (@dark_bg_color, 1.5); + border-style: solid; + border-width: 1px 0 0 0; + border-radius: 0 0 0 0; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.65); +} + +.titlebar.header-bar .title { + font: bold; +} + +.titlebar.header-bar .subtitle { + font-size: smaller; + opacity: 0.5; +} + +.titlebar.header-bar:backdrop { + color: @backdrop_fg_color; + background-image: none; + background-color: @dark_bg_color; + border-top-color: @dark_bg_color; +} + +.maximized .titlebar.header-bar { + border-radius: 0; + border: none; +} + +.titlebar.header-bar .button.titlebutton { + background-clip: padding-box; + border: 1px solid #d0c7bf; + color: #8b8379; + icon-shadow: 0 1px rgba(255, 255, 255, 0.5); + border-radius: 9px; + padding: 0; + box-shadow: none; + background-image: linear-gradient(to top, #d5d2ce, #ece8e4 50%, #f7f4f3); +} + +.titlebar.header-bar .button.titlebutton.close { + color: #7F7F7F; + icon-shadow: 0 1px rgba(255, 255, 255, 0.25); + background-image: linear-gradient(to top, #AC88ED, #CEBAF4 60%, #D9C9F6); +} + +.titlebar.header-bar .button.titlebutton.close:hover { + background-image: linear-gradient(to top, #AC88ED, #CEBAF4 20%, #D9C9F6); +} + +.titlebar.header-bar .button.titlebutton:hover, +.titlebar.header-bar .button.titlebutton:backdrop:hover { + background-image: linear-gradient(to top, #e2e1df, #f8f6f3 50%, #fcfbf9); +} + +.titlebar.header-bar .button.titlebutton:active { + icon-shadow: none; + background-image: linear-gradient(to top, #fcfbf8, #fbf9f6); +} + +.titlebar.header-bar .button.titlebutton.close:active { + background-image: linear-gradient(to top, #AC88ED, #BDABE0); +} + +.titlebar.header-bar .button.titlebutton:backdrop { + color: #8b8379; + icon-shadow: none; + background-image: linear-gradient(to top, #ece9e6, #e8e4e1); +} + +/*********** + * toolbar * + ***********/ +.toolbar { + border-style: none; + padding: 1px; + + color: @fg_color; + text-shadow: none; +} + +.toolbar:backdrop { + color: @backdrop_fg_color; +} + +/******************* + * primary-toolbar * + *******************/ +.primary-toolbar, +.header-bar { + -GtkWidget-window-dragging: true; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + border-style: solid; + border-width: 1px 0 1px 0; + border-radius: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + + box-shadow: none; +} + +.primary-toolbar:backdrop, +.header-bar:backdrop { + background-image: none; + background-color: @dark_bg_color; + box-shadow: none; + border-top-color: @dark_bg_color; + border-bottom-color: shade (@dark_bg_color, 0.9); + + color: @backdrop_dark_fg_color; +} + +.primary-toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.primary-toolbar .button, +.header-bar .button, +.primary-toolbar .button.flat:hover { + background: transparent; + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + border-image-source: url("assets/radiance-button-toolbar.png"); +} + +.primary-toolbar .button.flat { + border-image-source: none; + background: transparent; +} + +.primary-toolbar .button:focused, +.header-bar .button:focused { + border-image-source: url("assets/radiance-button-toolbar-focused.png"); +} + +.primary-toolbar .button:active, +.primary-toolbar .button:checked, +.header-bar .button:active, +.header-bar .button:checked { + border-image-source: url("assets/radiance-button-toolbar-active.png"); +} + +.primary-toolbar .button:active:focused, +.primary-toolbar .button:checked:focused, +.header-bar .button:active:focused, +.header-bar .button:checked:focused { + border-image-source: url("assets/radiance-button-toolbar-active-focused.png"); +} + +.primary-toolbar .button:backdrop, +.header-bar .button:backdrop { + background-color: transparent; + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.9); + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:hover:backdrop, +.header-bar .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.98)), + to (shade (@dark_bg_color, 0.94))); +} + +.primary-toolbar .button.flat:backdrop { + border-image-source: none; +} + +.primary-toolbar .button.flat:hover:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:active:backdrop, +.primary-toolbar .button:checked:backdrop, +.header-bar .button:active:backdrop, +.header-bar .button:checked:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar-active.png"); +} + +.primary-toolbar .button:hover, +.primary-toolbar .button:checked, +.header-bar .button:hover, +.header-bar .button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.2)), + to (shade (@dark_bg_color, 1.1))); +} + +.primary-toolbar .button:active, +.header-bar .button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.primary-toolbar .button:active:hover, +.menubar.toolbar .button:active:hover, +.header-bar .button:active:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); +} + +.primary-toolbar .button:checked:insensitive, +.primary-toolbar .button:insensitive, +.header-bar .button:checked:insensitive, +.header-bar .button:insensitive { + text-shadow: none; +} + +.primary-toolbar .button:insensitive, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.01)), + to (shade (@dark_bg_color, 0.99))); +} + +.primary-toolbar .button.flat:insensitive { + background-image: none; +} + +.primary-toolbar .button:checked:insensitive, +.header-bar .button:checked:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.94)), + to (shade (@dark_bg_color, 1.02))); +} + +.primary-toolbar GtkSeparatorToolItem, +.primary-toolbar .separator, +.primary-toolbar .separator:insensitive, +.header-bar GtkSeparatorToolItem, +.header-bar .separator, +.header-bar .separator:insensitive { + border-color: alpha (shade (@dark_bg_color, 0.94), 0.35); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* inline-toolbar */ +.inline-toolbar.toolbar { + -GtkToolbar-button-relief: normal; + + border-right-color: shade (@bg_color, 0.86); + border-bottom-color: shade (@bg_color, 0.88); + border-left-color: shade (@bg_color, 0.86); + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#f2f1ef, 0.93)), + color-stop (0.08, #f2f1ef), + to (#ffffff)); + border-width: 0 1px 1px 1px; + border-style: solid; + border-radius: 3px; + border-top-right-radius: 0; + border-top-left-radius: 0; + padding: 3px 4px 4px 4px; +} + +.inline-toolbar.toolbar .button { + padding: 4px; + + icon-shadow: 0 1px shade (@bg_color, 1.16); +} + +/* Middle button */ +.inline-toolbar.toolbar .button, +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar .button:focus, +.inline-toolbar.toolbar .button:focus:active, +.inline-toolbar.toolbar .button:insensitive, +.inline-toolbar.toolbar .button:backdrop, +.inline-toolbar.toolbar .button:backdrop:insensitive, +.inline-toolbar.toolbar GtkToolButton .button, +.inline-toolbar.toolbar GtkToolButton .button:active, +.inline-toolbar.toolbar GtkToolButton .button:focus, +.inline-toolbar.toolbar GtkToolButton .button:focus:active, +.inline-toolbar.toolbar GtkToolButton .button:insensitive, +.inline-toolbar.toolbar GtkToolButton .button:backdrop, +.inline-toolbar.toolbar GtkToolButton .button:backdrop:insensitive { + border-right-width: 0; + border-left-width: 0; + border-image-width: 10px 0 10px 0; + border-radius: 0; +} + +/* Leftmost button */ +.inline-toolbar.toolbar .button:first-child, +.inline-toolbar.toolbar .button:active:first-child, +.inline-toolbar.toolbar .button:focus:first-child, +.inline-toolbar.toolbar .button:focus:active:first-child, +.inline-toolbar.toolbar .button:insensitive:first-child, +.inline-toolbar.toolbar .button:backdrop:first-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:first-child, +.inline-toolbar.toolbar GtkToolButton:first-child .button, +.inline-toolbar.toolbar GtkToolButton:first-child .button:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop:insensitive { + border-left-width: 1px; + border-right-width: 0; + border-image-width: 10px 0 10px 12px; + border-radius: 8px; + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +/* Rightmost button */ +.inline-toolbar.toolbar .button:last-child, +.inline-toolbar.toolbar .button:active:last-child, +.inline-toolbar.toolbar .button:focus:last-child, +.inline-toolbar.toolbar .button:focus:active:last-child, +.inline-toolbar.toolbar .button:insensitive:last-child, +.inline-toolbar.toolbar .button:backdrop:last-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:last-child, +.inline-toolbar.toolbar GtkToolButton:last-child .button, +.inline-toolbar.toolbar GtkToolButton:last-child .button:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop:insensitive { + border-left-width: 0; + border-right-width: 1px; + border-image-width: 10px 12px 10px 0; + border-radius: 8px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +/* Single button */ +.inline-toolbar.toolbar .button:only-child, +.inline-toolbar.toolbar .button:active:only-child, +.inline-toolbar.toolbar .button:focus:only-child, +.inline-toolbar.toolbar .button:focus:active:only-child, +.inline-toolbar.toolbar .button:insensitive:only-child, +.inline-toolbar.toolbar .button:backdrop:only-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:only-child, +.inline-toolbar.toolbar GtkToolButton:only-child .button, +.inline-toolbar.toolbar GtkToolButton:only-child .button:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop:insensitive { + border-right-width: 1px; + border-left-width: 1px; + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +/*********** + * tooltip * + ***********/ +.tooltip { + background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8, + from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)), + to (alpha (@tooltip_bg_color, 0.86))); + border-color: alpha (#ffffff, 0.2); + border-radius: 5px; + border-style: solid; + border-width: 1px; + + background-color: @tooltip_bg_color; + color: @tooltip_fg_color; +} + +/************ + * treeview * + ************/ +GtkTreeView.dnd { + border-color: shade (@selected_bg_color, 1.12); + border-radius: 2px; + border-width: 1px; + border-style: solid; +} + +GtkTreeView .entry { + background-image: none; +} + +/************ + * viewport * + ************/ +GtkViewport.frame { + border-width: 0; +} + +/************ + * listbox * + ************/ +.list-row.button { + border-image: none; + border-style: none; + border-radius: 0; + background-image: none; +} + +.list-row.button:selected { + text-shadow: none; +} + +/************ + * popover * + ************/ +.popover { + background-clip: border-box; + + border-radius: 5px; + border: 1px solid darker(@bg_color); + + box-shadow: 0 2px 3px @shadow_color; + margin: 10px; + padding: 2px; +} + +.popover:backdrop { + box-shadow: none; +} + +/* Popover menuitems are actually buttons. The following rules reset most of + * the button styles for them. + */ +.popover .menuitem, +.popover .menuitem:checked, +.popover .menuitem:hover, +.popover .menuitem:active, +.popover .menuitem:insensitive, +.popover .menuitem:backdrop { + border-image: none; + border: none; + text-shadow: none; + border-radius: 3px; +} + +.popover .menuitem:backdrop:hover { + border: none; + border-image: none; + background: transparent; + color: @fg_color; +} + +.popover .menuitem:checked, +.popover .menuitem.check, +.popover .menuitem.check:checked, +.popover .menuitem.radio, +.popover .menuitem.radio:checked { + background-image: none; + border: none; +} + +.popover .menuitem:insensitive, +.popover .menuitem *:insensitive { + text-shadow: none; + background: none; +} + + +/* OSD overlays */ +.osd, +.osd:backdrop { + color: @osd_fg_color; + background-color: @osd_bg_color; + border-color: @osd_border_color; +} + +.osd.toolbar { + padding: 12px; + border-radius: 8px; +} + +.osd .button, +.osd .button:backdrop { + color: @osd_fg_color; + background: none; + border: none; + padding: 12px; + border-radius: 8px; + transition: all 100ms ease-in-out; +} + +.osd .button:hover { + color: lighter(@osd_fg_color); + icon-shadow: 0 0 3px @osd_fg_color; +} + +.osd .button:active { + color: darker(@osd_fg_color); + icon-shadow: none; +} + +.osd .scale { + margin-left: 9px; + margin-right: 9px; +} + +/***************************************************************************** + * states [please keep this section at the end of the file (CSS precedence)] * + *****************************************************************************/ +*:insensitive { + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +*:selected, +*:selected:focused { + background-color: alpha (@selected_bg_color, 0.9); + + color: @selected_fg_color; +} + +*:selected:backdrop, +*:selected:focused:backdrop { + background-color: alpha (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/gtk-widgets-radiance.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,155 @@ +/* Set up shadows and hilights for button visual separation */ +.primary-toolbar .linked .button, +.primary-toolbar .button.raised.linked, +.primary-toolbar .raised.linked .button, +.menubar.toolbar .linked .button, +.menubar.toolbar .button.raised.linked, +.menubar.toolbar .raised.linked .button, +.header-bar .linked .button, +.header-bar .button.raised.linked, +.header-bar .button.raised.linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.primary-toolbar .button.raised.linked:first-child, +.primary-toolbar .raised.linked .button:first-child, +.menubar.toolbar .linked .button:first-child, +.menubar.toolbar .button.raised.linked:first-child, +.menubar.toolbar .raised.linked .button:first-child, +.header-bar .linked .button:first-child, +.header-bar .button.raised.linked:first-child, +.header-bar .raised.linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.primary-toolbar .button.raised.linked:last-child, +.primary-toolbar .raised.linked .button:last-child, +.menubar.toolbar .linked .button:last-child, +.menubar.toolbar .button.raised.linked:last-child, +.menubar.toolbar .raised.linked .button:last-child, +.header-bar .linked .button:last-child, +.header-bar .button.raised.linked:last-child, +.header-bar .raised.linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1) +} + +.primary-toolbar .linked .button:active, +.primary-toolbar .button.raised.linked:active, +.primary-toolbar .raised.linked .button:active, +.menubar.toolbar .linked .button:active, +.menubar.toolbar .button.raised.linked:active, +.menubar.toolbar .raised.linked .button:active, +.header-bar .linked .button:active, +.header-bar .button.raised.linked:active, +.header-bar .raised.linked .button:active { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:insensitive, +.primary-toolbar .button.raised.linked:insensitive, +.primary-toolbar .raised.linked .button:insensitive, +.menubar.toolbar .linked .button:insensitive, +.menubar.toolbar .button.raised.linked:insensitive, +.menubar.toolbar .raised.linked .button:insensitive, +.header-bar .linked .button:insensitive, +.header-bar .button.raised.linked:insensitive, +.header-bar .raised.linked .button:insensitive { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:backdrop:last-child, +.primary-toolbar .button.raised.linked:backdrop:last-child, +.primary-toolbar .raised.linked .button:backdrop:last-child, +.menubar.toolbar .linked .button:backdrop:last-child, +.menubar.toolbar .button.raised.linked:backdrop:last-child, +.menubar.toolbar .raised.linked .button:backdrop:last-child, +.header-bar .linked .button:backdrop:last-child, +.header-bar .button.raised.linked:backdrop:last-child, +.header-bar .raised.linked .button:backdrop:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1); +} + +.menubar { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menuitem:hover, +.menu .menuitem:hover { + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +/* for the playback menu item in the sound menu */ +.menu .spinner, +.menu .spinner:hover { + color: @selected_bg_color; +} + +/* primary-toolbar */ +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar.toolbar, +.menubar.toolbar, +.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar :insensitive, +.menubar.toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar GtkComboBox, +.primary-toolbar .button *, +.primary-toolbar .button, +.menubar.toolbar GtkComboBox, +.menubar.toolbar .button *, +.menubar.toolbar .button, +.header-bar GtkComboBox, +.header-bar .button *, +.header-bar .button { + text-shadow: 0 1px alpha (shade (@dark_bg_color, 1.25), 0.32); +} + +.primary-toolbar .raised .button, +.primary-toolbar .raised.button, +.primary-toolbar .button:hover, +.primary-toolbar .button:active, +.primary-toolbar .button:insensitive, +.menubar.toolbar .raised .button, +.menubar.toolbar .raised.button, +.menubar.toolbar .button:hover, +.menubar.toolbar .button:active, +.menubar.toolbar .button:insensitive, +.header-bar .raised .button, +.header-bar .raised.button, +.header-bar .button:hover, +.header-bar .button:active, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.03)), + to (shade (@dark_bg_color, 0.96))); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/public-colors.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/public-colors.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/public-colors.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/public-colors.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,23 @@ +/* + * Some applications depend on these named colors. + */ + +@define-color theme_fg_color @fg_color; +@define-color theme_bg_color @bg_color; +@define-color theme_base_color @base_color; +@define-color theme_selected_bg_color @selected_bg_color; +@define-color theme_selected_fg_color @selected_fg_color; +@define-color insensitive_bg_color @bg_color; +@define-color insensitive_fg_color @fg_color; +@define-color insensitive_base_color @base_color; +@define-color theme_unfocused_fg_color @backdrop_fg_color; +@define-color theme_unfocused_bg_color @bg_color; +@define-color theme_unfocused_base_color @base_color; +@define-color theme_unfocused_selected_bg_color @selected_bg_color; +@define-color theme_unfocused_selected_fg_color @selected_fg_color; +@define-color borders shade(@bg_color, 0.82); +@define-color unfocused_borders transparent; + +@define-color warning_color @warning_fg_color; +@define-color error_color @error_fg_color; +@define-color success_color @success_color; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/settings.ini radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/settings.ini --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/settings.ini 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/gtk-3.0/settings.ini 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,4 @@ +[Settings] +gtk-color-scheme = "base_color:#ffffff\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nselected_bg_color:#7E5BC5\ntext_color:#3C3C3C\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#7E5BC5\nbg_color_dark:#3C3C3C\nfg_color_dark:#DFDFDF" +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = true diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/index.theme radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/index.theme --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/index.theme 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/index.theme 2014-10-09 23:13:31.000000000 +0000 @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Radiance-ZRAVE-Purple +Comment=Ubuntu Radiance theme, In New Colors By RAVEfinity 14.04 Build +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Radiance-ZRAVE-Purple +MetacityTheme=Radiance-ZRAVE-Purple +IconTheme=ubuntu-mono-light +CursorTheme=DMZ-White +ButtonLayout=close,minimize,maximize: Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/close_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/close_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/close_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/close_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/close_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/close_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/close.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/close.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/close_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/close_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/close_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/close_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/close_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/close_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/close_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/close_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/maximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/maximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/maximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/maximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/maximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/maximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/maximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/maximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/maximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/maximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/maximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/maximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/maximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/maximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/maximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/maximize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/menu.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/menu.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/menu_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/menu_prelight.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/metacity-theme-1.xml radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/metacity-theme-1.xml --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/metacity-theme-1.xml 2014-10-09 23:18:28.000000000 +0000 @@ -0,0 +1,530 @@ +<?xml version="1.0"?> + +<metacity_theme> +<info> + <name>Radiance-ZRAVE-Purple</name> + <author>Kenneth Wimer, James Schriver, Andrea Cimitan, Jared Sot (RAVEfinity Project)</author> + <copyright>Canonical Ltd.</copyright> + <date>April, 2014</date> + <description>Metacity theme</description> +</info> + +<!-- general window layout --> +<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="19"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="18"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="3"/> + <distance name="right_width" value="3"/> + <distance name="bottom_height" value="3"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- window title --> + +<draw_ops name="draw_title_text_normal"> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="shade/#DFDFDF/1.06" x="9" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/1.06" x="11" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/0.4" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title_text_unfocused"> + <title color="shade/#DFDFDF/1.08" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="#A3A3A3" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/1.06" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.18" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.08" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.08" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility"> + <include name="draw_title" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_unfocused"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/0.96" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#EDEDED" /> + <color value="shade/#EDEDED/0.98" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.02" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.02" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility_unfocused"> + <include name="draw_title_unfocused" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.38" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_title_maximized_unfocused"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.94" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <line color="#EDEDED" x1="0" x2="width" y1="1" y2="1"/> +</draw_ops> + +<!-- window Frames --> + +<draw_ops name="draw_frame"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> + <gradient type="vertical" x="0" y="0" width="width" height="60"> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/gtk:bg[NORMAL]/0.7" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_frame_utility"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="bottom_edge"> + <line color="shade/gtk:bg[NORMAL]/0.7" x1="0" x2="width" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<!-- buttons --> + +<!-- button trough left --> +<draw_ops name="left_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button Trough Right --> +<draw_ops name="right_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button prelightlays --> +<draw_ops name="menu_focused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_normal"> + <image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_normal"> + <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_normal"> + <image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_normal"> + <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_normal"> + <image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_normal"> + <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_normal"> + <image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_normal"> + <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- frame style --> +<frame_style name="normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.5" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_maximized_unfocused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="utility_focused" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_utility"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="utility_unfocused" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_utility_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_focused"> + <piece position="title" draw_ops="draw_title"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> +</frame_style> + +<!-- style set --> +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="maximized_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="utility"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<!-- window --> +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="utility"/> +<window type="modal_dialog" style_set="utility"/> +<window type="menu" style_set="utility"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +</metacity_theme> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/minimize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/minimize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/minimize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/minimize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/minimize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/minimize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/minimize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/minimize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/minimize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/minimize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/minimize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/minimize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/minimize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/minimize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/minimize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/minimize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/trough_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/trough_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/trough_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/trough_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/trough_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/trough_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/trough_unfocused_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/trough_unfocused_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/trough_unfocused_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/trough_unfocused_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/trough_unfocused_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/trough_unfocused_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/unmaximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/unmaximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/unmaximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/unmaximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/unmaximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/unmaximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/unmaximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/unmaximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/unmaximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/unmaximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/unmaximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/unmaximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/unmaximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/unmaximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/unmaximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/metacity-1/unmaximize_unfocused_pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_dash_disabled.svg 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1083" + inkscape:window-height="857" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-3.3813557" + inkscape:cy="-3.3813554" + inkscape:window-x="530" + inkscape:window-y="335" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#8967c9;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_dash_prelight.svg 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_prelight.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1083" + inkscape:window-height="857" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-3.3813557" + inkscape:cy="-3.3813554" + inkscape:window-x="530" + inkscape:window-y="335" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#997ace;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_dash_pressed.svg 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_disabled.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1083" + inkscape:window-height="857" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-3.3813557" + inkscape:cy="-3.3813554" + inkscape:window-x="530" + inkscape:window-y="335" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#7c55c1;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_dash.svg 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1083" + inkscape:window-height="857" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-4.6694912" + inkscape:cy="9.5000003" + inkscape:window-x="569" + inkscape:window-y="106" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#9677cf;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_focused_prelight.svg 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#a778f1;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#ddd5fd;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-6.039272" + inkscape:cy="13.426961" + inkscape:document-units="px" + inkscape:current-layer="g4775" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="793" + inkscape:window-x="251" + inkscape:window-y="138" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40183,856.52418 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path4646" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -283.80078,855.45312 -0.38867,0.38868 -4.59961,4.59961 -0.39063,0.38867 0.7793,0.7793 0.38867,-0.38868 4.59961,-4.60156 0.38867,-0.38867 -0.77734,-0.77735 z" + id="path4535" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40039,855.45312 -0.7793,0.77735 0.39063,0.38867 4.59961,4.60156 0.38867,0.38868 0.77734,-0.7793 -0.38867,-0.38867 -4.59961,-4.59961 -0.38867,-0.38868 z" + id="path4537" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_focused_pressed.svg 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4564" + id="linearGradient4552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4564"> + <stop + style="stop-color:#893cee;stop-opacity:1;" + offset="0" + id="stop4511" /> + <stop + style="stop-color:#cab4ff;stop-opacity:1;" + offset="1" + id="stop4513" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4554" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4556" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="-0.043125214" + inkscape:cy="11.696114" + inkscape:document-units="px" + inkscape:current-layer="g4540" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1152" + inkscape:window-height="795" + inkscape:window-x="374" + inkscape:window-y="77" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(411.35715,-967.57648)"> + <g + style="display:inline" + transform="translate(-411.35714,-85.785707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4540"> + <circle + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4542" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4544" + style="color:#000000;fill:url(#linearGradient4552);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4554);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4546" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4548" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4556);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4550" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -399.55637,973.99943 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path4989" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -404.15793,973.99943 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path4991" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_focused.svg 2014-10-09 23:30:13.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#945bee;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#d4cafd;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.4639153" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="793" + inkscape:window-x="251" + inkscape:window-y="138" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close.svg 2014-10-09 23:29:58.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#945bee;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#d4cafd;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.4639153" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="793" + inkscape:window-x="251" + inkscape:window-y="138" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5151" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5153" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5155" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-658.92858" + inkscape:cy="153.21428" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-378.21428,-666.57648)"> + <g + style="display:inline" + id="g5139" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(378.21429,-386.7857)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5141" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5151);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5143" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5145" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5153);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5155);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5147" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5149" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,674.0698 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path5157" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 390.01506,672.9994 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5159" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,672.9994 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5161" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5175" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5177" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5179" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-129.42858" + inkscape:cy="471.28571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(151.28572,-984.64791)"> + <g + style="display:inline" + transform="translate(-151.28571,-68.714274)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5163"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5165" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5167" + style="color:#000000;fill:url(#linearGradient5175);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5169" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5177);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5179);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5171" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5173" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -139.48494,991.07087 -0.39062,0.3886 -4.59961,4.5996 -0.38867,0.3887 0.77734,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5249" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -144.0865,991.07087 -0.77734,0.7773 0.38867,0.3887 4.59961,4.5996 0.39062,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5251" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/close_unfocused.svg 2014-10-09 22:40:22.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4656" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4660" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4658" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="7.0892085" + inkscape:cy="8.3026513" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="871" + inkscape:window-y="166" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(552.28572,-1071.3622)"> + <g + style="display:inline" + id="g4497" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-552.28571,18.000012)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4499" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4501" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4660);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4505" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4503" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4658);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4507" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_disabled.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="opacity:0.25;display:inline" + transform="translate(-289.71429,-492.00011)" + id="g4240"> + <path + inkscape:connector-curvature="0" + id="path4242" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4244" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_prelight.svg"> + <defs + id="defs4488"> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter4230" + x="-0.12" + width="1.24" + y="-0.12" + height="1.24"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.75" + id="feGaussianBlur4232" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="display:inline" + id="g4222" + transform="translate(-289.71429,-492.00011)"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4224" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4226" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4228" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4230);enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_pressed.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + id="g4234" + transform="translate(-289.71429,-492.00011)" + style="opacity:0.5;display:inline"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4236" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4238" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + transform="translate(-289.71429,-492.00011)" + style="display:inline" + id="g4218"> + <path + inkscape:connector-curvature="0" + id="path4209" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4203" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5009" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5011" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5013" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="392.57143" + inkscape:cy="470.42857" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(673.28572,-983.79076)"> + <g + style="display:inline" + id="g4997" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-673.28571,-69.571423)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4999" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5009);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5001" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5003" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5011);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5013);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5005" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5007" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5061" + d="m -667.28572,990.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + <path + inkscape:connector-curvature="0" + id="path5063" + d="m -667.28572,989.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5295" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5297" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5299" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-472.21428" + inkscape:cy="-431.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-191.49999,-81.862193)"> + <g + style="display:inline" + transform="translate(191.5,-971.49999)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5253"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5255" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5257" + style="color:#000000;fill:url(#linearGradient5295);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5259" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5297);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5299);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5261" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5263" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 197.49999,87.863246 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5289" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_focused.svg 2014-10-09 22:37:34.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="8.8963052" + inkscape:cy="9.3077119" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="751" + inkscape:window-y="204" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize.svg 2014-10-09 22:37:10.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9195959" + inkscape:cx="4.7296154" + inkscape:cy="17.441954" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="710" + inkscape:window-y="119" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5121" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5123" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1098.9286" + inkscape:cy="-683.92851" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-818.21427,170.56632)"> + <g + style="display:inline" + transform="translate(818.21428,-1223.9285)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5073"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5075" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5077" + style="color:#000000;fill:url(#linearGradient5121);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5123);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5079" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5081" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5125);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5083" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-163.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5109" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-164.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5111" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5201" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5203" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5205" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1168.4286" + inkscape:cy="-530.57141" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-887.71427,17.209217)"> + <g + style="display:inline" + id="g5189" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(887.71428,-1070.5714)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5191" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5201);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5193" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5203);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5195" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5197" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5205);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5199" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5243" + d="m 893.71427,-11.208178 0,0.5 0,6.4999998 7,0 0,-6.9999998 -7,0 z m 1,1 5,0 0,4.9999998 -5,0 0,-4.9999998 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/maximize_unfocused.svg 2014-10-09 22:40:46.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4937" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4941" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="11.012127" + inkscape:cy="5.4472923" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="868" + inkscape:window-height="646" + inkscape:window-x="663" + inkscape:window-y="224" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-408.71427,-87.505113)"> + <g + style="display:inline" + transform="translate(408.71428,-965.85707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4925"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4927" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4929" + style="color:#000000;fill:url(#linearGradient4937);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4931" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4939);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4941);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4933" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4935" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/menu_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/menu_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/menu_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/menu_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4747" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-435.29 -180.93)"> + <g id="g4731" transform="translate(435.29 -776.43)"> + <circle id="circle4733" style="color:#000000;fill:url(#linearGradient4747)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" transform="rotate(90)" cy="-9.5" cx="966.86" r="6.5"/> + <circle id="circle5388-4" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="circle4735" style="color:#000000;stroke:#6c6967;fill:#555351" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cx="9.5" cy="966.86" r="3"/> + <path id="path4737" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <path id="path4739" style="opacity:.2;color:#000000;fill:#fff" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z"/> + <path id="path4741" style="opacity:.2;color:#000000;fill:#fff" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z"/> + <path id="path4743" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <rect id="rect4745" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/menu.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/menu.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/menu.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/menu.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4672" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-284.79 -314.29)"> + <g id="g4722" transform="translate(284.79 -643.07)"> + <circle id="circle4664" style="color:#000000;fill:url(#linearGradient4672)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" cx="966.86" transform="rotate(90)" cy="-9.5" r="6.5"/> + <circle id="circle5388" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="path4662" style="color:#000000;stroke:#d3d0cb;fill:#c6c2bb" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cy="966.86" cx="9.5" r="3"/> + <path id="circle4682" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <path id="circle4691" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z" style="opacity:.2;color:#000000;fill:#fff"/> + <path id="circle4702" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z" style="opacity:0.07;color:#000000;fill:#fff"/> + <path id="circle4711" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <rect id="rect4720" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.25" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4411" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4413" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4265" transform="translate(-289.71 -473)"> + <path id="path4267" style="color:#000000;fill:#fff" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" transform="translate(-76.5 938.36)"/> + <rect id="rect4269" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + <path id="path4409" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;filter:url(#filter4411);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_focused.svg 2014-10-09 22:48:57.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.535768" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize.svg 2014-10-09 22:48:23.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.669697" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/minimize_unfocused.svg 2014-10-09 22:41:09.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4955" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4957" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4959" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.439246" + inkscape:cx="8.1418379" + inkscape:cy="8.4994228" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="742" + inkscape:window-y="242" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-262.75023,-284.66847)"> + <g + style="display:inline" + id="g4943" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(262.75024,-768.69371)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4945" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4955);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4947" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4957);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4949" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4951" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4959);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4953" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.25" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4405" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4407" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4381" transform="translate(-289.71 -454)"> + <path id="path4383" style="color:#000000;fill:#fff" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" transform="translate(-76.5 938.36)"/> + <rect id="rect4385" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + <path id="path4403" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;filter:url(#filter4405);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.5" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_focused.svg 2014-10-09 22:39:58.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="17.19268" + inkscape:cy="5.00027" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1006" + inkscape:window-y="145" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize.svg 2014-10-09 22:39:36.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="12.348945" + inkscape:cy="10.478037" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1407" + inkscape:window-y="24" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/unity/unmaximize_unfocused.svg 2014-10-09 22:41:32.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4973" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4975" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4977" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="6.2901987" + inkscape:cy="6.1607613" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="772" + inkscape:window-y="191" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-687.7857,142.99492)"> + <g + style="display:inline" + transform="translate(687.78571,-1196.3571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4961"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4963" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4965" + style="color:#000000;fill:url(#linearGradient4973);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4967" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4975);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4977);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4969" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4971" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/bottom-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/bottom-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/bottom-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/bottom-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/bottom-left-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/bottom-left-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/bottom-left-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/bottom-left-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/bottom-right-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/bottom-right-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/bottom-right-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/bottom-right-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/close-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/close-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/close-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/close-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/close-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/close-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/close-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/close-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/hide-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/hide-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/hide-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/hide-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/hide-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/hide-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/hide-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/hide-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/left-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * left_active_xpm[] = { +"2 15 3 1", +" c None", +". c #C1C1C1", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/left-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #CFCFCF", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/maximize-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/maximize-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/maximize-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/maximize-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/maximize-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/maximize-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/maximize-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/maximize-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/maximize-toggled-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/maximize-toggled-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/maximize-toggled-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/maximize-toggled-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/maximize-toggled-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/maximize-toggled-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/maximize-toggled-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/maximize-toggled-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/menu-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/menu-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/menu-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/menu-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/menu-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/menu-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/right-active.xpm 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * right_active_xpm[] = { +"2 15 3 1", +" c None", +". c #D7D7D7", +"+ c #C1C1C1", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/right-inactive.xpm 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #D7D7D7", +"+ c #CFCFCF", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/themerc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/themerc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/themerc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/themerc 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,20 @@ +# Radiance ported to XFCE (Xfwm4) by The RAVEfinity Project. www.ravefinity.blogspot.com (2012+) Jared Sot. +# Based on code/pixmaps from (Orig.) Radiance. and Originol Ambiance XFCE port by p0ng http://www.p0ng.com.br. +# Radiance XFCE version was ported by scrach by RAVEfinity(Jared Sot.) on top of the XFCE Ambiance theme. + + +button_offset=3 +button_spacing=0 +maximized_offset=9 +title_full_width=true +title_horizontal_offset=8 +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +title_shadow_active=frame +title_shadow_inactive=frame +show_app_icon=false # Change to true or false if you want a app icon on each window. (Default is false) +#button_layout=CHM| # This prevents one from customizing their buttons VIA Xfce Window Manager Settings (Defualt is disabled via #) +active_text_color=#4C4942 +active_text_shadow_color=#E5E2D8 +inactive_text_color=#a39e9a +inactive_text_shadow_color=#E5E2D8 Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-1-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-1-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-1-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-1-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-2-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-2-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-2-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-2-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-3-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-3-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-3-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-3-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-4-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-4-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-4-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-4-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-5-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-5-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-5-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/title-5-inactive.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/top-left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/top-left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/top-left-active.xpm 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +" .....", +" ..+++++", +" .@@@@@@@", +" .@@@@@@@@", +" .########", +".@@@@@@@@@", +".#########", +".#########", +".@@@@@@@@@", +".#########", +".@@@@@@@@@", +".$$$$$$$$$", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".*********", +".=========", +".*********", +".*********", +".*********", +".*********", +".=========", +".*********", +".=========", +".*********", +".---------", +".*********", +".*********"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/top-left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/top-left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/top-left-inactive.xpm 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +" .....", +" ..+++++", +" .@@@@@@@", +" .########", +" .$$$$$$$$", +".#########", +".$$$$$$$$$", +".$$$$$$$$$", +".#########", +".$$$$$$$$$", +".#########", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".---------", +".---------", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".=========", +".;;;;;;;;;", +".;;;;;;;;;"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/top-right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/top-right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/top-right-active.xpm 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"@@@@@@@@. ", +"########. ", +"@@@@@@@@@.", +"#########.", +"#########.", +"@@@@@@@@@.", +"#########.", +"@@@@@@@@@.", +"$$$$$$$$$.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"*********.", +"*********.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"---------.", +"*********.", +"*********."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/top-right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/top-right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Purple/xfwm4/top-right-inactive.xpm 2014-08-31 00:22:33.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"########. ", +"$$$$$$$$. ", +"#########.", +"$$$$$$$$$.", +"$$$$$$$$$.", +"#########.", +"$$$$$$$$$.", +"#########.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"---------.", +"---------.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"=========.", +";;;;;;;;;.", +";;;;;;;;;."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/banshee.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/banshee.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/banshee.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/banshee.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +# ============================================================================== +# BANSHEE SPECIFIC SETTINGS +# ============================================================================== + +style "banshee_scrollbar" { + engine "murrine" { + roundness = 20 + } +} + +widget "__gtksharp_1*SeekSlider*" style "scale" +widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar" + +widget_class "__gtksharp_1*<GtkToolbar>*" style "default" +widget_class "__gtksharp_1*<GtkButton>*" style "button" +#widget_class "__gtksharp_1*<GtkScale>*" style "scale" + + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/chromium.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/chromium.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/chromium.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/chromium.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,39 @@ +# ============================================================================== +# CHROMIUM SPECIFIC SETTINGS +# ============================================================================== + +style "chromium_toolbar_button" { + engine "murrine" { + roundness = 3 + textstyle = 0 + } +} + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = "#DFDFDF" + ChromeGtkFrame::inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::incognito-frame-color = "#DFDFDF" + ChromeGtkFrame::incognito-inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::incognito-frame-gradient-size = 16 + ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*Chrom*Button*" style "chromium_toolbar_button" + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/ff.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/ff.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/ff.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/ff.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,33 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-default" { + GtkCheckButton::indicator-size = 14 + + engine "murrine" { + reliefstyle = 0 + } +} + +style "ff-statusbar" { +} + +#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar" +#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + +widget "MozillaGtkWidget*" style "ff-default" + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/gnome-panel.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/gnome-panel.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/gnome-panel.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/gnome-panel.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,129 @@ +# =========================================================================================================================== +# GNOME,XFCE,LXDE & GTK Desktop(S) PANEL SPECIFIC SETTINGS *SPECIFIC SETTINGS TO ENABLE PROPER FUNCTION ON XFCE/LXDE* +# =========================================================================================================================== + +style "panel" +{ + xthickness = 0 + ythickness = 0 + + bg_pixmap[NORMAL] = "img/panel.png" + + engine "murrine" { + colorize_scrollbar = TRUE + } +} + +style "panel_task_button" +{ + xthickness = 3 + xthickness = 3 + + GtkWidget::focus-line-width = 0 + GtkWidget::focus_padding = 0 + GtkWidget::interior_focus = 0 + GtkWidget::internal_padding = 0 + + GtkButton::child_displacement_x = 0 + GtkButton::child_displacement_y = 0 + GtkButton::default_border = {0, 0, 0, 0} + GtkButton::default_outside_border = {0, 0, 0, 0} + GtkButtonBox::child_internal_pad_x = 0 + GtkButtonBox::child_internal_pad_y = 0 + GtkButtonBox::child_min_heigth = 0 + + bg[SELECTED] = shade (0.2, @bg_color) + bg[PRELIGHT] = shade (0.26, @bg_color) + bg[ACTIVE] = shade (0.2, @bg_color) + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = OUT + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "img/panel-button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "XFCE" +{ + xthickness = 3 + ythickness = 3 + + bg_pixmap[NORMAL] = "img/panel.png" +} + +widget "*Panel*" style "panel" +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet +class "PanelApp*" style "panel" +class "PanelToplevel*" style "panel" +#widget_class "*Mail*" style "panel" +widget_class "*notif*" style "panel" + +#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop +widget "*task*" style "panel_task_button" +widget "*.tasklist-button" style "panel_task_button" +widget "*PanelApplet*TaskTitle*" style "panel_task_button" +widget_class "*Xfce*Panel*" style "XFCE" +widget_class "*Xfce*Panel*" style "XFCE" +class "GtkScrollbar" style "scrollbar" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/gnome-terminal.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/gnome-terminal.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/gnome-terminal.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/gnome-terminal.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,42 @@ +# ============================================================================== +# GNOME TERMINAL SPECIFIC SETTINGS +# ============================================================================== + +style "terminal_menubar" +{ + engine "murrine" { + } +} + +style "terminal_notebook" +{ + engine "murrine" { + contrast = 1.0 + } +} + +style "terminal_scrollbar" = "scrollbar" +{ + engine "murrine" { + } +} + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#060606" + + TerminalScreen::background-darkness = 0.97 +} + +#widget "*TerminalWindow*" style "terminal_window" +#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar" +widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook" +#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar" +#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button" +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/nautilus.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/nautilus.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/nautilus.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/apps/nautilus.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,11 @@ +# ============================================================================== +# NAUTILUS SPECIFIC SETTINGS +# ============================================================================== + +style "nautilus_info_pane" { + bg[NORMAL] = @bg_color +} + +widget_class "*Nautilus*<GtkNotebook>*<GtkEventBox>" style "nautilus_info_pane" +widget_class "*Nautilus*<GtkButton>" style "notebook_button" +widget_class "*Nautilus*<GtkButton>*<GtkLabel>" style "notebook_button" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/gtkrc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/gtkrc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/gtkrc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/gtkrc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,690 @@ +gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#DE3039\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nlink_color:#F83F3F" + +gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16" + +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = 1 + +style "default" { + xthickness = 1 + ythickness = 1 + + ####################### + # Style Properties + ####################### + GtkButton::child-displacement-x = 1 + GtkButton::child-displacement-y = 1 + GtkButton::default-border = { 0, 0, 0, 0 } + + GtkCheckButton::indicator-size = 16 + + GtkPaned::handle-size = 6 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 14 + GtkRange::stepper-size = 13 + GtkRange::trough-under-steppers = 1 + + GtkScale::trough-border = 0 + GtkScale::slider-width = 23 + GtkScale::slider-length = 14 + GtkScale::trough-side-details = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::trough-border = 0 + GtkScrollbar::slider-width = 13 + GtkScrollbar::min-slider-length = 31 + + GtkMenuBar::internal-padding = 0 + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkExpander::expander-size = 11 + GtkToolbar::internal-padding = 1 + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkTreeView::expander-size = 7 + GtkTreeView::vertical-separator = 0 +# GtkTreeView::odd-row-color = shade (0.96, @base_color) + GtkNotebook::tab-overlap = -1 + + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 3 + + WnckTasklist::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + GtkEntry::state-hint = 0 + + GtkEntry::progress-border = { 2, 2, 2, 2 } + + GtkProgressBar::min-horizontal-bar-height = 14 + GtkProgressBar::min-vertical-bar-width = 14 + + GtkImage::x-ayatana-indicator-dynamic = 1 + GtkMenuBar::window-dragging = 1 + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + #################### + # Color Definitions + #################### + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = shade (0.95, @bg_color) + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.8, @bg_color) + text[ACTIVE] = darker (@text_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.98, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = shade (0.97, @bg_color) + base[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + arrowstyle = 2 + reliefstyle = 3 + highlight_shade = 1.0 + glazestyle = 0 + default_button_color = shade (1.1, "#cdcdcd") + gradient_shades = {1.1, 1.0, 1.0, 0.9} + roundness = 3 + lightborder_shade = 1.26 + lightborderstyle = 1 + listviewstyle = 2 + progressbarstyle = 0 + colorize_scrollbar = FALSE + menubaritemstyle = 1 + menubarstyle = 1 + menustyle = 0 + focusstyle = 3 + handlestyle = 1 + sliderstyle = 3 + scrollbarstyle = 2 + stepperstyle = 3 +# rgba = TRUE + } +} + +style "dark" +{ + bg[NORMAL] = "#DFDFDF" + bg[PRELIGHT] = shade (1.05, "#DFDFDF") + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.95, "#DFDFDF") + bg[INSENSITIVE] = "#DFDFDF" +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "entry" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + } +} + +style "vscale" { +} + +style "hscale" { +} + +style "button" { + + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.03, @bg_color) + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + bg[INSENSITIVE] = @bg_color + fg[INSENSITIVE] = "#9c9c9c" + + engine "murrine" { + #contrast = 1.0 + textstyle = 1 + border_shades = {1.01, 0.8} + reliefstyle = 0 + shadow_shades = {1.0, 1.1} + glowstyle = 5 + glow_shade = 1.02 + lightborder_shade = 1.32 +# lightborderstyle = 0 + #text_shade = 1.04 + } +} + +style "notebook_button" = "button" { +} + +style "spinbutton" = "notebook_button" { + xthickness = 4 + + engine "murrine" { + } +} + +style "scrollbar" = "button" { + xthickness = 2 + ythickness = 2 + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.04, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + + engine "murrine" + { + border_shades = {0.95, 0.90} + roundness = 20 + contrast = 1.0 + trough_shades = {0.92, 0.98} + lightborder_shade = 1.3 + glowstyle = 5 + glow_shade = 1.02 + gradient_shades = {1.2, 1.0, 1.0, 0.86} + trough_border_shades = {0.9, 0.98} + } +} + +style "hscrollbar" { +} + +style "vscrollbar" { +} + +style "overlay_scrollbar" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.85, @bg_color) + bg[ACTIVE] = shade (0.6, @bg_color) +} + +style "scale" = "button" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + border_shades = {0.9, 0.8} + roundness = 5 + lightborder_shade = 1.32 + gradient_shades = {1.1, 1.0, 1.0, 0.8} + handlestyle = 2 + trough_border_shades = {0.9, 1.4} + glow_shade = 1.0 +# reliefstyle = 2 +# shadow_shades = { 1.0, 0.9 } + } +} + +style "notebook_bg" { + bg[NORMAL] = shade (1.02, @bg_color) + bg[ACTIVE] = shade (0.97, @bg_color) + fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color)) +} + +# The color is changed by the notebook_bg style, this style +# changes the x/ythickness +style "notebook" { + xthickness = 2 + ythickness = 2 + + engine "murrine" { + roundness = 3 + contrast = 0.8 + focusstyle = 2 + lightborder_shade = 1.16 + gradient_shades = {1.1, 1.0, 1.0, 0.68} + } +} + +style "statusbar" { + engine "murrine" { + contrast = 1.2 + } +} + +style "comboboxentry" = "notebook_button" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + textstyle = 1 + glowstyle = 5 + glow_shade = 1.02 + } +} + +style "menubar" = "dark" { + # those two lines were added to fix firefox's menubar item text + bg[SELECTED] = "#ECECEC" + fg[SELECTED] = @fg_color + + engine "murrine" { + textstyle = 1 + text_shade = 1.23 + gradient_shades = {1.0, 1.0, 1.0, 1.0} + lightborder_shade = 1.0 + } +} + +style "toolbar" { + engine "murrine" { + textstyle = 1 + text_shade = 1.32 + lightborder_shade = 1.0 + } +} + +style "toolbar-button" = "notebook_button" { + engine "murrine" { + } +} + +style "menu" { + xthickness = 0 + ythickness = 0 + + engine "murrine" + { + reliefstyle = 0 + roundness = 0 + } +} + +style "menu_item" = "menu" { + xthickness = 2 + ythickness = 3 + + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" + { + glowstyle = 5 + glow_shade = 1.1 +# lightborder_shade = 1.0 +# border_shades = { 1.5, 1.3 } + roundness = 0 + } +} + +style "menubar_item" = "menu_item" { + bg[PRELIGHT] = "#ece7e2" + fg[PRELIGHT] = @fg_color + + engine "murrine" { + gradient_shades = {1.00, 1.0, 1.0, 1.0} +# glowstyle = 5 + border_shades = { 1.0, 1.0 } + glow_shade = 1.00 + lightborderstyle = 3 + lightborder_shade = 1.2 + roundness = 4 + } +} + +style "scale_menu_item" = "scale" { + engine "murrine" { + roundness = 20 + lightborder_shade = 1.32 + reliefstyle = 0 + } +} + +# This style is there to modify the separator menu items. The goals are: +# 1. Get a specific height. +# 2. The line should go to the edges (ie. no border at the left/right) +style "separator_menu_item" { + xthickness = 1 + ythickness = 0 + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 7 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "separator_tool_item" { + xthickness = 0 + ythickness = 1 + + GtkVSeparator::vertical-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 7 + GtkWidget::separator-height = 1 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "frame_title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "treeview" { + engine "murrine" + { + roundness = 2 + lightborder_shade = 1.1 + gradient_shades = {1.04, 1.0, 1.0, 0.96} + } +} + +style "progressbar" { + xthickness = 1 + ythickness = 1 + + bg[ACTIVE] = shade (0.94, @bg_color) + #bg[SELECTED] = "#cdcdcd" + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" { + #trough_shades = {0.98, 1.02} + roundness = 8 + lightborderstyle = 1 + lightborder_shade = 1.26 + border_shades = {0.95, 0.85} + gradient_shades = {1.1, 1.0, 1.0, 0.9} + trough_border_shades = {0.9, 1.4} + } +} + +style "progressbar_menu_item" = "progressbar" { + engine "murrine" { + roundness = 0 + } +} + +# This style is based on the default style, so that the colors from the button +# style are overriden again. +style "treeview_header" = "notebook_button" { + xthickness = 2 + ythickness = 1 + + engine "murrine" { + glazestyle = 1 + contrast = 0.8 + lightborder_shade = 1.16 + textstyle = 1 + glow_shade = 1.0 + } +} + +style "treeview_header_scrolled" = "treeview_header" { +} + +style "scrolledwindow" { + engine "murrine" { + contrast = 0.6 + } +} + +style "radiocheck" = "button" { + text[NORMAL] = shade (0.535, @selected_bg_color) + text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color)) + bg[NORMAL] = shade (0.92, @bg_color) + bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color)) + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + engine "murrine" { + reliefstyle = 3 + gradient_shades = {1.2, 1.0, 1.0, 0.9} + shadow_shades = {0.6, 0.5} + textstyle = 0 + } +} + +style "tooltips" { + xthickness = 4 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = "#000000" + + engine "murrine" { + rgba = TRUE + } +} + +style "infobar" { + engine "murrine" { + } +} + +style "nautilus_location" { + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color) +} + +style "calendar" { + xthickness = 0 + ythickness = 0 + + engine "murrine" { + roundness = 0 + } +} + +style "calendar_menu_item" = "calendar" { +# base[NORMAL] = "#c5bfb7" +} + +style "soundfix" +{ +} + +# Wrokaround style for places where the text color is used instead of the fg color. +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +# Workaround style for menus where the text color is used instead of the fg color. +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = "#999999" +} + +# Workaround style for places where the fg color is used instead of the text color. +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +# Style to set the toolbar to use a flat style. This is because the "New" button in +# Evolution is not drawn transparent. So if there is a gradient in the background it will +# look really wrong. +# See http://bugzilla.gnome.org/show_bug.cgi?id=446953. +style "evo_new_button_workaround" { +} + +# Make the XFCE desktop icons text backrounds look prettier (The only change to theme, Code by RAVEfinity Project) +style "xfdesktop-icon-view" { + +XfdesktopIconView::label-alpha = 100 + +base[NORMAL] = "#151515" +base[ACTIVE] = "#7F7C7C" +base[PRELIGHT] = "#7F7C7C" +base[SELECTED] = shade (0.98, @selected_bg_color) + +fg[NORMAL] = @selected_fg_color +fg[SELECTED] = @selected_fg_color +fg[ACTIVE] = @selected_fg_color +} + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# The default style is applied to every widget +class "GtkWidget" style "default" + +class "GtkSeparator" style "wide" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkEntry" style "entry" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "vscale" +class "GtkHScale" style "hscale" +class "GtkScrollbar" style "scrollbar" +class "GtkHScrollbar" style "hscrollbar" +class "GtkVScrollbar" style "vscrollbar" +class "GtkCalendar" style "calendar" +class "GtkInfoBar" style "infobar" + +# General matching follows. The order is choosen so that the right styles override +# each other. EG. progressbar needs to be more important than the menu match. +widget_class "*<GtkNotebook>" style "notebook_bg" +# This is not perfect, it could be done better. +# (That is modify *every* widget in the notebook, and change those back that +# we really don't want changed) +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook_bg" + +widget_class "*<GtkToolbar>*" style "toolbar" +widget_class "*<GtkScrolledWindow>*" style "scrolledwindow" + +widget_class "*<GtkButton>" style "button" +widget_class "*<GtkButton>*<GtkLabel>" style "button" +widget_class "*<GtkToolbar>.*.<GtkButton>*" style "notebook_button" +widget_class "*<GtkNotebook>" style "notebook" +widget_class "*<GtkStatusbar>" style "statusbar" +widget_class "*<GtkSpinButton>*" style "spinbutton" +widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button" +widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button" +widget_class "*<GtkRadioButton>*" style "radiocheck" +widget_class "*<GtkCheckButton>*" style "radiocheck" + +widget_class "*<GtkComboBoxEntry>*" style "comboboxentry" +widget_class "*<GtkCombo>*" style "comboboxentry" + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" +widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item" +widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "menubar_item" + +widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title" +widget_class "*.<GtkTreeView>*" style "treeview" + +widget_class "*<GtkProgress>" style "progressbar" +widget_class "*<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "calendar_menu_item" + +# Treeview headers (and similar stock GTK+ widgets) +widget_class "*.<GtkScrolledWindow>*<GtkTreeView>*" style "treeview_header_scrolled" +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkTreeView>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header" + +# Overlay scrollbar +widget_class "*<OsScrollbar>" style "overlay_scrollbar" +widget_class "*<OsThumb>" style "overlay_scrollbar" + +# The window of the tooltip is called "gtk-tooltip" +################################################################## +# FIXME: +# This will not work if one embeds eg. a button into the tooltip. +# As far as I can tell right now we will need to rework the theme +# quite a bit to get this working correctly. +# (It will involve setting different priorities, etc.) +################################################################## +widget "gtk-tooltip*" style "tooltips" + +########################################################################## +# Following are special cases and workarounds for issues in applications. +########################################################################## + +# Workaround for the evolution ETable (bug #527532) +widget_class "*.ETable.ECanvas" style "treeview_header" +# Workaround for the evolution ETree +widget_class "*.ETree.ECanvas" style "treeview_header" + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "nautilus_location" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that this work around assumes that the combobox is _not_ in appears-as-list mode. +widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround" +# This is the part of the workaround that fixes the menus +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color. +widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround" +# GtkCList also uses the fg color to draw text on top of the base colors. +widget_class "*<GtkCList>" style "fg_is_text_color_workaround" +# Nautilus when renaming files, and maybe other places. +widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround" +# Work around for ubuntu's lucid sound indicator +widget "ido-offscreen-scale" style "soundfix" +# Thickness for indicator menu items +widget "*IdoEntryMenuItem*" style "wide" + +# See the documentation of the style. +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" + +# Makes XFCE desktop icon and text backround tweaks work. +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Includes +#include "apps/banshee.rc" +include "apps/chromium.rc" +include "apps/ff.rc" +include "apps/gnome-terminal.rc" +include "apps/nautilus.rc" +include "apps/gnome-panel.rc" Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/img/arrow-down.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/img/arrow-down.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/img/handle-h.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/img/handle-h.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/img/handle-v.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/img/handle-v.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/img/panel-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/img/panel-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/img/panel-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/img/panel-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/img/panel-button-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/img/panel-button-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/img/panel.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-2.0/img/panel.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/baobab.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/baobab.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/baobab.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/baobab.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,25 @@ + +BaobabWindow GtkGrid { + background-color: @bg_color; +} + +BaobabLocationList GtkGrid { + background-color: transparent; +} + +.baobab-toolbar.toolbar { + border-color: shade (@bg_color, 0.9); + border-style: solid; + border-width: 0 0 1px 0; + border-radius: 0; +} + +.cell.baobab-level-cell, +.cell.baobab-level-cell:hover, +.cell.baobab-level-cell:selected, +.cell.baobab-level-cell:selected:hover { + border-color: alpha (black, 0.06); + border-width: 1px; + border-style: solid; + background-color: @base_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/california.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/california.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/california.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/california.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +CaliforniaViewWeekGrid { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/geary.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/geary.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/geary.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/geary.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +ComposerWidget { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/gedit.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/gedit.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/gedit.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/gedit.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,60 @@ +@define-color notebook_tab_gradient_b shade (@bg_color, 0.98); + +GeditWindow .pane-separator, +GeditWindow .pane-separator:hover { +} + +GeditPanel.title GtkLabel { +} + +GeditDocumentsPanel .view { +} + +GeditDocumentsPanel .view:backdrop { +} + +GeditWindow .notebook { + border-radius: 1px; +} + +GeditPanel .notebook { + border-radius: 1px; +} + +GeditPanel .notebook tab, +GeditWindow .notebook tab { + border-radius: 3px; +} + +GeditViewFrame .gedit-search-slider { + background-color: @base_color; + padding: 6px; + border-color: shade (@notebook_tab_gradient_b, 0.80); + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px 1px; + border-style: solid; +} + +GeditViewFrame .gedit-search-slider .not-found { + color: @error_fg_color; + background-image: none; + background-color: @error_bg_color; +} + +GeditViewFrame .gedit-search-slider .not-found:selected { + background-color: @selected_bg_color; + color: @selected_fg_color; +} + +GeditFileBrowserWidget .toolbar { + background-color: @bg_color; + border: none; + padding-bottom: 3px; +} + +.gedit-search-entry-occurrences-tag { + background-color: transparent; + color: @backdrop_text_color; + margin: 2px; + padding: 2px; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/glade.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/glade.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/glade.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/glade.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,8 @@ + +GladeEditor GtkContainer { + background-color: @bg_color +} + +GladeWindow GtkGrid { + background-color: @bg_color +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/gnome-panel.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/gnome-panel.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/gnome-panel.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/gnome-panel.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,97 @@ +/* Fallback Mode Panel */ +PanelWidget :backdrop, +PanelApplet :backdrop, +PanelToplevel :backdrop, +PanelWidget, +PanelApplet, +PanelToplevel { + border-image: none; + + color: @dark_fg_color; +} + +PanelWidget, +PanelApplet, +PanelToplevel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelApplet { + border-width: 0; +} + +PanelSeparator:backdrop, +PanelSeparator { + border-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + + color: @dark_fg_color; +} + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelApplet > GtkMenuBar.menubar.menuitem, +PanelMenuBar.menubar, +PanelMenuBar.menubar.menuitem { + -PanelMenuBar-icon-visible: true; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelAppletFrame { + background-color: @dark_bg_color; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-width: 0; +} + +PanelApplet .button:backdrop, +PanelApplet .button { + -GtkButton-inner-border: 2; + + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.6); + border-radius: 0; + border-width: 0 1px 0 1px; + + text-shadow: none; +} + +PanelApplet .button:active:prelight:backdrop, +PanelApplet .button:active:prelight, +PanelApplet .button:active:backdrop, +PanelApplet .button:active { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.7)), + to (shade (@dark_bg_color, 0.8))); + border-color: shade (@dark_bg_color, 0.7); +} + +PanelApplet .button:prelight:backdrop, +PanelApplet .button:prelight { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.3)), + to (shade (@dark_bg_color, 1.1))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.8); +} + +ClockBox { + text-shadow: 0 1px shade (@dark_bg_color, 1.08); +} + +WnckPager, WnckTasklist { + background-color: @dark_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/gnome-system-log.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/gnome-system-log.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/gnome-system-log.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/gnome-system-log.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,4 @@ +/* LP: #1045602 */ +LogviewWindow .view.dim-label, .dim-label { + color: @info_fg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/gnome-terminal.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/gnome-terminal.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/gnome-terminal.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/gnome-terminal.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,7 @@ +/* gnome-terminal */ +TerminalScreen { + -TerminalScreen-background-darkness: 0.97; + background-color: #060606; + color: #E8E8E8; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/nautilus.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -0,0 +1,238 @@ +@define-color cluebar_color shade (mix (@bg_color, @base_color, 0.5), 0.95); + +NautilusWindow *, +NemoWindow * { + -GtkPaned-handle-size: 1; +} + +NautilusDesktopWindow GtkWidget { + background-color: @transparent; +} + +.nautilus-canvas-item, +.nemo-canvas-item { + border-radius: 4px; +} + +/* desktop mode */ +.nautilus-desktop.nautilus-canvas-item, +.nemo-desktop.nemo-canvas-item { + color: @bg_color; + text-shadow: 1px 1px alpha (black, 0.8); +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nemo-desktop.nemo-canvas-item:active { + background-image: none; + background-color: alpha (@bg_color, 0.84); + + color: @fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:selected { + background-image: none; + background-color: alpha (@selected_bg_color, 0.84); + + color: @selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:active, +.nemo-desktop.nemo-canvas-item:prelight, +.nemo-desktop.nemo-canvas-item:selected { + text-shadow: none; +} + +/* browser window */ +NautilusTrashBar.info, +NautilusXContentBar.info, +NautilusSearchBar.info, +NautilusQueryEditor.info, +NemoTrashBar.info, +NemoXContentBar.info, +NemoSearchBar.info, +NemoQueryEditor.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.03)), + to (shade (@cluebar_color, 0.92))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); + border-radius: 0; + border-style: solid; + border-width: 0px 0px 1px 0px; +} + +NautilusTrashBar.info:backdrop, +NautilusXContentBar.info:backdrop, +NautilusSearchBar.info:backdrop, +NautilusQueryEditor.info:backdrop, +NemoTrashBar.info:backdrop, +NemoXContentBar.info:backdrop, +NemoSearchBar.info:backdrop, +NemoQueryEditor.info:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.01)), + to (shade (@cluebar_color, 0.96))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); +} + +NautilusSearchBar .entry, +NemoSearchBar .entry { +} + +.nautilus-cluebar-label, +.nemo-cluebar-label { + font: bold; +} + +.nautilus-cluebar-label:backdrop, +.nemo-cluebar-label:backdrop { + color: mix (@fg_color, @cluebar_color, 0.2); +} + +nautilus-search-button *:active, +nautilus-search-button *:active:prelight, +nemo-search-button *:active, +nemo-search-button *:active:prelight { + color: @dark_fg_color; +} + +NautilusFloatingBar, +NemoFloatingBar { + background-color: shade (@cluebar_color, 0.92); +} + +NautilusFloatingBar .button, +NemoFloatingBar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; +} + +/* sidebar */ +NautilusWindow .sidebar, +NautilusWindow .sidebar .view, +NemoWindow .sidebar, +NemoWindow .sidebar .view { + background-color: @cluebar_color; + + color: @fg_color; +} + +NautilusWindow .sidebar .frame, +NemoWindow .sidebar .frame { + border-style: none +} + +NautilusWindow .sidebar:backdrop, +NautilusWindow .sidebar .view:backdrop, +NemoWindow .sidebar:backdrop, +NemoWindow .sidebar .view:backdrop { + background-color: shade (@bg_color, 0.96); + color: mix (@fg_color, shade (@bg_color, 0.95), 0.2); +} + +NautilusWindow .sidebar row:selected, +NemoWindow .sidebar row:selected { + color: @selected_fg_color; +} + +NautilusWindow .sidebar row:selected:backdrop, +NemoWindow .sidebar row:selected:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (shade (@bg_color, 0.95), 0.94)), + to (shade (shade (@bg_color, 0.95), 0.86))); + border-top-color: shade (shade (@bg_color, 0.95), 0.88); + + color: @fg_color; +} + +NautilusWindow .pane-separator, +NemoWindow .pane-separator { + background-color: shade (shade (@bg_color, 0.95), 0.94); + border-color: @dark_bg_color; + border-style: solid; + border-width: 0; + box-shadow: none; +} + +NautilusWindow .pane-separator:backdrop, +NemoWindow .pane-separator:backdrop { + background-color: shade (shade (@bg_color, 0.95), 0.96); +} + +NautilusWindow .toolbar.menubar, +NemoWindow .toolbar.menubar { + -GtkToolbar-button-relief: normal; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.0)), + to (shade (@dark_bg_color, 1.2))); + color: @fg_color; + padding: 3px; + box-shadow: none; +} + +/* for breadcrumbs path bar */ +NautilusWindow .toolbar.menubar .button, +.nemo-pathbar-button, +NemoPathbarButton { + -GtkWidget-focus-line-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.4)), + to (shade (@dark_bg_color, 0.96))); + color: @dark_fg_color; + padding: 6px 6px; + border-width: 1px; + border-style: solid; + border-color: alpha(shade (@dark_bg_color, 0.80), 1.2); + -NemoPathbarButton-border-radius: 3px; +} + +NautilusWindow .toolbar.menubar .button:hover, +NautilusWindow .toolbar.menubar .button:active:hover, +NemoPathbarButton:hover, +NemoPathbarButton:active:hover { + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +NautilusWindow .toolbar.menubar .button:active, +NemoPathbarButton:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@selected_bg_color, 1.32), shade(@dark_bg_color, 1.1), 0.7)), + to (mix (shade (@selected_bg_color, 1.05), shade(@dark_bg_color, 1.18), 0.7))); + + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +.toolbar.menubar .separator { + border-color: shade (@dark_bg_color, 0.96); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* For Places Sidebar diskfull indicators */ + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, .65); + -NemoPlacesTreeView-disk-full-fg-color: shade(@selected_bg_color, 1.0); + -NemoPlacesTreeView-disk-full-bar-width: 1px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 1px; + -NemoPlacesTreeView-disk-full-max-length: 70px; +} + +NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, 2.0); + -NemoPlacesTreeView-disk-full-fg-color: shade(@fg_color, 2.0); +} + +NemoPlacesTreeView:hover { +} + +NemoPlacesTreeView:selected:hover { +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/software-center.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/software-center.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/software-center.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/software-center.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +.action-bar { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/unity.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/unity.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/unity.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/unity.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,131 @@ +/* Decorations */ + +UnityDecoration { + -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-input-extents: 10px; + + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 5px; + -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.78); + -UnityDecoration-active-shadow-radius: 30px; + -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.3); + -UnityDecoration-inactive-shadow-radius: 25px; + + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: rgb (221, 72, 20); + + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration.top { + border: 1px solid rgba (85, 40, 0, 0.04); /* shade (@dark_bg_color) (shade (#edebe6, 1.06) */ + border-bottom-width: 0; + border-radius: 6px 6px 0 0; + padding: 1px 6px 0 6px; + + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 1.065), inset 0 0 transparent; + + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityDecoration.top:backdrop { + border: 1px solid rgba (110, 27, 0, 0.04); /* shade @dark_bg_color - shade (#edebe6, 0.96) */ + border-bottom-width: 0; + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 0.96)), + to (@dark_bg_color)); + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 0.97), inset 0 0 transparent; + + color: #a39e9a; + text-shadow: 1px 0 1px shade (@dark_bg_color, 1.08), -1px 0 1px shade (@dark_bg_color, 1.08), + 0 1px 1px shade (@dark_bg_color, 1.08), 0 -1px 1px shade (@dark_bg_color, 1.08); +} + +UnityDecoration.left, +UnityDecoration.right { + background-color: shade (@bg_color, 0.7); + background-size: 1px 70px; + background-repeat: repeat-x; + + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #A8A8A8), + color-stop (0.5, #A8A8A8), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.left:backdrop, +UnityDecoration.right:backdrop { + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #B5B5B5), + color-stop (0.5, #B5B5B5), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.bottom { + background-image: none; + background-color: shade (@bg_color, 0.7); +} + +/* Panel Style */ + +UnityPanelWidget, +.unity-panel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + border-top-color: shade (#EDEDED, 1.08); + border-style: solid; + border-width: 1px 0 0 0; + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: #A3A3A3; +} + +.unity-panel.menubar, +.unity-panel .menubar { +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 1px 1px 0 1px; + icon-shadow: 0 -1px shade (@dark_bg_color, 1.06); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (shade (@dark_bg_color, 1.02))); +} + +@keyframes playbackmenuitem_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: playbackmenuitem_spinner 1s infinite linear; + color: @selected_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/unity-greeter.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/unity-greeter.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/unity-greeter.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/apps/unity-greeter.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,94 @@ +.lightdm.menu { + background-image: none; + background-color: alpha (black, 0.6); + border-color: alpha (white, 0.2); + border-radius: 4px; + padding: 1px; + + color: white; +} + +.lightdm-combo .menu { + background-color: shade (@dark_bg_color, 1.08); + border-radius: 0px; + padding: 0px; + + color: white; +} + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: white; +} + +.lightdm.menubar { + background-image: none; + background-color: alpha (black, 0.5); +} + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .entry, +.lightdm.button, +.lightdm.entry { + background-image: none; + background-color: alpha (black, 0.3); + border-color: alpha (white, 0.6); + border-radius: 5px; + padding: 7px; + + color: white; + text-shadow: none; +} + +.lightdm.button, +.lightdm.button:hover, +.lightdm.button:active, +.lightdm.button:active:focused, +.lightdm.entry, +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focused { + background-image: none; + border-image: none; +} + +.lightdm.button:focused, +.lightdm.entry:focused { + border-color: alpha (white, 0.9); + border-width: 1px; + border-style: solid; + + color: white; +} + +.lightdm.entry:selected { + background-color: alpha (white, 0.2); +} + +@keyframes dashentry_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; +} + +.lightdm.option-button { + padding: 2px; + background: none; + border: 0; +} + +.lightdm.toggle-button { + background: none; + border-width: 0; +} + +.lightdm.toggle-button.selected { + background-color: alpha (black, 0.3); + border-width: 1px; +} Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/backdrop-radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-active-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-active-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-default-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-default-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-default-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-default-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-default-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-default-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-default.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-default.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-menuitem-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-menuitem-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-arrow-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-arrow-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-arrow.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-arrow.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-button-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-button-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/frame.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/frame.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/notebook-tab-bottom.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/notebook-tab-bottom.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/notebook-tab-left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/notebook-tab-left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/notebook-tab-right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/notebook-tab-right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/notebook-tab-top.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/notebook-tab-top.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/progressbar-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/progressbar-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/progressbar-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/progressbar-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/progressbar-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/progressbar-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/progressbar-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/progressbar-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radiance-entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-horizontal-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-horizontal-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-horizontal-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-horizontal-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-horizontal-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-horizontal-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-vertical-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-vertical-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-vertical-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-vertical-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-vertical-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-vertical-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scale-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scrollbar_handle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scrollbar_handle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scrollbar_handle_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/scrollbar_handle_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-horizontal-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-horizontal-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-horizontal-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-horizontal-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-horizontal-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-horizontal-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-horizontal-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-horizontal-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-horizontal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-horizontal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_prelight_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_prelight_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_vertical_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_vertical_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-vertical-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-vertical-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-vertical-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-vertical-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-vertical-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-vertical-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-vertical-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-vertical-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_vertical_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_vertical_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/slider-vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-button-off-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-button-off-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-button-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-button-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-button-on-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-button-on-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-button-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-button-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-trough-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-trough-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-trough-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-trough-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-trough-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-trough-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-trough-toolbar-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-trough-toolbar-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-trough-toolbar-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/assets/switch-trough-toolbar-on.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1 @@ +@import url("gtk-main.css"); \ No newline at end of file diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-main.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-main.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-main.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-main.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,70 @@ +/*default color scheme */ +@define-color bg_color #F2F2F2; +@define-color fg_color #4C4C4C; +@define-color base_color #ffffff; +@define-color text_color #3C3C3C; +@define-color selected_bg_color #DE3039; +@define-color selected_fg_color #ffffff; +@define-color tooltip_bg_color #000000; +@define-color tooltip_fg_color #ffffff; + +/* misc colors used by gtk+ + * + * Gtk doesn't currently expand color variables for style properties. Thus, + * gtk-widgets.css uses literal color names, but includes a comment containing + * the name of the variable. Please remember to change values there as well + * when changing one of the variables below. + */ +@define-color info_fg_color rgb (181, 171, 156); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (173, 120, 41); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (97, 122, 214); +@define-color question_bg_color rgb (138, 173, 212); +@define-color error_fg_color rgb (235, 235, 235); +@define-color error_bg_color rgb (223, 56, 44); +@define-color link_color @selected_bg_color; +@define-color success_color #4e9a06; +@define-color error_color #df382c; + +/* theme common colors */ +@define-color button_bg_color shade (@bg_color, 1.02); /*shade (#cdcdcd, 1.08);*/ +@define-color notebook_button_bg_color shade (@bg_color, 1.02); +@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6); +@define-color dark_bg_color #DFDFDF; +@define-color dark_fg_color @fg_color; + +@define-color backdrop_fg_color mix (@bg_color, @fg_color, 0.8); +@define-color backdrop_text_color mix (@base_color, @text_color, 0.8); +@define-color backdrop_dark_fg_color mix (@dark_bg_color, @dark_fg_color, 0.75); +@define-color backdrop_selected_bg_color shade (@bg_color, 0.92); +@define-color backdrop_selected_fg_color @fg_color; + +@define-color focus_color alpha (@selected_bg_color, 0.5); +@define-color focus_bg_color alpha (@selected_bg_color, 0.1); + +@define-color shadow_color alpha(black, 0.5); + +@define-color osd_fg_color #eeeeec; +@define-color osd_bg_color alpha(#202526, 0.7); +@define-color osd_border_color alpha(black, 0.7); + +@import url("gtk-widgets-borders.css"); +@import url("gtk-widgets-borders-radiance.css"); +@import url("gtk-widgets-assets.css"); +@import url("gtk-widgets-assets-radiance.css"); +@import url("gtk-widgets.css"); +@import url("gtk-widgets-radiance.css"); +@import url("apps/geary.css"); +@import url("apps/unity.css"); +@import url("apps/unity-greeter.css"); +@import url("apps/baobab.css"); +@import url("apps/gedit.css"); +@import url("apps/nautilus.css"); +@import url("apps/gnome-panel.css"); +@import url("apps/gnome-terminal.css"); +@import url("apps/gnome-system-log.css"); +@import url("apps/glade.css"); +@import url("apps/california.css"); +@import url("apps/software-center.css"); +@import url("public-colors.css"); diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-assets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-assets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-assets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-assets.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,562 @@ +/*************** + * Resize grip * + ***************/ + +.grip { + background-color: transparent; + /*background-image: url("assets/resize-grip.svg");*/ +} + +/************************* + * Check and Radio items * + *************************/ + +/* draw regular check and radio items using our SVG assets */ +.check { + -gtk-icon-source: url("assets/check-unselected.png"); +} + +.check:hover { + -gtk-icon-source: url("assets/check-unselected-hover.png"); +} + +.check row, +.check row:selected, +.check row:selected:focus { + -gtk-icon-source: url("assets/check-unselected-alt.png"); +} + +.check row:hover, +.check row:selected:hover, +.check row:selected:focus:hover { + -gtk-icon-source: url("assets/check-unselected-hover-alt.png"); +} + +.check:insensitive { + -gtk-icon-source: url("assets/check-unselected-disabled.png"); +} + +.check row:insensitive { + background-color: transparent; +} + +.check row:insensitive, +.check row:selected:insensitive, +.check row:selected:focus:insensitive { + background-color: transparent; + -gtk-icon-source: url("assets/check-unselected-disabled-alt.png"); +} + +.check:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected.png"); +} + +.check:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover.png"); +} + +.check row:backdrop, +.check row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-alt.png"); +} + +.check row:hover:backdrop, +.check row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover-alt.png"); +} + +.check:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled.png"); +} + +.check row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled-alt.png"); +} + +.check:checked { + -gtk-icon-source: url("assets/check-selected.png"); +} + +.check:checked:hover { + -gtk-icon-source: url("assets/check-selected-hover.png"); +} + +.check row:checked, +.check row:selected:checked, +.check row:selected:focus:checked { + -gtk-icon-source: url("assets/check-selected-alt.png"); +} + +.check row:checked:hover, +.check row:selected:checked:hover, +.check row:selected:checked:focus:hover { + -gtk-icon-source: url("assets/check-selected-hover-alt.png"); +} + +.check:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled.png"); +} + +.check row:checked:insensitive, +.check row:selected:checked:insensitive, +.check row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled-alt.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover.png"); +} + +.check row:checked:backdrop, +.check row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-alt.png"); +} + +.check row:checked:hover:backdrop, +.check row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover-alt.png"); +} + +.check:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled.png"); +} + +.check row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled-alt.png"); +} + +.check:inconsistent { + -gtk-icon-source: url("assets/check-mixed.png"); +} + +.check:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover.png"); +} + +.check row:inconsistent, +.check row:selected:inconsistent, +.check row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/check-mixed-alt.png"); +} + +.check row:inconsistent:hover, +.check row:selected:inconsistent:hover, +.check row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled.png"); +} + +.check row:inconsistent:insensitive, +.check row:selected:inconsistent:insensitive, +.check row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled-alt.png"); +} + +.check:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed.png"); +} + +.check:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover.png"); +} + +.check row:inconsistent:backdrop, +.check row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-alt.png"); +} + +.check row:inconsistent:hover:backdrop, +.check row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled.png"); +} + +.check row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled-alt.png"); +} + +.radio { + -gtk-icon-source: url("assets/radio-unselected.png"); +} + +.radio:hover { + -gtk-icon-source: url("assets/radio-unselected-hover.png"); +} + +.radio row, +.radio row:selected, +.radio row:selected:focus { + -gtk-icon-source: url("assets/radio-unselected-alt.png"); +} + +.radio row:hover, +.radio row:selected:hover, +.radio row:selected:focus:hover { + -gtk-icon-source: url("assets/radio-unselected-hover-alt.png"); +} + +.radio:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled.png"); +} + +.radio row:insensitive { + background-color: transparent; +} + +.radio row:insensitive, +.radio row:selected:insensitive, +.radio row:selected:focus:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled-alt.png"); +} + +.radio:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected.png"); +} + +.radio:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover.png"); +} + +.radio row:backdrop, +.radio row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-alt.png"); +} + +.radio row:hover:backdrop, +.radio row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover-alt.png"); +} + +.radio:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled.png"); +} + +.radio row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled-alt.png"); +} + +.radio:checked { + -gtk-icon-source: url("assets/radio-selected.png"); +} + +.radio:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover.png"); +} + +.radio row:checked, +.radio row:selected:checked, +.radio row:selected:focus:checked { + -gtk-icon-source: url("assets/radio-selected-alt.png"); +} + +.radio row:checked:hover, +.radio row:selected:checked:hover, +.radio row:selected:focus:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled.png"); +} + +.radio row:insensitive, +.radio row:selected:checked:insensitive, +.radio row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled-alt.png"); +} + +.radio:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected.png"); +} + +.radio:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover.png"); +} + +.radio row:checked:backdrop, +.radio row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-alt.png"); +} + +.radio row:checked:hover:backdrop, +.radio row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled.png"); +} + +.radio row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled-alt.png"); +} + +.radio:inconsistent { + -gtk-icon-source: url("assets/radio-mixed.png"); +} + +.radio:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover.png"); +} + +.radio row:inconsistent, +.radio row:selected:inconsistent, +.radio row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover, +.radio row:selected:inconsistent:hover, +.radio row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled.png"); +} + +.radio row:inconsistent:insensitive, +.radio row:selected:inconsistent:insensitive, +.radio row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled-alt.png"); +} + +.radio:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed.png"); +} + +.radio:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover.png"); +} + +.radio row:inconsistent:backdrop, +.radio row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover:backdrop, +.radio row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled.png"); +} + +.radio row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled-alt.png"); +} + +.primary-toolbar .menu .check, +.menubar.toolbar .menu .check, +.header-bar .menu .check, +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .radio, +.menubar.toolbar .menu .radio, +.header-bar .menu .radio, +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .check:checked, +.menubar.toolbar .menu .check:checked, +.header-bar .menu .check:checked, +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:hover, +.menu .check:checked:hover { + -gtk-icon-source: url("assets/check-menuitem.png"); +} + +.primary-toolbar .menu .check:checked:insensitive, +.menubar.toolbar .menu .check:checked:insensitive, +.header-bar .menu .check:checked:insensitive, +.toolbar .menu .check:checked:hover:insensitive, +.menu .check:checked:insensitive, +.menu .check:checked:hover:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive.png"); +} + +.toolbar .menu .radio:checked:hover, +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem.png"); +} + +.primary-toolbar .menu .radio:checked:insensitive, +.menubar.toolbar .menu .radio:checked:insensitive, +.header-bar .menu .radio:checked:insensitive, +.toolbar .menu .radio:checked:hover:insensitive, +.menu .radio:checked:insensitive, +.menu .radio:checked:hover:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive.png"); +} + +.toolbar .menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.toolbar .menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.toolbar .menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} + +/********************* + * GtkScale's slider * + *********************/ +.scale.slider, +.scale.slider.horizontal { + background-image: url("assets/slider-horizontal.png"); +} + +.scale.slider:backdrop, +.scale.slider.horizontal:backdrop { + /*background-image: url("assets/slider-horizontal-disabled.png");*/ +} + +.scale.slider:hover, +.scale.slider.horizontal:hover { + background-image: url("assets/slider-horizontal-hover.png"); +} + +.scale.slider:focused, +.scale.slider.horizontal:focused { + background-image: url("assets/slider-horizontal-focused.png"); +} + +.scale.slider:hover:focused, +.scale.slider.horizontal:hover:focused { + background-image: url("assets/slider-horizontal-focused-hover.png"); +} + +.scale.slider:insensitive, +.scale.slider.horizontal:insensitive { + background-image: url("assets/slider-horizontal-disabled.png"); +} + +.scale.slider:insensitive:backdrop, +.scale.slider.horizontal:insensitive:backdrop { + /*background-image: url("assets/slider-horizontal-backdrop-disabled.png");*/ +} + +.scale.slider.vertical { + background-image: url("assets/slider-vertical.png"); +} + +.scale.slider.vertical:backdrop { + /*background-image: url("assets/slider-vertical-backdrop.png");*/ +} + +.scale.slider.vertical:hover { + background-image: url("assets/slider-vertical-hover.png"); +} + +.scale.slider.vertical:focused { + background-image: url("assets/slider-vertical-focused.png"); +} + +.scale.slider.vertical:hover:focused { + background-image: url("assets/slider-vertical-focused-hover.png"); +} + +.scale.slider.vertical:insensitive { + background-image: url("assets/slider-vertical-disabled.png"); +} + +.scale.slider.vertical:insensitive:backdrop { + /*background-image: url("assets/slider-vertical-backdrop-disabled.png");*/ +} + +/*.scale.scale-has-marks-above.slider.horizontal { + background-image: url("assets/slider-up.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:insensitive { + background-image: url("assets/slider-up-disabled.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop { + background-image: url("assets/slider-up-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-up-backdrop-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical { + background-image: url("assets/slider-left.png"); +} + +.scale.scale-has-marks-above.slider.vertical:insensitive { + background-image: url("assets/slider-left-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop { + background-image: url("assets/slider-left-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-left-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal { + background-image: url("assets/slider-down.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:insensitive { + background-image: url("assets/slider-down-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop { + background-image: url("assets/slider-down-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-down-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical { + background-image: url("assets/slider-right.png"); +} + +.scale.scale-has-marks-below.slider.vertical:insensitive { + background-image: url("assets/slider-right-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop { + background-image: url("assets/slider-right-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-right-backdrop-disabled.png"); +}*/ + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-assets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-assets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-assets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-assets-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-borders.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-borders.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-borders.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-borders.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,313 @@ +/* Borders */ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border: 1px solid #2e2e2c; + border-bottom-width: 0px; + border-radius: 4px 4px 0 0; +} + +/********* + * entry * + *********/ +.entry { + border-radius: 8px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.entry { + border-image: url("assets/entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:backdrop { + border-image: url("assets/backdrop-entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:focus { + border-image: url("assets/entry-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive { + border-image: url("assets/entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive:backdrop { + border-image: url("assets/backdrop-entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + border-radius: 8px; + border-width: 0; +} + +/****************** + * combobox entry * + ******************/ +GtkComboBox.combobox-entry .entry:first-child, +GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 1px 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +GtkComboBox.combobox-entry .entry:last-child, +GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +GtkComboBox.combobox-entry .button { + border-image: url("assets/combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:backdrop { + border-image: url("assets/backdrop-combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive { + border-image: url("assets/combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive:backdrop { + border-image: url("assets/backdrop-combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:active:focus { + border-image: url("assets/combobox-button-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:first-child, +.primary-toolbar GtkComboBox.combobox-entry .button:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:first-child, +.header-bar GtkComboBox.combobox-entry .entry:first-child, +.header-bar GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:last-child, +.primary-toolbar GtkComboBox.combobox-entry .button:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:last-child, +.header-bar GtkComboBox.combobox-entry .entry:last-child, +.header-bar GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +.notebook tab.top:active { + border-image: url("assets/notebook-tab-top.png") 8 10 1 10 / 8px 10px 1px 10px stretch; +} + +.notebook tab.right:active { + border-image: url("assets/notebook-tab-right.png") 10 8 10 1 / 10px 8px 10px 1px stretch; +} + +.notebook tab.bottom:active { + border-image: url("assets/notebook-tab-bottom.png") 1 10 8 10 / 1px 10px 8px 10px stretch; +} + +.notebook tab.left:active { + border-image: url("assets/notebook-tab-left.png") 10 1 10 8 / 10px 1px 10px 8px stretch; +} + +/* unfocused window: generic element borders */ +.button:backdrop, +GtkComboBox.combobox-entry .entry:backdrop, +GtkComboBox.combobox-entry .button:backdrop, +.entry:backdrop, +GtkSwitch.trough:backdrop, +.trough:backdrop { +} + +.trough, +.trough.highlight { + border-radius: 4px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.trough { + border-image: url("assets/progressbar-horizontal-trough.png") 6 7 6 7 / 6px 7px 6px 7px stretch; +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +.trough row { +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +GtkSwitch.trough { + border-image: url("assets/switch-trough-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.trough:active { + border-image: url("assets/switch-trough-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough, +.menubar.toolbar GtkSwitch.trough, +.header-bar GtkSwitch.trough { + border-image: url("assets/switch-trough-toolbar-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough:active, +.menubar.toolbar GtkSwitch.trough:active, +.header-bar GtkSwitch.trough:active { + border-image: url("assets/switch-trough-toolbar-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:active:backdrop, +GtkSwitch.trough:insensitive, +GtkSwitch.trough:active:insensitive { + border-image: url("assets/switch-trough-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.slider { + border-image: url("assets/switch-button-off.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +GtkSwitch.slider:active { + border-image: url("assets/switch-button-on.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:backdrop, +GtkSwitch.slider:insensitive { + border-image: url("assets/switch-button-off-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:active:backdrop, +GtkSwitch.slider:active:insensitive { + border-image: url("assets/switch-button-on-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-image: url("assets/progressbar-horizontal-fill.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical { + border-image: url("assets/progressbar-vertical-fill.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop { + border-image: url("assets/progressbar-horizontal-fill-backdrop.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical:backdrop { + border-image: url("assets/progressbar-vertical-fill-backdrop.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.scale.trough { + border-image: url("assets/scale-horizontal-trough.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:insensitive { + border-image: url("assets/scale-horizontal-trough-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:backdrop { + border-image: url("assets/scale-horizontal-trough-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical { + border-image: url("assets/scale-vertical-trough.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.vertical:insensitive { + border-image: url("assets/scale-vertical-trough-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left { + border-image: url("assets/scale-horizontal-fill.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical:backdrop { + border-image: url("assets/scale-vertical-trough-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left:insensitive { + border-image: url("assets/scale-horizontal-fill-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.left:backdrop { + border-image: url("assets/scale-horizontal-fill-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.bottom.vertical { + border-image: url("assets/scale-vertical-fill.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:insensitive { + border-image: url("assets/scale-vertical-fill-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:backdrop { + border-image: url("assets/scale-vertical-fill-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-borders-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-borders-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-borders-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-borders-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,38 @@ + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/radiance-entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/radiance-entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/radiance-combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/radiance-combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/radiance-combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border-color: #b8ab9c; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets.css 2015-08-19 22:32:01.000000000 +0000 @@ -0,0 +1,2126 @@ +* { + -GtkArrow-arrow-scaling: 0.6; + -GtkButton-child-displacement-x: 1; + -GtkButton-child-displacement-y: 1; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-interior-focus: true; + -GtkButton-inner-border: 3; + -GtkCheckButton-indicator-size: 18; + -GtkCheckMenuItem-indicator-size: 16; + -GtkEntry-inner-border: 2; + -GtkEntry-progress-border: 0; + -GtkExpander-expander-size: 8; + -GtkHTML-link-color: #F83F3F; /* @link_color */ + -GtkIMHtml-hyperlink-color: #F83F3F; /* @link_color */ + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 5px; + -GtkMenuBar-internal-padding: 0; + -GtkMenuItem-arrow-scaling: 0.6; + -GtkNotebook-tab-overlap: 1; + -GtkPaned-handle-size: 6; + -GtkProgressBar-min-horizontal-bar-height: 14; + -GtkProgressBar-min-vertical-bar-width: 14; + -GtkRange-trough-border: 0; + -GtkRange-slider-width: 14; + -GtkRange-stepper-size: 13; + -GtkRange-trough-under-steppers: 1; + -GtkRange-stepper-spacing: 0; + -GtkScale-trough-border: 0; + -GtkScrollbar-activate-slider: 1; + -GtkScrollbar-trough-border: 0; + -GtkScrollbar-min-slider-length: 31; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkSeparatorMenuItem-horizontal-padding: 0; + -GtkStatusbar-shadow-type: none; + -GtkTextView-error-underline-color: #df382c; /* @error_color */ + -GtkToolButton-icon-spacing: 6; + -GtkToolItemGroup-expander-size: 11; + -GtkToolbar-internal-padding: 0; + -GtkTreeView-expander-size: 8; + -GtkTreeView-vertical-separator: 0; + -GtkWidget-separator-width: 2; + -GtkWidget-separator-height: 2; + -GtkWidget-link-color: #F83F3F; /* @link_color */ + -GtkWidget-visited-link-color: #F83F3F; /* @link_color */ + -GtkWindow-resize-grip-width: 0; + -GtkWindow-resize-grip-height: 0; + -WnckTasklist-fade-overlay-rect: 0; + + background-origin: border-box; + background-clip: padding-box; +} + +.background { + color: @fg_color; + background-color: @bg_color; +} + +.background:backdrop { + color: @backdrop_fg_color; +} + +/* LP: #1285783 */ +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; +} + +GtkPaned { + background-color: @bg_color; +} + +/* Background hack to make DejaDup Assistant windows not turn black when + * overlay scrollbars are enabled. + */ +Assistant GtkEventBox { + background-color: @bg_color; +} + +/* ... and for Evolution's mail preferences window */ +EPreferencesWindow GtkNotebook GtkAlignment GtkVBox { + background-color: @bg_color; +} + +/************* + * assistant * + *************/ +GtkAssistant .sidebar .highlight { + color: @fg_color; + font: bold; +} + +GtkAssistant .sidebar { + background-color: shade (@bg_color, 0.97); + border-right-color: shade (@bg_color, 0.8); + border-radius: 0; + border-style: solid; + border-width: 0 1px 0 0; + padding: 12px; + + color: mix (@fg_color, @bg_color, 0.40); + text-shadow: 0 1px shade (@bg_color, 1.04); + + box-shadow: inset -1px 0 shade (@bg_color, 0.94); +} + +/********** + * button * + **********/ +.button { + padding: 5px 6px; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + + border: 1px solid transparent; + border-radius: 8px; + border-image-source: url("assets/button.png"); + + /* all button border images have the same size and are sliced in the same way */ + border-image-width: 10px 12px 10px 12px; + border-image-slice: 10 12 10 12; + border-image-repeat: stretch; +} + +.button.flat { + background-image: none; + border-image-source: none; +} + +.button:backdrop { + background-image: none; + background-color: @bg_color; + border-image-source: url("assets/backdrop-button.png"); + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +.button.flat:backdrop { + border-image-source: none; +} + +.button:focus { + border-image-source: url("assets/button-focused.png"); +} + +.button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.12)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.96))); + border-image-source: url("assets/button-hover.png"); +} + +.button:hover:backdrop { + background-color: shade (@bg_color, 1.04); + border-image-source: url("assets/backdrop-button-hover.png"); +} + +.button:hover:focus { + border-image-source: url("assets/button-focused-hover.png"); +} + +.button:insensitive { + background-image: none; + background-color: mix (#ebebeb, @bg_color, 0.5); + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + border-image-source: url("assets/button-disabled.png"); +} + +.button:insensitive:backdrop { + background-color: #ebebeb; + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); + border-image-source: url("assets/backdrop-button-disabled.png"); +} + +.button.flat:insensitive, +.button.flat:insensitive:backdrop { + background-color: transparent; + border-image-source: none; +} + +.button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + border-image-source: url("assets/button-active.png"); +} + +.button:checked:focus { + border-image-source: url("assets/button-active-focused.png"); +} + +.button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#dcdcdc), + to (#f3f3f3)); + border-image-source: url("assets/button-active-hover.png"); +} + +.button:active:focus { + border-image-source: url("assets/button-active-focused-hover.png"); +} + +.button:active:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#e3e3e3), + to (#f3f3f3)); + border-image-source: url("assets/button-active-disabled.png"); +} + +.button:checked:backdrop { + border-image-source: url("assets/backdrop-button-active.png"); +} + +.button:active:backdrop { + border-image-source: url("assets/backdrop-button-active-hover.png"); +} + +.button:checked:insensitive:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (#e3e3e3, @bg_color, 0.5)), + to (mix (#f3f3f3, @bg_color, 0.5))); + border-image-source: url("assets/backdrop-button-active-disabled.png"); +} + +.button.default { + border-image-source: url("assets/button-default.png"); +} + +.button.default:hover { + border-image-source: url("assets/button-default-hover.png"); +} + +.button.default:focus { + border-image-source: url("assets/button-default-focused.png"); +} + +.button.default:focus:hover { + border-image-source: url("assets/button-default-focused-hover.png"); +} + +/****************** + * Linked Widgets * + *****************/ +.linked > .entry, +.linked > .button, +.linked > GtkComboBox > .button { + border-radius: 0; + border-image-width: 10px 0 10px 0; + border-width: 1px 0 1px 0; + box-shadow: inset -1px 0 shade (@bg_color, 0.84); +} + +.linked > .entry:first-child, +.linked > .button:first-child, +.linked > GtkComboBox:first-child > .button { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; +} + +.linked > .entry:last-child, +.linked > .button:last-child, +.linked > GtkComboBox:last-child > .button { + border-image-width: 10px 12px 10px 0; + border-radius: 0 8px 8px 0; + box-shadow: none; +} + +.linked > .entry:only-child, +.linked > .button:only-child, +.linked > GtkComboBox:only-child > .button { + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +.primary-toolbar .linked .button, +.header-bar .linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.header-bar .linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.header-bar .linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4) +} + +.primary-toolbar .linked .button:active, +.header-bar .linked .button:active, +.primary-toolbar .linked .button:insensitive, +.header-bar .linked .button:insensitive { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:only-child, +.header-bar .linked .button:only-child { + box-shadow: none; +} + +/**************** + * cell and row * + ****************/ +.cell { + -GtkCheckButton-indicator-size: 16; + + background-color: @base_color; + border-radius: 0; + border-width: 0; +} + +row:selected { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@selected_bg_color, 1.06)), + to (shade (@selected_bg_color, 0.94))); + border-top-color: shade (@selected_bg_color, 0.88); + border-style: solid; + border-width: 1px 0 0 0; + + color: @selected_fg_color; +} + +row:selected:backdrop { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@backdrop_selected_bg_color, 1.06)), + to (shade (@backdrop_selected_bg_color, 0.94))); + border-top-color: shade (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + +/******************* + * check and radio * + *******************/ + +/* Draw a focus ring around the contained label ... */ +GtkCheckButton.text-button GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +GtkCheckButton.text-button:focus GtkLabel { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +/* ... unless it's a proper button, which already has a focus-colored border */ +.button.text-button:focus GtkLabel { + border: none; + background: none; +} + +.menu .radio * { + box-shadow: none; +} + +/***************** + * column-header * + *****************/ +column-header .button, +column-header .button:active { + border-radius: 0; + border-width: 0 1px 1px 0; + border-image: none; +} + +column-header .button { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.06)), + to (shade (@bg_color, 1.04))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); + + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.4); +} + +column-header .button:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.02))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.94)), + to (shade (@bg_color, 0.88))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.03), + inset 0 -1px shade (@bg_color, 1.03); +} + +column-header .button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.13)), + to (shade (@bg_color, 1.08))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + +column-header .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.1)), + to (shade (@bg_color, 1.06))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + + +column-header:nth-child(last) .button { + border-width: 0 0 1px 0; +} + +/**************** + * Content view * + ****************/ +.content-view.view { + background-color: shade (@bg_color, 1.01); +} + +.content-view.view:prelight { + background-color: shade (@bg_color, 1.03); +} + +.view:selected, +.view:active, +.content-view.view:selected, +.content-view.view:active { + background-color: @selected_bg_color; +} + +.content-view.view:insensitive { + background-color: @bg_color; +} + +.content-view.view:backdrop { + background-color: @bg_color; +} + +.content-view.view:selected:backdrop { + background-color: @backdrop_selected_bg_color; +} + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; +} + +/********* + * entry * + *********/ +.entry { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@base_color, 0.96)), + to (@base_color)); + padding: 5px 7px; + + color: @text_color; +} + +.entry:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@base_color, 0.96), @bg_color, 0.5)), + to (mix (@base_color, @bg_color, 0.5))); + color: @backdrop_text_color; +} + +.entry:selected, +.entry:selected:focused { + background-color: @selected_bg_color; + + color: @selected_fg_color; +} + +.entry:insensitive { + background-color: #f5f5f5; + background-image: none; + + color: mix (@text_color, @base_color, 0.4); +} + +.entry:insensitive:backdrop { + background-color: mix (#f5f5f5, @bg_color, 0.5); + + color: mix (@text_color, @base_color, 0.4); +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.8)), + color-stop (0.1, shade (@selected_bg_color, 0.9)), + to (shade (@selected_bg_color, 1.1))); + border-width: 0; + + color: @selected_fg_color; +} + +/************ + * expander * + ************/ +.expander { + color: @fg_color; +} + +/********* + * frame * + *********/ +.frame { + border-radius: 3px; + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.82); + border-image: none; + background: none; +} + +.frame.flat { + border: none; +} + +/**************** + * window-frame * + ****************/ + +.window-frame.csd.popup { + border-style: none; + border-radius: 0; + box-shadow: 0 3px 8px @shadow_color; +} + +.window-frame { + border: none; + border-radius: 2px 2px 0 0; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), + 0 6px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); + + /* this is used for the resize cursor area */ + margin: 15px; +} + +.window-frame:backdrop { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.12); +} + +.window-frame.tiled { + border-radius: 0; +} + +.window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: none; +} + +.window-frame.csd.message-dialog { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), + 0 3px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); +} + +/******* + * CSD * + *******/ +.titlebar { + border-radius: 0px; + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +.tiled .titlebar { + border-radius: 0; +} + +.maximized .titlebar { + border-radius: 0; +} + +/* this is the default titlebar that is added by GTK + * when client-side decorations are in use and the application + * does not set a custom titlebar. + */ +.titlebar.default-decoration { + border: none; + box-shadow: none; +} + +.titlebar .title { + font: bold; +} + +.titlebar:backdrop { + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + background-color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +/************ + * iconview * + ************/ +.view { + background-color: @base_color; + color: @text_color; +} + +GtkIconView.view.cell:selected, +GtkIconView.view.cell:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.0)), + to (shade (@selected_bg_color, 0.9))); + border-radius: 5px; + border-style: solid; + border-width: 1px; + border-color: shade (@selected_bg_color, 0.8); + border-bottom-color: shade (@selected_bg_color, 0.7); + + color: @selected_fg_color; + + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.05), + inset -1px 0 shade (@selected_bg_color, 1.05), + inset 0 1px shade (@selected_bg_color, 1.08), + inset 0 -1px shade (@selected_bg_color, 1.0); +} + +.rubberband { + background-color: alpha (@selected_bg_color, 0.35); + border-color: @selected_bg_color; + border-radius: 0; + border-style: solid; + border-width: 1px; +} + +GtkIconView.cell { + background-color: transparent; +} + +/*********** + * infobar * + ***********/ +.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@info_bg_color, 1.04)), + to (shade (@info_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @info_fg_color; + + border-color: shade (@info_bg_color, 0.8); + border-bottom-color: shade (@info_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@info_bg_color, 1.08), + inset -1px 0 shade (@info_bg_color, 1.08), + inset 0 1px shade (@info_bg_color, 1.1), + inset 0 -1px shade (@info_bg_color, 1.04); +} + +.warning { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@warning_bg_color, 1.04)), + to (shade (@warning_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @warning_fg_color; + + border-color: shade (@warning_bg_color, 0.8); + border-bottom-color: shade (@warning_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@warning_bg_color, 1.08), + inset -1px 0 shade (@warning_bg_color, 1.08), + inset 0 1px shade (@warning_bg_color, 1.1), + inset 0 -1px shade (@warning_bg_color, 1.04); +} + +.question { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@question_bg_color, 1.04)), + to (shade (@question_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @question_fg_color; + + border-color: shade (@question_bg_color, 0.8); + border-bottom-color: shade (@question_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@question_bg_color, 1.08), + inset -1px 0 shade (@question_bg_color, 1.08), + inset 0 1px shade (@question_bg_color, 1.1), + inset 0 -1px shade (@question_bg_color, 1.04); +} + +.error { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@error_bg_color, 1.04)), + to (shade (@error_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @error_fg_color; + + border-color: shade (@error_bg_color, 0.8); + border-bottom-color: shade (@error_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@error_bg_color, 1.08), + inset -1px 0 shade (@error_bg_color, 1.08), + inset 0 1px shade (@error_bg_color, 1.1), + inset 0 -1px shade (@error_bg_color, 1.04); +} + +/******** + * menu * + ********/ +GtkTreeMenu.menu, +.toolbar .header-bar .menu, +GtkMenuToolButton.menu, +.primary-toolbar .button .menu, +.header-bar .button .menu, +.menu { + background-image: none; + background-color: shade (@dark_bg_color, 1.08); + border-bottom-color: shade (@dark_bg_color, 0.96); + border-left-color: shade (@dark_bg_color, 0.8); + border-right-color: shade (@dark_bg_color, 0.8); + border-top-color: shade (@dark_bg_color, 0.96); + padding: 0; + border-width: 1px; + border-style: solid; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.18), + inset 0 -1px shade (@dark_bg_color, 1.18), + inset -1px 0 shade (@dark_bg_color, 1.16), + inset 1px 0 shade (@dark_bg_color, 1.18); + + margin: 1px; +} + +.toolbar .menu, +GtkComboBox .menu { + background-image: none; + background-color: @bg_color; + border-bottom-color: shade (@bg_color, 0.66); + border-left-color: shade (@bg_color, 0.7); + border-right-color: shade (@bg_color, 0.7); + border-top-color: shade (@bg_color, 0.8); + border-style: solid; + padding: 0; + + color: @fg_color; + + box-shadow: inset -1px 0 shade (@bg_color, 1.18), + inset 1px 0 shade (@bg_color, 1.18), + inset 0 1px shade (@bg_color, 1.18); +} + +.menu:selected { + background-color: @selected_bg_color; +} + +.menu.button:hover, +.menu.button:checked, +.menu.button:checked:insensitive, +.menu.button:insensitive, +.menu.button +{ + background-color: shade (@dark_bg_color, 1.08); + background-image: none; + border-radius: 0; + border-style: none; + border-width: 1px; +} + +.context-menu { + font: regular medium; +} + +/*********** + * menubar * + ***********/ +.menubar { + -GtkWidget-window-dragging: true; + + background-color: @dark_bg_color; + background-image: none; + border-width: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.menubar:backdrop { + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.8); +} + +/*************** + * menubaritem * + ***************/ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.38)), + to (shade (@dark_bg_color, 1.11))); + + box-shadow: inset 0 1px 1px 0 shade (@dark_bg_color, 1.8); + + color: shade (@dark_fg_color, 1.1); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +/************ + * menuitem * + ************/ +.menuitem { + -GtkMenuItem-horizontal-padding: 0; + background: transparent; + border-radius: 0; + padding: 3px 5px 3px 5px; + + text-shadow: none; +} + +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { +} + +GtkComboBox .menuitem *:hover { + color: @selected_fg_color; +} + +.popover .menuitem:checked:hover, +.menuitem:hover, +.menu .menuitem:hover { + border-radius: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.1)), + to (shade (@selected_bg_color, 0.9))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.7)), + to (shade (@selected_bg_color, 0.7))) 1; + border-image-width: 1px; + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.02), + inset -1px 0 shade (@selected_bg_color, 1.02), + inset 0 1px shade (@selected_bg_color, 1.16), + inset 0 -1px shade (@selected_bg_color, 0.96); + + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem.check:checked, +.menuitem.radio:checked { + color: @fg_color; +} + +.menu .menuitem.check:hover, +.menu .menuitem.radio:hover { + box-shadow: none; +} + +GtkTreeMenu.menu .menuitem:insensitive, +GtkTreeMenu.menu .menuitem *:insensitive, +.toolbar .header-bar .menu .menuitem:insensitive, +.toolbar .header-bar .menu .menuitem *:insensitive, +GtkMenuToolButton.menu .menuitem:insensitive, +GtkMenuToolButton.menu .menuitem *:insensitive, +.primary-toolbar .button .menu .menuitem:insensitive, +.primary-toolbar .button .menu .menuitem *:insensitive, +.header-bar .button .menu .menuitem:insensitive, +.header-bar .button .menu .menuitem *:insensitive, +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@dark_fg_color, @dark_bg_color, 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.toolbar .menu .menuitem:insensitive, +.toolbar .menu .menuitem *:insensitive, +GtkComboBox .menu .menuitem:insensitive, +GtkComboBox .menu .menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +.menuitem GtkCalendar, +.menuitem GtkCalendar.button, +.menuitem GtkCalendar.header, +.menuitem GtkCalendar.view { + background-color: @dark_bg_color; + background-image: none; + border-radius: 0; + border-style: solid; + border-width: 0; + padding: 0; + + color: @dark_fg_color; +} + +.menuitem GtkCalendar { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; +} + +.menuitem GtkCalendar:inconsistent { + color: shade (@bg_color, 0.6); +} + +.menuitem .entry { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; + + color: @dark_fg_color; + + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 0.9))) 1; + border-image-width: 1px; +} + +.primary-toolbar GtkScale.trough, +.primary-toolbar GtkScale.trough:backdrop, +.header-bar GtkScale.trough, +.header-bar GtkScale.trough:backdrop, +.menuitem GtkScale.trough { + background-color: @dark_bg_color; + background-image: none; + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 1.15))) 1; + border-image-width: 1px; +} + +.menuitem .accelerator { + color: alpha (@dark_fg_color, 0.5); +} + +.menuitem .accelerator:hover { + color: alpha (@selected_fg_color, 0.8); +} + +.menuitem .accelerator:insensitive { + color: alpha (mix (@dark_fg_color, @dark_bg_color, 0.5), 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.menuitem > GtkBox > GtkImage + GtkLabel { + padding-left: 6px; +} + +/************ + * notebook * + ************/ +.notebook tab.top { padding: 4px 6px 2px 6px; } +.notebook tab.top:active { padding-bottom: 3px; } +.notebook tab.bottom { padding: 2px 6px 4px 6px; } +.notebook tab.bottom:active { padding-top: 3px; } +.notebook tab.left { padding: 2px 4px 2px 6px; } +.notebook tab.left:active { padding-right: 5px; } +.notebook tab.right { padding: 2px 6px 2px 4px; } +.notebook tab.right:active { padding-left: 5px; } + +/* give active tab a background, as it might be dragged across of others when reordering */ +.notebook tab:active { + background-color: @bg_color; +} + +.notebook.header { + border-width: 0; /* set below depending on position of tab bar */ + border-color: shade (@bg_color, 0.82); + border-style: solid; +} + +/* Draw a border between tabs and content ... */ +.notebook.header.top { border-bottom-width: 1px; } +.notebook.header.right { border-left-width: 1px; } +.notebook.header.left { border-right-width: 1px; } +.notebook.header.bottom { border-top-width: 1px; } + +/* ... unless the content is in a frame (thus having a border itself */ +.notebook.header.frame.top { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.bottom { border: none; } + +.notebook tab.top { + border-image: -gtk-gradient (linear, left top, left bottom, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +.notebook tab.right { + border-image: -gtk-gradient (linear, right top, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.left { + border-image: -gtk-gradient (linear, left top, right top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.bottom { + border-image: -gtk-gradient (linear, left bottom, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +/* Draw a focus ring around labels in tabs */ +.notebook tab GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +.notebook:focus tab GtkLabel.active-page { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +.notebook GtkDrawingArea { + background-color: shade (@bg_color, 1.02); +} + +/****************** + * pane separator * + ******************/ +.sidebar .pane-separator, +.pane-separator { + background-color: transparent; + border-color: shade (@bg_color, 0.84); +} + +/************************* + * progressbar and scale * + *************************/ +GtkScale, +GtkProgressBar { + border-radius: 8px; + border-width: 0px; + padding: 1px; +} + +.scale.trough { + margin: 7px 0 6px 0; +} + +.scale.trough.vertical { + margin: 0 7px 0 6px; +} + +.menubar .menuitem .scale.highlight.left, +.scale.highlight.left, +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #C43546; + border-style: solid; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop, +.scale.highlight.bottom:backdrop, +.progressbar.vertical:backdrop { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #b0b0b0; +} + +.scale.highlight.left:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.scale.highlight.bottom:insensitive { + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.trough, +.trough row, +.trough row:hover, +.trough row:selected, +.trough row:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#d1d1d1), + to (#e8e8e8)); + border-style: solid; + border-width: 1px; + + color: @text_color; +} + +.trough.vertical { + background-image: -gtk-gradient (linear, left top, right top, + from (#d1d1d1), + to (#e8e8e8)); +} + +/* level bars as used for password quality or remaining power */ + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; +} + +GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; +} + +.level-bar.trough { + padding: 2px; +} + +.level-bar.fill-block { + border-width: 1px; + border-style: solid; + + border-color: @selected_bg_color; + background-color: #C43546; +} + +.level-bar.indicator-continuous.fill-block { + padding: 2px; + border-radius: 2px; +} + +.level-bar.fill-block:backdrop, +.level-bar.fill-block.level-high:backdrop, +.level-bar.fill-block.level-low:backdrop { + background-color: #b0b0b0; + border-color: #b0b0b0; + background-image: none; +} + + +.level-bar.indicator-discrete.fill-block.horizontal { + margin: 0 1px; +} + +.level-bar.indicator-discrete.fill-block.vertical { + margin: 1px 0; +} + +.level-bar.fill-block.level-high { + border-color: shade(@success_color, 0.85); + background-image: linear-gradient(to bottom, + shade(@success_color, 1.2), + @success_color 75%, + shade(@success_color, 0.95) + ); +} + +.level-bar.fill-block.level-low { + border-color: shade(@warning_bg_color, 0.80); + background-image: linear-gradient(to bottom, + shade(@warning_bg_color, 1.3), + @warning_bg_color 75%, + shade(@warning_bg_color, 0.90) + ); +} + +.level-bar.fill-block.empty-fill-block { + background-color: transparent; + background-image: none; + border-color: alpha(@bg_color, 0.1); +} + +.level-bar.fill-block.empty-fill-block:backdrop { + border-color: transparent; + background-color: transparent; +} + +GtkScale { + -GtkRange-slider-width: 18; + -GtkRange-trough-border: 0; + -GtkScale-slider-length: 14; +} + +GtkScale.vertical { + -GtkScale-slider-length: 13; +} + +.scale.trough.highlight { + background-color: #C43546; + background-image: none; + background-clip: content-box; +} + +.scale.trough.highlight:insensitive { + background-color: #b5b5b5; + background-image: none; +} + +.scale.trough.highlight.left { + margin: 7px 0 7px 0; +} + +.scale.trough.highlight:backdrop { + background-color: #dcdcdc; + background-image: none; +} + +.scale.trough.highlight.bottom { + margin: 0 7px 0 7px; +} + +GtkScale.mark { + border-color: shade (@bg_color, 0.8); +} + +/************* + * scrollbar * + *************/ +.scrollbar, +.scrollbar.vertical { + -GtkScrollbar-has-backward-stepper: 0; + -GtkScrollbar-has-forward-stepper: 0; + -GtkRange-slider-width: 14; + + border-radius: 20px; + + border-image: none; +} + +.scrollbar.trough, +.scrollbar.trough.vertical { + border-color: shade (@bg_color, 0.8); +} + +.scrollbar.slider, +.scrollbar.slider:hover, +.scrollbar.button, +.scrollbar.slider.vertical, +.scrollbar.slider.vertical:hover, +.scrollbar.button.vertical { + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.86); + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.01), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); +} + +.scrollbar.slider.horizontal, +.scrollbar.slider.horizontal:hover, +.scrollbar.button.horizontal { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.1), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.01); +} + +/* overlay scrollbar */ +OsThumb { + color: shade (@fg_color, 1.6); +} + +OsThumb:selected, +GtkScrollbar:selected { + background-color: @selected_bg_color; +} + +OsThumb:active, +GtkScrollbar:active { + background-color: shade (@bg_color, 0.6); +} + +OsThumb:insensitive, +GtkScrollbar:insensitive { + background-color: shade (@bg_color, 0.85); +} + +/******************* + * scrolled window * + *******************/ +.ubuntu-online-accounts.frame, +GtkScrolledWindow.frame { + border-top-color: shade (@bg_color, 0.84); + border-right-color: shade (@bg_color, 0.76); + border-bottom-color: shade (@bg_color, 0.86); + border-left-color: shade (@bg_color, 0.76); + border-radius: 0; + border-style: solid; +} + +.ubuntu-online-accounts.frame { + border-top-width: 0; +} + +/************* + * separator * + *************/ +.separator { + border-width: 1px; + border-style: solid; + border-image: none; + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +GtkTreeView.view.separator, +GtkTreeView.separator, +.separator, +.separator:hover { + color: shade (@bg_color, 0.92); +} + +.separator.horizontal { + border-width: 1px 0 1px 0; +} + +.separator.vertical { + border-width: 0 1px 0 1px; +} + +GtkComboBox .separator { + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +.button .separator, +.button.separator { + border-color: shade (@button_bg_color, 0.9); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +.button .separator:insensitive, +.button.separator:insensitive { + border-color: shade (@button_insensitive_bg_color, 0.96); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.3); + border-right-color: alpha (shade (@bg_color, 1.26), 0.3); +} + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + border: none; + color: @dark_bg_color; +} + +GtkTreeMenu .menuitem.separator, +.toolbar .header-bar .menuitem.separator, +GtkMenuToolButton .menuitem.separator, +.primary-toolbar .button .menuitem.separator, +.header-bar .button .menuitem.separator, +.menuitem.separator { + border-color: shade (@dark_bg_color, 0.99); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +.toolbar .menuitem.separator, +GtkComboBox .menuitem.separator { + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +/*********** + * sidebar * + ***********/ +.sidebar row:selected { + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +.sidebar .frame { + border-width: 0; +} + +/************** + * spinbutton * + **************/ +.spinbutton.button:active, +.spinbutton.button:insensitive, +.spinbutton.button { + border-radius: 0; +} + +.spinbutton.button:active:nth-child(last), +.spinbutton.button:insensitive:nth-child(last) +.spinbutton.button:nth-child(last), +.spinbutton.button:active:backdrop:nth-child(last), +.spinbutton.button:insensitive:backdrop:nth-child(last), +.spinbutton.button:backdrop:nth-child(last) { + border-radius: 0 7px 7px 0; +} + +.spinbutton.button, +.spinbutton.button:active, +.spinbutton.button:backdrop, +.spinbutton.button:active:backdrop, +.spinbutton.button:hover, +.spinbutton.button:hover:backdrop { + background-image: none; + background-color: transparent; + border-image: none; + border-width: 0 0 0 1px; + border-left-color: alpha (shade (@bg_color, 0.6), 0.22); +} + +.spinbutton.button:active { + background-image: -gtk-gradient (radial, center center, 0.0, center center, 0.5, + from (alpha (@selected_bg_color, 0.2)), + to (alpha (@selected_bg_color, 0.0))); +} + +.spinbutton.button:insensitive, +.spinbutton.button:insensitive:backdrop { + border-left-color: alpha (shade (@bg_color, 0.6), 0.18); + + color: shade (@bg_color, 0.66); +} + +.spinbutton, +.spinbutton:hover { + color: @fg_color; +} + +/*********** + * spinner * + ***********/ +@keyframes spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.spinner { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + color: @selected_bg_color; + opacity: 0; +} + +.spinner:active { + animation: spinner 1s infinite linear; + opacity: 1; +} + +.spinner:active:backdrop { + color: @backdrop_fg_color; +} + +.spinner:active:insensitive { + opacity: 0.5; +} + +/************* + * statusbar * + *************/ +GtkStatusbar { +} + +/********** + * switch * + **********/ +GtkSwitch { + border-radius: 8px; + padding: 0; +} + +GtkSwitch.trough { + border-radius: 8px; + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.trough:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.93)), + to (shade (@selected_bg_color, 0.99))); + + color: @selected_fg_color; + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +GtkSwitch:focus { + outline: 2px solid @focus_color; + outline-offset: -2px; + outline-radius: 6px; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.93)), + to (shade (@bg_color, 0.99))); + + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.slider { + padding: 1px; + border-radius: 6px; + border-style: solid; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); +} + +GtkSwitch.slider:backdrop { + background-image: none; + background-color: @bg_color; + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +/************ + * textview * + ************/ +GtkTextView { + background-color: @base_color; +} + +.header-bar { + padding: 2px 6px; +} + +/* + * Header Bars + * + * The following rules only style header bars when they are used as a window's + * titlebar widget (i.e., they have .titlebar set as well). + * + * Some applications reuse their header bar as a primary toolbar on desktops + * that prefer showing traditional title bars. The rules for those are further + * down grouped with normal toolbars. + */ +.titlebar.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (@dark_bg_color)); + border-color: shade (@dark_bg_color, 1.5); + border-style: solid; + border-width: 1px 0 0 0; + border-radius: 0 0 0 0; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.65); +} + +.titlebar.header-bar .title { + font: bold; +} + +.titlebar.header-bar .subtitle { + font-size: smaller; + opacity: 0.5; +} + +.titlebar.header-bar:backdrop { + color: @backdrop_fg_color; + background-image: none; + background-color: @dark_bg_color; + border-top-color: @dark_bg_color; +} + +.maximized .titlebar.header-bar { + border-radius: 0; + border: none; +} + +.titlebar.header-bar .button.titlebutton { + background-clip: padding-box; + border: 1px solid #d0c7bf; + color: #8b8379; + icon-shadow: 0 1px rgba(255, 255, 255, 0.5); + border-radius: 9px; + padding: 0; + box-shadow: none; + background-image: linear-gradient(to top, #d5d2ce, #ece8e4 50%, #f7f4f3); +} + +.titlebar.header-bar .button.titlebutton.close { + color: #7F7F7F; + icon-shadow: 0 1px rgba(255, 255, 255, 0.25); + background-image: linear-gradient(to top, #F05757, #F79F9F 60%, #F4ADAD); +} + +.titlebar.header-bar .button.titlebutton.close:hover { + background-image: linear-gradient(to top, #F05757, #F79F9F 20%, #F4ADAD); +} + +.titlebar.header-bar .button.titlebutton:hover, +.titlebar.header-bar .button.titlebutton:backdrop:hover { + background-image: linear-gradient(to top, #e2e1df, #f8f6f3 50%, #fcfbf9); +} + +.titlebar.header-bar .button.titlebutton:active { + icon-shadow: none; + background-image: linear-gradient(to top, #fcfbf8, #fbf9f6); +} + +.titlebar.header-bar .button.titlebutton.close:active { + background-image: linear-gradient(to top, #F05757, #F79F9F); +} + +.titlebar.header-bar .button.titlebutton:backdrop { + color: #8b8379; + icon-shadow: none; + background-image: linear-gradient(to top, #ece9e6, #e8e4e1); +} + +/*********** + * toolbar * + ***********/ +.toolbar { + border-style: none; + padding: 1px; + + color: @fg_color; + text-shadow: none; +} + +.toolbar:backdrop { + color: @backdrop_fg_color; +} + +/******************* + * primary-toolbar * + *******************/ +.primary-toolbar, +.header-bar { + -GtkWidget-window-dragging: true; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + border-style: solid; + border-width: 1px 0 1px 0; + border-radius: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + + box-shadow: none; +} + +.primary-toolbar:backdrop, +.header-bar:backdrop { + background-image: none; + background-color: @dark_bg_color; + box-shadow: none; + border-top-color: @dark_bg_color; + border-bottom-color: shade (@dark_bg_color, 0.9); + + color: @backdrop_dark_fg_color; +} + +.primary-toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.primary-toolbar .button, +.header-bar .button, +.primary-toolbar .button.flat:hover { + background: transparent; + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + border-image-source: url("assets/radiance-button-toolbar.png"); +} + +.primary-toolbar .button.flat { + border-image-source: none; + background: transparent; +} + +.primary-toolbar .button:focused, +.header-bar .button:focused { + border-image-source: url("assets/radiance-button-toolbar-focused.png"); +} + +.primary-toolbar .button:active, +.primary-toolbar .button:checked, +.header-bar .button:active, +.header-bar .button:checked { + border-image-source: url("assets/radiance-button-toolbar-active.png"); +} + +.primary-toolbar .button:active:focused, +.primary-toolbar .button:checked:focused, +.header-bar .button:active:focused, +.header-bar .button:checked:focused { + border-image-source: url("assets/radiance-button-toolbar-active-focused.png"); +} + +.primary-toolbar .button:backdrop, +.header-bar .button:backdrop { + background-color: transparent; + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.9); + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:hover:backdrop, +.header-bar .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.98)), + to (shade (@dark_bg_color, 0.94))); +} + +.primary-toolbar .button.flat:backdrop { + border-image-source: none; +} + +.primary-toolbar .button.flat:hover:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:active:backdrop, +.primary-toolbar .button:checked:backdrop, +.header-bar .button:active:backdrop, +.header-bar .button:checked:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar-active.png"); +} + +.primary-toolbar .button:hover, +.primary-toolbar .button:checked, +.header-bar .button:hover, +.header-bar .button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.2)), + to (shade (@dark_bg_color, 1.1))); +} + +.primary-toolbar .button:active, +.header-bar .button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.primary-toolbar .button:active:hover, +.menubar.toolbar .button:active:hover, +.header-bar .button:active:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); +} + +.primary-toolbar .button:checked:insensitive, +.primary-toolbar .button:insensitive, +.header-bar .button:checked:insensitive, +.header-bar .button:insensitive { + text-shadow: none; +} + +.primary-toolbar .button:insensitive, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.01)), + to (shade (@dark_bg_color, 0.99))); +} + +.primary-toolbar .button.flat:insensitive { + background-image: none; +} + +.primary-toolbar .button:checked:insensitive, +.header-bar .button:checked:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.94)), + to (shade (@dark_bg_color, 1.02))); +} + +.primary-toolbar GtkSeparatorToolItem, +.primary-toolbar .separator, +.primary-toolbar .separator:insensitive, +.header-bar GtkSeparatorToolItem, +.header-bar .separator, +.header-bar .separator:insensitive { + border-color: alpha (shade (@dark_bg_color, 0.94), 0.35); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* inline-toolbar */ +.inline-toolbar.toolbar { + -GtkToolbar-button-relief: normal; + + border-right-color: shade (@bg_color, 0.86); + border-bottom-color: shade (@bg_color, 0.88); + border-left-color: shade (@bg_color, 0.86); + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#f2f1ef, 0.93)), + color-stop (0.08, #f2f1ef), + to (#ffffff)); + border-width: 0 1px 1px 1px; + border-style: solid; + border-radius: 3px; + border-top-right-radius: 0; + border-top-left-radius: 0; + padding: 3px 4px 4px 4px; +} + +.inline-toolbar.toolbar .button { + padding: 4px; + + icon-shadow: 0 1px shade (@bg_color, 1.16); +} + +/* Middle button */ +.inline-toolbar.toolbar .button, +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar .button:focus, +.inline-toolbar.toolbar .button:focus:active, +.inline-toolbar.toolbar .button:insensitive, +.inline-toolbar.toolbar .button:backdrop, +.inline-toolbar.toolbar .button:backdrop:insensitive, +.inline-toolbar.toolbar GtkToolButton .button, +.inline-toolbar.toolbar GtkToolButton .button:active, +.inline-toolbar.toolbar GtkToolButton .button:focus, +.inline-toolbar.toolbar GtkToolButton .button:focus:active, +.inline-toolbar.toolbar GtkToolButton .button:insensitive, +.inline-toolbar.toolbar GtkToolButton .button:backdrop, +.inline-toolbar.toolbar GtkToolButton .button:backdrop:insensitive { + border-right-width: 0; + border-left-width: 0; + border-image-width: 10px 0 10px 0; + border-radius: 0; +} + +/* Leftmost button */ +.inline-toolbar.toolbar .button:first-child, +.inline-toolbar.toolbar .button:active:first-child, +.inline-toolbar.toolbar .button:focus:first-child, +.inline-toolbar.toolbar .button:focus:active:first-child, +.inline-toolbar.toolbar .button:insensitive:first-child, +.inline-toolbar.toolbar .button:backdrop:first-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:first-child, +.inline-toolbar.toolbar GtkToolButton:first-child .button, +.inline-toolbar.toolbar GtkToolButton:first-child .button:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop:insensitive { + border-left-width: 1px; + border-right-width: 0; + border-image-width: 10px 0 10px 12px; + border-radius: 8px; + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +/* Rightmost button */ +.inline-toolbar.toolbar .button:last-child, +.inline-toolbar.toolbar .button:active:last-child, +.inline-toolbar.toolbar .button:focus:last-child, +.inline-toolbar.toolbar .button:focus:active:last-child, +.inline-toolbar.toolbar .button:insensitive:last-child, +.inline-toolbar.toolbar .button:backdrop:last-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:last-child, +.inline-toolbar.toolbar GtkToolButton:last-child .button, +.inline-toolbar.toolbar GtkToolButton:last-child .button:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop:insensitive { + border-left-width: 0; + border-right-width: 1px; + border-image-width: 10px 12px 10px 0; + border-radius: 8px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +/* Single button */ +.inline-toolbar.toolbar .button:only-child, +.inline-toolbar.toolbar .button:active:only-child, +.inline-toolbar.toolbar .button:focus:only-child, +.inline-toolbar.toolbar .button:focus:active:only-child, +.inline-toolbar.toolbar .button:insensitive:only-child, +.inline-toolbar.toolbar .button:backdrop:only-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:only-child, +.inline-toolbar.toolbar GtkToolButton:only-child .button, +.inline-toolbar.toolbar GtkToolButton:only-child .button:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop:insensitive { + border-right-width: 1px; + border-left-width: 1px; + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +/*********** + * tooltip * + ***********/ +.tooltip { + background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8, + from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)), + to (alpha (@tooltip_bg_color, 0.86))); + border-color: alpha (#ffffff, 0.2); + border-radius: 5px; + border-style: solid; + border-width: 1px; + + background-color: @tooltip_bg_color; + color: @tooltip_fg_color; +} + +/************ + * treeview * + ************/ +GtkTreeView.dnd { + border-color: shade (@selected_bg_color, 1.12); + border-radius: 2px; + border-width: 1px; + border-style: solid; +} + +GtkTreeView .entry { + background-image: none; +} + +/************ + * viewport * + ************/ +GtkViewport.frame { + border-width: 0; +} + +/************ + * listbox * + ************/ +.list-row.button { + border-image: none; + border-style: none; + border-radius: 0; + background-image: none; +} + +.list-row.button:selected { + text-shadow: none; +} + +/************ + * popover * + ************/ +.popover { + background-clip: border-box; + + border-radius: 5px; + border: 1px solid darker(@bg_color); + + box-shadow: 0 2px 3px @shadow_color; + margin: 10px; + padding: 2px; +} + +.popover:backdrop { + box-shadow: none; +} + +/* Popover menuitems are actually buttons. The following rules reset most of + * the button styles for them. + */ +.popover .menuitem, +.popover .menuitem:checked, +.popover .menuitem:hover, +.popover .menuitem:active, +.popover .menuitem:insensitive, +.popover .menuitem:backdrop { + border-image: none; + border: none; + text-shadow: none; + border-radius: 3px; +} + +.popover .menuitem:backdrop:hover { + border: none; + border-image: none; + background: transparent; + color: @fg_color; +} + +.popover .menuitem:checked, +.popover .menuitem.check, +.popover .menuitem.check:checked, +.popover .menuitem.radio, +.popover .menuitem.radio:checked { + background-image: none; + border: none; +} + +.popover .menuitem:insensitive, +.popover .menuitem *:insensitive { + text-shadow: none; + background: none; +} + + +/* OSD overlays */ +.osd, +.osd:backdrop { + color: @osd_fg_color; + background-color: @osd_bg_color; + border-color: @osd_border_color; +} + +.osd.toolbar { + padding: 12px; + border-radius: 8px; +} + +.osd .button, +.osd .button:backdrop { + color: @osd_fg_color; + background: none; + border: none; + padding: 12px; + border-radius: 8px; + transition: all 100ms ease-in-out; +} + +.osd .button:hover { + color: lighter(@osd_fg_color); + icon-shadow: 0 0 3px @osd_fg_color; +} + +.osd .button:active { + color: darker(@osd_fg_color); + icon-shadow: none; +} + +.osd .scale { + margin-left: 9px; + margin-right: 9px; +} + +/***************************************************************************** + * states [please keep this section at the end of the file (CSS precedence)] * + *****************************************************************************/ +*:insensitive { + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +*:selected, +*:selected:focused { + background-color: alpha (@selected_bg_color, 0.9); + + color: @selected_fg_color; +} + +*:selected:backdrop, +*:selected:focused:backdrop { + background-color: alpha (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/gtk-widgets-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,155 @@ +/* Set up shadows and hilights for button visual separation */ +.primary-toolbar .linked .button, +.primary-toolbar .button.raised.linked, +.primary-toolbar .raised.linked .button, +.menubar.toolbar .linked .button, +.menubar.toolbar .button.raised.linked, +.menubar.toolbar .raised.linked .button, +.header-bar .linked .button, +.header-bar .button.raised.linked, +.header-bar .button.raised.linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.primary-toolbar .button.raised.linked:first-child, +.primary-toolbar .raised.linked .button:first-child, +.menubar.toolbar .linked .button:first-child, +.menubar.toolbar .button.raised.linked:first-child, +.menubar.toolbar .raised.linked .button:first-child, +.header-bar .linked .button:first-child, +.header-bar .button.raised.linked:first-child, +.header-bar .raised.linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.primary-toolbar .button.raised.linked:last-child, +.primary-toolbar .raised.linked .button:last-child, +.menubar.toolbar .linked .button:last-child, +.menubar.toolbar .button.raised.linked:last-child, +.menubar.toolbar .raised.linked .button:last-child, +.header-bar .linked .button:last-child, +.header-bar .button.raised.linked:last-child, +.header-bar .raised.linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1) +} + +.primary-toolbar .linked .button:active, +.primary-toolbar .button.raised.linked:active, +.primary-toolbar .raised.linked .button:active, +.menubar.toolbar .linked .button:active, +.menubar.toolbar .button.raised.linked:active, +.menubar.toolbar .raised.linked .button:active, +.header-bar .linked .button:active, +.header-bar .button.raised.linked:active, +.header-bar .raised.linked .button:active { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:insensitive, +.primary-toolbar .button.raised.linked:insensitive, +.primary-toolbar .raised.linked .button:insensitive, +.menubar.toolbar .linked .button:insensitive, +.menubar.toolbar .button.raised.linked:insensitive, +.menubar.toolbar .raised.linked .button:insensitive, +.header-bar .linked .button:insensitive, +.header-bar .button.raised.linked:insensitive, +.header-bar .raised.linked .button:insensitive { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:backdrop:last-child, +.primary-toolbar .button.raised.linked:backdrop:last-child, +.primary-toolbar .raised.linked .button:backdrop:last-child, +.menubar.toolbar .linked .button:backdrop:last-child, +.menubar.toolbar .button.raised.linked:backdrop:last-child, +.menubar.toolbar .raised.linked .button:backdrop:last-child, +.header-bar .linked .button:backdrop:last-child, +.header-bar .button.raised.linked:backdrop:last-child, +.header-bar .raised.linked .button:backdrop:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1); +} + +.menubar { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menuitem:hover, +.menu .menuitem:hover { + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +/* for the playback menu item in the sound menu */ +.menu .spinner, +.menu .spinner:hover { + color: @selected_bg_color; +} + +/* primary-toolbar */ +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar.toolbar, +.menubar.toolbar, +.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar :insensitive, +.menubar.toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar GtkComboBox, +.primary-toolbar .button *, +.primary-toolbar .button, +.menubar.toolbar GtkComboBox, +.menubar.toolbar .button *, +.menubar.toolbar .button, +.header-bar GtkComboBox, +.header-bar .button *, +.header-bar .button { + text-shadow: 0 1px alpha (shade (@dark_bg_color, 1.25), 0.32); +} + +.primary-toolbar .raised .button, +.primary-toolbar .raised.button, +.primary-toolbar .button:hover, +.primary-toolbar .button:active, +.primary-toolbar .button:insensitive, +.menubar.toolbar .raised .button, +.menubar.toolbar .raised.button, +.menubar.toolbar .button:hover, +.menubar.toolbar .button:active, +.menubar.toolbar .button:insensitive, +.header-bar .raised .button, +.header-bar .raised.button, +.header-bar .button:hover, +.header-bar .button:active, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.03)), + to (shade (@dark_bg_color, 0.96))); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/public-colors.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/public-colors.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/public-colors.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/public-colors.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +/* + * Some applications depend on these named colors. + */ + +@define-color theme_fg_color @fg_color; +@define-color theme_bg_color @bg_color; +@define-color theme_base_color @base_color; +@define-color theme_selected_bg_color @selected_bg_color; +@define-color theme_selected_fg_color @selected_fg_color; +@define-color insensitive_bg_color @bg_color; +@define-color insensitive_fg_color @fg_color; +@define-color insensitive_base_color @base_color; +@define-color theme_unfocused_fg_color @backdrop_fg_color; +@define-color theme_unfocused_bg_color @bg_color; +@define-color theme_unfocused_base_color @base_color; +@define-color theme_unfocused_selected_bg_color @selected_bg_color; +@define-color theme_unfocused_selected_fg_color @selected_fg_color; +@define-color borders shade(@bg_color, 0.82); +@define-color unfocused_borders transparent; + +@define-color warning_color @warning_fg_color; +@define-color error_color @error_fg_color; +@define-color success_color @success_color; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/settings.ini radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/settings.ini --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/settings.ini 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/gtk-3.0/settings.ini 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,4 @@ +[Settings] +gtk-color-scheme = "base_color:#ffffff\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nselected_bg_color:#DE3039\ntext_color:#3C3C3C\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#DE3039\nbg_color_dark:#3C3C3C\nfg_color_dark:#DFDFDF" +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = true diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/index.theme radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/index.theme --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/index.theme 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/index.theme 2014-10-09 23:13:21.000000000 +0000 @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Radiance-ZRAVE-Red +Comment=Ubuntu Radiance theme, In New Colors By RAVEfinity 14.04 Build +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Radiance-ZRAVE-Red +MetacityTheme=Radiance-ZRAVE-Red +IconTheme=ubuntu-mono-light +CursorTheme=DMZ-White +ButtonLayout=close,minimize,maximize: Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/close_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/close_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/close_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/close_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/close_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/close_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/close.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/close.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/close_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/close_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/close_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/close_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/close_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/close_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/close_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/close_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/maximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/maximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/maximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/maximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/maximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/maximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/maximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/maximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/maximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/maximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/maximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/maximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/maximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/maximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/maximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/maximize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/menu.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/menu.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/menu_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/menu_prelight.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/metacity-theme-1.xml radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/metacity-theme-1.xml --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/metacity-theme-1.xml 2014-10-09 23:18:34.000000000 +0000 @@ -0,0 +1,530 @@ +<?xml version="1.0"?> + +<metacity_theme> +<info> + <name>Radiance-ZRAVE-Red</name> + <author>Kenneth Wimer, James Schriver, Andrea Cimitan, Jared Sot (RAVEfinity Project)</author> + <copyright>Canonical Ltd.</copyright> + <date>April, 2014</date> + <description>Metacity theme</description> +</info> + +<!-- general window layout --> +<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="19"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="18"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="3"/> + <distance name="right_width" value="3"/> + <distance name="bottom_height" value="3"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- window title --> + +<draw_ops name="draw_title_text_normal"> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="shade/#DFDFDF/1.06" x="9" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/1.06" x="11" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/0.4" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title_text_unfocused"> + <title color="shade/#DFDFDF/1.08" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="#A3A3A3" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/1.06" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.18" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.08" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.08" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility"> + <include name="draw_title" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_unfocused"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/0.96" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#EDEDED" /> + <color value="shade/#EDEDED/0.98" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.02" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.02" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility_unfocused"> + <include name="draw_title_unfocused" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.38" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_title_maximized_unfocused"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.94" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <line color="#EDEDED" x1="0" x2="width" y1="1" y2="1"/> +</draw_ops> + +<!-- window Frames --> + +<draw_ops name="draw_frame"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> + <gradient type="vertical" x="0" y="0" width="width" height="60"> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/gtk:bg[NORMAL]/0.7" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_frame_utility"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="bottom_edge"> + <line color="shade/gtk:bg[NORMAL]/0.7" x1="0" x2="width" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<!-- buttons --> + +<!-- button trough left --> +<draw_ops name="left_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button Trough Right --> +<draw_ops name="right_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button prelightlays --> +<draw_ops name="menu_focused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_normal"> + <image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_normal"> + <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_normal"> + <image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_normal"> + <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_normal"> + <image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_normal"> + <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_normal"> + <image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_normal"> + <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- frame style --> +<frame_style name="normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.5" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_maximized_unfocused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="utility_focused" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_utility"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="utility_unfocused" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_utility_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_focused"> + <piece position="title" draw_ops="draw_title"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> +</frame_style> + +<!-- style set --> +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="maximized_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="utility"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<!-- window --> +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="utility"/> +<window type="modal_dialog" style_set="utility"/> +<window type="menu" style_set="utility"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +</metacity_theme> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/minimize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/minimize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/minimize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/minimize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/minimize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/minimize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/minimize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/minimize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/minimize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/minimize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/minimize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/minimize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/minimize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/minimize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/minimize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/minimize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/trough_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/trough_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/trough_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/trough_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/trough_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/trough_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/trough_unfocused_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/trough_unfocused_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/trough_unfocused_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/trough_unfocused_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/trough_unfocused_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/trough_unfocused_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/unmaximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/unmaximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/unmaximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/unmaximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/unmaximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/unmaximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/unmaximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/unmaximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/unmaximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/unmaximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/unmaximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/unmaximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/unmaximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/unmaximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/unmaximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/metacity-1/unmaximize_unfocused_pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_dash_disabled.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1104" + inkscape:window-height="844" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-10.264831" + inkscape:cy="9.5000006" + inkscape:window-x="358" + inkscape:window-y="119" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#d51c2d;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_dash_prelight.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1104" + inkscape:window-height="844" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-3.3813557" + inkscape:cy="9.5000006" + inkscape:window-x="439" + inkscape:window-y="178" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#ef4353;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_dash_pressed.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_disabled.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1104" + inkscape:window-height="844" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-10.264831" + inkscape:cy="9.5000006" + inkscape:window-x="358" + inkscape:window-y="119" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#c31b29;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_dash.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1104" + inkscape:window-height="844" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-4.6694912" + inkscape:cy="9.5000003" + inkscape:window-x="569" + inkscape:window-y="106" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#e33040;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_focused_prelight.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#f74b4b;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#f5dada;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="g4775" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40183,856.52418 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path4646" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -283.80078,855.45312 -0.38867,0.38868 -4.59961,4.59961 -0.39063,0.38867 0.7793,0.7793 0.38867,-0.38868 4.59961,-4.60156 0.38867,-0.38867 -0.77734,-0.77735 z" + id="path4535" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40039,855.45312 -0.7793,0.77735 0.39063,0.38867 4.59961,4.60156 0.38867,0.38868 0.77734,-0.7793 -0.38867,-0.38867 -4.59961,-4.59961 -0.38867,-0.38868 z" + id="path4537" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_focused_pressed.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4564" + id="linearGradient4552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4564"> + <stop + style="stop-color:#da0e0e;stop-opacity:1;" + offset="0" + id="stop4511" /> + <stop + style="stop-color:#ff9999;stop-opacity:1;" + offset="1" + id="stop4513" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4554" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4556" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="-0.043125214" + inkscape:cy="11.62915" + inkscape:document-units="px" + inkscape:current-layer="g4540" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1152" + inkscape:window-height="795" + inkscape:window-x="468" + inkscape:window-y="90" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(411.35715,-967.57648)"> + <g + style="display:inline" + transform="translate(-411.35714,-85.785707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4540"> + <circle + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4542" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4544" + style="color:#000000;fill:url(#linearGradient4552);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4554);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4546" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4548" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4556);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4550" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -399.55637,973.99943 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path4989" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -404.15793,973.99943 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path4991" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_focused.svg 2014-10-09 23:30:47.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#ed3939;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#efc8c8;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close.svg 2014-10-09 23:30:32.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#ed3939;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#efc8c8;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5151" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5153" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5155" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-658.92858" + inkscape:cy="153.21428" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-378.21428,-666.57648)"> + <g + style="display:inline" + id="g5139" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(378.21429,-386.7857)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5141" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5151);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5143" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5145" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5153);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5155);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5147" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5149" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,674.0698 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path5157" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 390.01506,672.9994 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5159" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,672.9994 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5161" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5175" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5177" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5179" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-129.42858" + inkscape:cy="471.28571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(151.28572,-984.64791)"> + <g + style="display:inline" + transform="translate(-151.28571,-68.714274)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5163"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5165" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5167" + style="color:#000000;fill:url(#linearGradient5175);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5169" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5177);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5179);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5171" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5173" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -139.48494,991.07087 -0.39062,0.3886 -4.59961,4.5996 -0.38867,0.3887 0.77734,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5249" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -144.0865,991.07087 -0.77734,0.7773 0.38867,0.3887 4.59961,4.5996 0.39062,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5251" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/close_unfocused.svg 2014-10-09 22:40:22.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4656" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4660" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4658" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="7.0892085" + inkscape:cy="8.3026513" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="871" + inkscape:window-y="166" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(552.28572,-1071.3622)"> + <g + style="display:inline" + id="g4497" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-552.28571,18.000012)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4499" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4501" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4660);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4505" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4503" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4658);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4507" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_disabled.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="opacity:0.25;display:inline" + transform="translate(-289.71429,-492.00011)" + id="g4240"> + <path + inkscape:connector-curvature="0" + id="path4242" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4244" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_prelight.svg"> + <defs + id="defs4488"> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter4230" + x="-0.12" + width="1.24" + y="-0.12" + height="1.24"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.75" + id="feGaussianBlur4232" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="display:inline" + id="g4222" + transform="translate(-289.71429,-492.00011)"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4224" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4226" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4228" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4230);enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_pressed.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + id="g4234" + transform="translate(-289.71429,-492.00011)" + style="opacity:0.5;display:inline"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4236" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4238" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + transform="translate(-289.71429,-492.00011)" + style="display:inline" + id="g4218"> + <path + inkscape:connector-curvature="0" + id="path4209" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4203" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5009" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5011" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5013" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="392.57143" + inkscape:cy="470.42857" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(673.28572,-983.79076)"> + <g + style="display:inline" + id="g4997" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-673.28571,-69.571423)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4999" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5009);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5001" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5003" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5011);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5013);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5005" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5007" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5061" + d="m -667.28572,990.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + <path + inkscape:connector-curvature="0" + id="path5063" + d="m -667.28572,989.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5295" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5297" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5299" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-472.21428" + inkscape:cy="-431.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-191.49999,-81.862193)"> + <g + style="display:inline" + transform="translate(191.5,-971.49999)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5253"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5255" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5257" + style="color:#000000;fill:url(#linearGradient5295);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5259" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5297);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5299);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5261" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5263" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 197.49999,87.863246 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5289" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_focused.svg 2014-10-09 22:37:34.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="8.8963052" + inkscape:cy="9.3077119" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="751" + inkscape:window-y="204" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize.svg 2014-10-09 22:37:10.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9195959" + inkscape:cx="4.7296154" + inkscape:cy="17.441954" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="710" + inkscape:window-y="119" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5121" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5123" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1098.9286" + inkscape:cy="-683.92851" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-818.21427,170.56632)"> + <g + style="display:inline" + transform="translate(818.21428,-1223.9285)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5073"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5075" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5077" + style="color:#000000;fill:url(#linearGradient5121);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5123);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5079" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5081" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5125);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5083" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-163.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5109" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-164.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5111" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5201" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5203" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5205" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1168.4286" + inkscape:cy="-530.57141" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-887.71427,17.209217)"> + <g + style="display:inline" + id="g5189" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(887.71428,-1070.5714)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5191" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5201);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5193" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5203);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5195" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5197" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5205);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5199" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5243" + d="m 893.71427,-11.208178 0,0.5 0,6.4999998 7,0 0,-6.9999998 -7,0 z m 1,1 5,0 0,4.9999998 -5,0 0,-4.9999998 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/maximize_unfocused.svg 2014-10-09 22:40:46.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4937" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4941" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="11.012127" + inkscape:cy="5.4472923" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="868" + inkscape:window-height="646" + inkscape:window-x="663" + inkscape:window-y="224" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-408.71427,-87.505113)"> + <g + style="display:inline" + transform="translate(408.71428,-965.85707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4925"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4927" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4929" + style="color:#000000;fill:url(#linearGradient4937);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4931" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4939);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4941);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4933" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4935" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/menu_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/menu_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/menu_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/menu_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4747" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-435.29 -180.93)"> + <g id="g4731" transform="translate(435.29 -776.43)"> + <circle id="circle4733" style="color:#000000;fill:url(#linearGradient4747)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" transform="rotate(90)" cy="-9.5" cx="966.86" r="6.5"/> + <circle id="circle5388-4" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="circle4735" style="color:#000000;stroke:#6c6967;fill:#555351" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cx="9.5" cy="966.86" r="3"/> + <path id="path4737" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <path id="path4739" style="opacity:.2;color:#000000;fill:#fff" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z"/> + <path id="path4741" style="opacity:.2;color:#000000;fill:#fff" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z"/> + <path id="path4743" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <rect id="rect4745" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/menu.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/menu.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/menu.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/menu.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4672" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-284.79 -314.29)"> + <g id="g4722" transform="translate(284.79 -643.07)"> + <circle id="circle4664" style="color:#000000;fill:url(#linearGradient4672)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" cx="966.86" transform="rotate(90)" cy="-9.5" r="6.5"/> + <circle id="circle5388" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="path4662" style="color:#000000;stroke:#d3d0cb;fill:#c6c2bb" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cy="966.86" cx="9.5" r="3"/> + <path id="circle4682" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <path id="circle4691" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z" style="opacity:.2;color:#000000;fill:#fff"/> + <path id="circle4702" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z" style="opacity:0.07;color:#000000;fill:#fff"/> + <path id="circle4711" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <rect id="rect4720" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.25" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4411" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4413" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4265" transform="translate(-289.71 -473)"> + <path id="path4267" style="color:#000000;fill:#fff" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" transform="translate(-76.5 938.36)"/> + <rect id="rect4269" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + <path id="path4409" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;filter:url(#filter4411);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_focused.svg 2014-10-09 22:48:57.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.535768" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize.svg 2014-10-09 22:48:23.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.669697" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/minimize_unfocused.svg 2014-10-09 22:41:09.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4955" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4957" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4959" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.439246" + inkscape:cx="8.1418379" + inkscape:cy="8.4994228" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="742" + inkscape:window-y="242" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-262.75023,-284.66847)"> + <g + style="display:inline" + id="g4943" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(262.75024,-768.69371)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4945" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4955);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4947" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4957);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4949" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4951" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4959);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4953" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.25" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4405" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4407" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4381" transform="translate(-289.71 -454)"> + <path id="path4383" style="color:#000000;fill:#fff" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" transform="translate(-76.5 938.36)"/> + <rect id="rect4385" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + <path id="path4403" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;filter:url(#filter4405);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.5" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_focused.svg 2014-10-09 22:39:58.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="17.19268" + inkscape:cy="5.00027" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1006" + inkscape:window-y="145" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize.svg 2014-10-09 22:39:36.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="12.348945" + inkscape:cy="10.478037" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1407" + inkscape:window-y="24" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/unity/unmaximize_unfocused.svg 2014-10-09 22:41:32.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4973" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4975" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4977" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="6.2901987" + inkscape:cy="6.1607613" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="772" + inkscape:window-y="191" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-687.7857,142.99492)"> + <g + style="display:inline" + transform="translate(687.78571,-1196.3571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4961"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4963" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4965" + style="color:#000000;fill:url(#linearGradient4973);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4967" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4975);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4977);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4969" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4971" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/bottom-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/bottom-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/bottom-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/bottom-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/bottom-left-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/bottom-left-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/bottom-left-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/bottom-left-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/bottom-right-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/bottom-right-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/bottom-right-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/bottom-right-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/close-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/close-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/close-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/close-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/close-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/close-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/close-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/close-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/hide-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/hide-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/hide-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/hide-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/hide-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/hide-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/hide-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/hide-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/left-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * left_active_xpm[] = { +"2 15 3 1", +" c None", +". c #C1C1C1", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/left-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #CFCFCF", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/maximize-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/maximize-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/maximize-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/maximize-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/maximize-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/maximize-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/maximize-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/maximize-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/maximize-toggled-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/maximize-toggled-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/maximize-toggled-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/maximize-toggled-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/maximize-toggled-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/maximize-toggled-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/maximize-toggled-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/maximize-toggled-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/menu-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/menu-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/menu-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/menu-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/menu-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/menu-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/right-active.xpm 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * right_active_xpm[] = { +"2 15 3 1", +" c None", +". c #D7D7D7", +"+ c #C1C1C1", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/right-inactive.xpm 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #D7D7D7", +"+ c #CFCFCF", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/themerc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/themerc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/themerc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/themerc 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,20 @@ +# Radiance ported to XFCE (Xfwm4) by The RAVEfinity Project. www.ravefinity.blogspot.com (2012+) Jared Sot. +# Based on code/pixmaps from (Orig.) Radiance. and Originol Ambiance XFCE port by p0ng http://www.p0ng.com.br. +# Radiance XFCE version was ported by scrach by RAVEfinity(Jared Sot.) on top of the XFCE Ambiance theme. + + +button_offset=3 +button_spacing=0 +maximized_offset=9 +title_full_width=true +title_horizontal_offset=8 +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +title_shadow_active=frame +title_shadow_inactive=frame +show_app_icon=false # Change to true or false if you want a app icon on each window. (Default is false) +#button_layout=CHM| # This prevents one from customizing their buttons VIA Xfce Window Manager Settings (Defualt is disabled via #) +active_text_color=#4C4942 +active_text_shadow_color=#E5E2D8 +inactive_text_color=#a39e9a +inactive_text_shadow_color=#E5E2D8 Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-1-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-1-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-1-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-1-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-2-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-2-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-2-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-2-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-3-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-3-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-3-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-3-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-4-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-4-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-4-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-4-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-5-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-5-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-5-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/title-5-inactive.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/top-left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/top-left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/top-left-active.xpm 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +" .....", +" ..+++++", +" .@@@@@@@", +" .@@@@@@@@", +" .########", +".@@@@@@@@@", +".#########", +".#########", +".@@@@@@@@@", +".#########", +".@@@@@@@@@", +".$$$$$$$$$", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".*********", +".=========", +".*********", +".*********", +".*********", +".*********", +".=========", +".*********", +".=========", +".*********", +".---------", +".*********", +".*********"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/top-left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/top-left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/top-left-inactive.xpm 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +" .....", +" ..+++++", +" .@@@@@@@", +" .########", +" .$$$$$$$$", +".#########", +".$$$$$$$$$", +".$$$$$$$$$", +".#########", +".$$$$$$$$$", +".#########", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".---------", +".---------", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".=========", +".;;;;;;;;;", +".;;;;;;;;;"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/top-right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/top-right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/top-right-active.xpm 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"@@@@@@@@. ", +"########. ", +"@@@@@@@@@.", +"#########.", +"#########.", +"@@@@@@@@@.", +"#########.", +"@@@@@@@@@.", +"$$$$$$$$$.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"*********.", +"*********.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"---------.", +"*********.", +"*********."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/top-right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/top-right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Red/xfwm4/top-right-inactive.xpm 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"########. ", +"$$$$$$$$. ", +"#########.", +"$$$$$$$$$.", +"$$$$$$$$$.", +"#########.", +"$$$$$$$$$.", +"#########.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"---------.", +"---------.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"=========.", +";;;;;;;;;.", +";;;;;;;;;."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/banshee.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/banshee.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/banshee.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/banshee.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +# ============================================================================== +# BANSHEE SPECIFIC SETTINGS +# ============================================================================== + +style "banshee_scrollbar" { + engine "murrine" { + roundness = 20 + } +} + +widget "__gtksharp_1*SeekSlider*" style "scale" +widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar" + +widget_class "__gtksharp_1*<GtkToolbar>*" style "default" +widget_class "__gtksharp_1*<GtkButton>*" style "button" +#widget_class "__gtksharp_1*<GtkScale>*" style "scale" + + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/chromium.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/chromium.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/chromium.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/chromium.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,39 @@ +# ============================================================================== +# CHROMIUM SPECIFIC SETTINGS +# ============================================================================== + +style "chromium_toolbar_button" { + engine "murrine" { + roundness = 3 + textstyle = 0 + } +} + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = "#DFDFDF" + ChromeGtkFrame::inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::incognito-frame-color = "#DFDFDF" + ChromeGtkFrame::incognito-inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::incognito-frame-gradient-size = 16 + ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*Chrom*Button*" style "chromium_toolbar_button" + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/ff.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/ff.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/ff.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/ff.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,33 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-default" { + GtkCheckButton::indicator-size = 14 + + engine "murrine" { + reliefstyle = 0 + } +} + +style "ff-statusbar" { +} + +#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar" +#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + +widget "MozillaGtkWidget*" style "ff-default" + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/gnome-panel.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/gnome-panel.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/gnome-panel.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/gnome-panel.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,129 @@ +# =========================================================================================================================== +# GNOME,XFCE,LXDE & GTK Desktop(S) PANEL SPECIFIC SETTINGS *SPECIFIC SETTINGS TO ENABLE PROPER FUNCTION ON XFCE/LXDE* +# =========================================================================================================================== + +style "panel" +{ + xthickness = 0 + ythickness = 0 + + bg_pixmap[NORMAL] = "img/panel.png" + + engine "murrine" { + colorize_scrollbar = TRUE + } +} + +style "panel_task_button" +{ + xthickness = 3 + xthickness = 3 + + GtkWidget::focus-line-width = 0 + GtkWidget::focus_padding = 0 + GtkWidget::interior_focus = 0 + GtkWidget::internal_padding = 0 + + GtkButton::child_displacement_x = 0 + GtkButton::child_displacement_y = 0 + GtkButton::default_border = {0, 0, 0, 0} + GtkButton::default_outside_border = {0, 0, 0, 0} + GtkButtonBox::child_internal_pad_x = 0 + GtkButtonBox::child_internal_pad_y = 0 + GtkButtonBox::child_min_heigth = 0 + + bg[SELECTED] = shade (0.2, @bg_color) + bg[PRELIGHT] = shade (0.26, @bg_color) + bg[ACTIVE] = shade (0.2, @bg_color) + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = OUT + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "img/panel-button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "XFCE" +{ + xthickness = 3 + ythickness = 3 + + bg_pixmap[NORMAL] = "img/panel.png" +} + +widget "*Panel*" style "panel" +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet +class "PanelApp*" style "panel" +class "PanelToplevel*" style "panel" +#widget_class "*Mail*" style "panel" +widget_class "*notif*" style "panel" + +#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop +widget "*task*" style "panel_task_button" +widget "*.tasklist-button" style "panel_task_button" +widget "*PanelApplet*TaskTitle*" style "panel_task_button" +widget_class "*Xfce*Panel*" style "XFCE" +widget_class "*Xfce*Panel*" style "XFCE" +class "GtkScrollbar" style "scrollbar" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/gnome-terminal.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/gnome-terminal.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/gnome-terminal.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/gnome-terminal.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,42 @@ +# ============================================================================== +# GNOME TERMINAL SPECIFIC SETTINGS +# ============================================================================== + +style "terminal_menubar" +{ + engine "murrine" { + } +} + +style "terminal_notebook" +{ + engine "murrine" { + contrast = 1.0 + } +} + +style "terminal_scrollbar" = "scrollbar" +{ + engine "murrine" { + } +} + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#060606" + + TerminalScreen::background-darkness = 0.97 +} + +#widget "*TerminalWindow*" style "terminal_window" +#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar" +widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook" +#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar" +#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button" +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/nautilus.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/nautilus.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/nautilus.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/apps/nautilus.rc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,11 @@ +# ============================================================================== +# NAUTILUS SPECIFIC SETTINGS +# ============================================================================== + +style "nautilus_info_pane" { + bg[NORMAL] = @bg_color +} + +widget_class "*Nautilus*<GtkNotebook>*<GtkEventBox>" style "nautilus_info_pane" +widget_class "*Nautilus*<GtkButton>" style "notebook_button" +widget_class "*Nautilus*<GtkButton>*<GtkLabel>" style "notebook_button" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/gtkrc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/gtkrc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/gtkrc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/gtkrc 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,690 @@ +gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#25BAA5\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nlink_color:#2EBDA8" + +gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16" + +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = 1 + +style "default" { + xthickness = 1 + ythickness = 1 + + ####################### + # Style Properties + ####################### + GtkButton::child-displacement-x = 1 + GtkButton::child-displacement-y = 1 + GtkButton::default-border = { 0, 0, 0, 0 } + + GtkCheckButton::indicator-size = 16 + + GtkPaned::handle-size = 6 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 14 + GtkRange::stepper-size = 13 + GtkRange::trough-under-steppers = 1 + + GtkScale::trough-border = 0 + GtkScale::slider-width = 23 + GtkScale::slider-length = 14 + GtkScale::trough-side-details = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::trough-border = 0 + GtkScrollbar::slider-width = 13 + GtkScrollbar::min-slider-length = 31 + + GtkMenuBar::internal-padding = 0 + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkExpander::expander-size = 11 + GtkToolbar::internal-padding = 1 + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkTreeView::expander-size = 7 + GtkTreeView::vertical-separator = 0 +# GtkTreeView::odd-row-color = shade (0.96, @base_color) + GtkNotebook::tab-overlap = -1 + + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 3 + + WnckTasklist::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + GtkEntry::state-hint = 0 + + GtkEntry::progress-border = { 2, 2, 2, 2 } + + GtkProgressBar::min-horizontal-bar-height = 14 + GtkProgressBar::min-vertical-bar-width = 14 + + GtkImage::x-ayatana-indicator-dynamic = 1 + GtkMenuBar::window-dragging = 1 + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + #################### + # Color Definitions + #################### + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = shade (0.95, @bg_color) + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.8, @bg_color) + text[ACTIVE] = darker (@text_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.98, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = shade (0.97, @bg_color) + base[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + arrowstyle = 2 + reliefstyle = 3 + highlight_shade = 1.0 + glazestyle = 0 + default_button_color = shade (1.1, "#cdcdcd") + gradient_shades = {1.1, 1.0, 1.0, 0.9} + roundness = 3 + lightborder_shade = 1.26 + lightborderstyle = 1 + listviewstyle = 2 + progressbarstyle = 0 + colorize_scrollbar = FALSE + menubaritemstyle = 1 + menubarstyle = 1 + menustyle = 0 + focusstyle = 3 + handlestyle = 1 + sliderstyle = 3 + scrollbarstyle = 2 + stepperstyle = 3 +# rgba = TRUE + } +} + +style "dark" +{ + bg[NORMAL] = "#DFDFDF" + bg[PRELIGHT] = shade (1.05, "#DFDFDF") + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.95, "#DFDFDF") + bg[INSENSITIVE] = "#DFDFDF" +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "entry" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + } +} + +style "vscale" { +} + +style "hscale" { +} + +style "button" { + + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.03, @bg_color) + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + bg[INSENSITIVE] = @bg_color + fg[INSENSITIVE] = "#9c9c9c" + + engine "murrine" { + #contrast = 1.0 + textstyle = 1 + border_shades = {1.01, 0.8} + reliefstyle = 0 + shadow_shades = {1.0, 1.1} + glowstyle = 5 + glow_shade = 1.02 + lightborder_shade = 1.32 +# lightborderstyle = 0 + #text_shade = 1.04 + } +} + +style "notebook_button" = "button" { +} + +style "spinbutton" = "notebook_button" { + xthickness = 4 + + engine "murrine" { + } +} + +style "scrollbar" = "button" { + xthickness = 2 + ythickness = 2 + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.04, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + + engine "murrine" + { + border_shades = {0.95, 0.90} + roundness = 20 + contrast = 1.0 + trough_shades = {0.92, 0.98} + lightborder_shade = 1.3 + glowstyle = 5 + glow_shade = 1.02 + gradient_shades = {1.2, 1.0, 1.0, 0.86} + trough_border_shades = {0.9, 0.98} + } +} + +style "hscrollbar" { +} + +style "vscrollbar" { +} + +style "overlay_scrollbar" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.85, @bg_color) + bg[ACTIVE] = shade (0.6, @bg_color) +} + +style "scale" = "button" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + border_shades = {0.9, 0.8} + roundness = 5 + lightborder_shade = 1.32 + gradient_shades = {1.1, 1.0, 1.0, 0.8} + handlestyle = 2 + trough_border_shades = {0.9, 1.4} + glow_shade = 1.0 +# reliefstyle = 2 +# shadow_shades = { 1.0, 0.9 } + } +} + +style "notebook_bg" { + bg[NORMAL] = shade (1.02, @bg_color) + bg[ACTIVE] = shade (0.97, @bg_color) + fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color)) +} + +# The color is changed by the notebook_bg style, this style +# changes the x/ythickness +style "notebook" { + xthickness = 2 + ythickness = 2 + + engine "murrine" { + roundness = 3 + contrast = 0.8 + focusstyle = 2 + lightborder_shade = 1.16 + gradient_shades = {1.1, 1.0, 1.0, 0.68} + } +} + +style "statusbar" { + engine "murrine" { + contrast = 1.2 + } +} + +style "comboboxentry" = "notebook_button" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + textstyle = 1 + glowstyle = 5 + glow_shade = 1.02 + } +} + +style "menubar" = "dark" { + # those two lines were added to fix firefox's menubar item text + bg[SELECTED] = "#ECECEC" + fg[SELECTED] = @fg_color + + engine "murrine" { + textstyle = 1 + text_shade = 1.23 + gradient_shades = {1.0, 1.0, 1.0, 1.0} + lightborder_shade = 1.0 + } +} + +style "toolbar" { + engine "murrine" { + textstyle = 1 + text_shade = 1.32 + lightborder_shade = 1.0 + } +} + +style "toolbar-button" = "notebook_button" { + engine "murrine" { + } +} + +style "menu" { + xthickness = 0 + ythickness = 0 + + engine "murrine" + { + reliefstyle = 0 + roundness = 0 + } +} + +style "menu_item" = "menu" { + xthickness = 2 + ythickness = 3 + + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" + { + glowstyle = 5 + glow_shade = 1.1 +# lightborder_shade = 1.0 +# border_shades = { 1.5, 1.3 } + roundness = 0 + } +} + +style "menubar_item" = "menu_item" { + bg[PRELIGHT] = "#ece7e2" + fg[PRELIGHT] = @fg_color + + engine "murrine" { + gradient_shades = {1.00, 1.0, 1.0, 1.0} +# glowstyle = 5 + border_shades = { 1.0, 1.0 } + glow_shade = 1.00 + lightborderstyle = 3 + lightborder_shade = 1.2 + roundness = 4 + } +} + +style "scale_menu_item" = "scale" { + engine "murrine" { + roundness = 20 + lightborder_shade = 1.32 + reliefstyle = 0 + } +} + +# This style is there to modify the separator menu items. The goals are: +# 1. Get a specific height. +# 2. The line should go to the edges (ie. no border at the left/right) +style "separator_menu_item" { + xthickness = 1 + ythickness = 0 + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 7 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "separator_tool_item" { + xthickness = 0 + ythickness = 1 + + GtkVSeparator::vertical-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 7 + GtkWidget::separator-height = 1 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "frame_title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "treeview" { + engine "murrine" + { + roundness = 2 + lightborder_shade = 1.1 + gradient_shades = {1.04, 1.0, 1.0, 0.96} + } +} + +style "progressbar" { + xthickness = 1 + ythickness = 1 + + bg[ACTIVE] = shade (0.94, @bg_color) + #bg[SELECTED] = "#cdcdcd" + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" { + #trough_shades = {0.98, 1.02} + roundness = 8 + lightborderstyle = 1 + lightborder_shade = 1.26 + border_shades = {0.95, 0.85} + gradient_shades = {1.1, 1.0, 1.0, 0.9} + trough_border_shades = {0.9, 1.4} + } +} + +style "progressbar_menu_item" = "progressbar" { + engine "murrine" { + roundness = 0 + } +} + +# This style is based on the default style, so that the colors from the button +# style are overriden again. +style "treeview_header" = "notebook_button" { + xthickness = 2 + ythickness = 1 + + engine "murrine" { + glazestyle = 1 + contrast = 0.8 + lightborder_shade = 1.16 + textstyle = 1 + glow_shade = 1.0 + } +} + +style "treeview_header_scrolled" = "treeview_header" { +} + +style "scrolledwindow" { + engine "murrine" { + contrast = 0.6 + } +} + +style "radiocheck" = "button" { + text[NORMAL] = shade (0.535, @selected_bg_color) + text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color)) + bg[NORMAL] = shade (0.92, @bg_color) + bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color)) + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + engine "murrine" { + reliefstyle = 3 + gradient_shades = {1.2, 1.0, 1.0, 0.9} + shadow_shades = {0.6, 0.5} + textstyle = 0 + } +} + +style "tooltips" { + xthickness = 4 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = "#000000" + + engine "murrine" { + rgba = TRUE + } +} + +style "infobar" { + engine "murrine" { + } +} + +style "nautilus_location" { + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color) +} + +style "calendar" { + xthickness = 0 + ythickness = 0 + + engine "murrine" { + roundness = 0 + } +} + +style "calendar_menu_item" = "calendar" { +# base[NORMAL] = "#c5bfb7" +} + +style "soundfix" +{ +} + +# Wrokaround style for places where the text color is used instead of the fg color. +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +# Workaround style for menus where the text color is used instead of the fg color. +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = "#999999" +} + +# Workaround style for places where the fg color is used instead of the text color. +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +# Style to set the toolbar to use a flat style. This is because the "New" button in +# Evolution is not drawn transparent. So if there is a gradient in the background it will +# look really wrong. +# See http://bugzilla.gnome.org/show_bug.cgi?id=446953. +style "evo_new_button_workaround" { +} + +# Make the XFCE desktop icons text backrounds look prettier (The only change to theme, Code by RAVEfinity Project) +style "xfdesktop-icon-view" { + +XfdesktopIconView::label-alpha = 100 + +base[NORMAL] = "#151515" +base[ACTIVE] = "#7F7C7C" +base[PRELIGHT] = "#7F7C7C" +base[SELECTED] = shade (0.98, @selected_bg_color) + +fg[NORMAL] = @selected_fg_color +fg[SELECTED] = @selected_fg_color +fg[ACTIVE] = @selected_fg_color +} + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# The default style is applied to every widget +class "GtkWidget" style "default" + +class "GtkSeparator" style "wide" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkEntry" style "entry" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "vscale" +class "GtkHScale" style "hscale" +class "GtkScrollbar" style "scrollbar" +class "GtkHScrollbar" style "hscrollbar" +class "GtkVScrollbar" style "vscrollbar" +class "GtkCalendar" style "calendar" +class "GtkInfoBar" style "infobar" + +# General matching follows. The order is choosen so that the right styles override +# each other. EG. progressbar needs to be more important than the menu match. +widget_class "*<GtkNotebook>" style "notebook_bg" +# This is not perfect, it could be done better. +# (That is modify *every* widget in the notebook, and change those back that +# we really don't want changed) +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook_bg" + +widget_class "*<GtkToolbar>*" style "toolbar" +widget_class "*<GtkScrolledWindow>*" style "scrolledwindow" + +widget_class "*<GtkButton>" style "button" +widget_class "*<GtkButton>*<GtkLabel>" style "button" +widget_class "*<GtkToolbar>.*.<GtkButton>*" style "notebook_button" +widget_class "*<GtkNotebook>" style "notebook" +widget_class "*<GtkStatusbar>" style "statusbar" +widget_class "*<GtkSpinButton>*" style "spinbutton" +widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button" +widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button" +widget_class "*<GtkRadioButton>*" style "radiocheck" +widget_class "*<GtkCheckButton>*" style "radiocheck" + +widget_class "*<GtkComboBoxEntry>*" style "comboboxentry" +widget_class "*<GtkCombo>*" style "comboboxentry" + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" +widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item" +widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "menubar_item" + +widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title" +widget_class "*.<GtkTreeView>*" style "treeview" + +widget_class "*<GtkProgress>" style "progressbar" +widget_class "*<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "calendar_menu_item" + +# Treeview headers (and similar stock GTK+ widgets) +widget_class "*.<GtkScrolledWindow>*<GtkTreeView>*" style "treeview_header_scrolled" +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkTreeView>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header" + +# Overlay scrollbar +widget_class "*<OsScrollbar>" style "overlay_scrollbar" +widget_class "*<OsThumb>" style "overlay_scrollbar" + +# The window of the tooltip is called "gtk-tooltip" +################################################################## +# FIXME: +# This will not work if one embeds eg. a button into the tooltip. +# As far as I can tell right now we will need to rework the theme +# quite a bit to get this working correctly. +# (It will involve setting different priorities, etc.) +################################################################## +widget "gtk-tooltip*" style "tooltips" + +########################################################################## +# Following are special cases and workarounds for issues in applications. +########################################################################## + +# Workaround for the evolution ETable (bug #527532) +widget_class "*.ETable.ECanvas" style "treeview_header" +# Workaround for the evolution ETree +widget_class "*.ETree.ECanvas" style "treeview_header" + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "nautilus_location" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that this work around assumes that the combobox is _not_ in appears-as-list mode. +widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround" +# This is the part of the workaround that fixes the menus +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color. +widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround" +# GtkCList also uses the fg color to draw text on top of the base colors. +widget_class "*<GtkCList>" style "fg_is_text_color_workaround" +# Nautilus when renaming files, and maybe other places. +widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround" +# Work around for ubuntu's lucid sound indicator +widget "ido-offscreen-scale" style "soundfix" +# Thickness for indicator menu items +widget "*IdoEntryMenuItem*" style "wide" + +# See the documentation of the style. +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" + +# Makes XFCE desktop icon and text backround tweaks work. +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Includes +#include "apps/banshee.rc" +include "apps/chromium.rc" +include "apps/ff.rc" +include "apps/gnome-terminal.rc" +include "apps/nautilus.rc" +include "apps/gnome-panel.rc" Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/img/arrow-down.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/img/arrow-down.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/img/handle-h.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/img/handle-h.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/img/handle-v.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/img/handle-v.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/img/panel-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/img/panel-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/img/panel-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/img/panel-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/img/panel-button-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/img/panel-button-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/img/panel.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-2.0/img/panel.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/baobab.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/baobab.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/baobab.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/baobab.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,25 @@ + +BaobabWindow GtkGrid { + background-color: @bg_color; +} + +BaobabLocationList GtkGrid { + background-color: transparent; +} + +.baobab-toolbar.toolbar { + border-color: shade (@bg_color, 0.9); + border-style: solid; + border-width: 0 0 1px 0; + border-radius: 0; +} + +.cell.baobab-level-cell, +.cell.baobab-level-cell:hover, +.cell.baobab-level-cell:selected, +.cell.baobab-level-cell:selected:hover { + border-color: alpha (black, 0.06); + border-width: 1px; + border-style: solid; + background-color: @base_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/california.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/california.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/california.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/california.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +CaliforniaViewWeekGrid { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/geary.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/geary.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/geary.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/geary.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +ComposerWidget { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/gedit.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/gedit.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/gedit.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/gedit.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,60 @@ +@define-color notebook_tab_gradient_b shade (@bg_color, 0.98); + +GeditWindow .pane-separator, +GeditWindow .pane-separator:hover { +} + +GeditPanel.title GtkLabel { +} + +GeditDocumentsPanel .view { +} + +GeditDocumentsPanel .view:backdrop { +} + +GeditWindow .notebook { + border-radius: 1px; +} + +GeditPanel .notebook { + border-radius: 1px; +} + +GeditPanel .notebook tab, +GeditWindow .notebook tab { + border-radius: 3px; +} + +GeditViewFrame .gedit-search-slider { + background-color: @base_color; + padding: 6px; + border-color: shade (@notebook_tab_gradient_b, 0.80); + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px 1px; + border-style: solid; +} + +GeditViewFrame .gedit-search-slider .not-found { + color: @error_fg_color; + background-image: none; + background-color: @error_bg_color; +} + +GeditViewFrame .gedit-search-slider .not-found:selected { + background-color: @selected_bg_color; + color: @selected_fg_color; +} + +GeditFileBrowserWidget .toolbar { + background-color: @bg_color; + border: none; + padding-bottom: 3px; +} + +.gedit-search-entry-occurrences-tag { + background-color: transparent; + color: @backdrop_text_color; + margin: 2px; + padding: 2px; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/glade.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/glade.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/glade.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/glade.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,8 @@ + +GladeEditor GtkContainer { + background-color: @bg_color +} + +GladeWindow GtkGrid { + background-color: @bg_color +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/gnome-panel.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/gnome-panel.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/gnome-panel.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/gnome-panel.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,97 @@ +/* Fallback Mode Panel */ +PanelWidget :backdrop, +PanelApplet :backdrop, +PanelToplevel :backdrop, +PanelWidget, +PanelApplet, +PanelToplevel { + border-image: none; + + color: @dark_fg_color; +} + +PanelWidget, +PanelApplet, +PanelToplevel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelApplet { + border-width: 0; +} + +PanelSeparator:backdrop, +PanelSeparator { + border-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + + color: @dark_fg_color; +} + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelApplet > GtkMenuBar.menubar.menuitem, +PanelMenuBar.menubar, +PanelMenuBar.menubar.menuitem { + -PanelMenuBar-icon-visible: true; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelAppletFrame { + background-color: @dark_bg_color; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-width: 0; +} + +PanelApplet .button:backdrop, +PanelApplet .button { + -GtkButton-inner-border: 2; + + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.6); + border-radius: 0; + border-width: 0 1px 0 1px; + + text-shadow: none; +} + +PanelApplet .button:active:prelight:backdrop, +PanelApplet .button:active:prelight, +PanelApplet .button:active:backdrop, +PanelApplet .button:active { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.7)), + to (shade (@dark_bg_color, 0.8))); + border-color: shade (@dark_bg_color, 0.7); +} + +PanelApplet .button:prelight:backdrop, +PanelApplet .button:prelight { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.3)), + to (shade (@dark_bg_color, 1.1))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.8); +} + +ClockBox { + text-shadow: 0 1px shade (@dark_bg_color, 1.08); +} + +WnckPager, WnckTasklist { + background-color: @dark_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/gnome-system-log.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/gnome-system-log.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/gnome-system-log.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/gnome-system-log.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,4 @@ +/* LP: #1045602 */ +LogviewWindow .view.dim-label, .dim-label { + color: @info_fg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/gnome-terminal.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/gnome-terminal.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/gnome-terminal.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/gnome-terminal.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,7 @@ +/* gnome-terminal */ +TerminalScreen { + -TerminalScreen-background-darkness: 0.97; + background-color: #060606; + color: #E8E8E8; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/nautilus.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -0,0 +1,238 @@ +@define-color cluebar_color shade (mix (@bg_color, @base_color, 0.5), 0.95); + +NautilusWindow *, +NemoWindow * { + -GtkPaned-handle-size: 1; +} + +NautilusDesktopWindow GtkWidget { + background-color: @transparent; +} + +.nautilus-canvas-item, +.nemo-canvas-item { + border-radius: 4px; +} + +/* desktop mode */ +.nautilus-desktop.nautilus-canvas-item, +.nemo-desktop.nemo-canvas-item { + color: @bg_color; + text-shadow: 1px 1px alpha (black, 0.8); +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nemo-desktop.nemo-canvas-item:active { + background-image: none; + background-color: alpha (@bg_color, 0.84); + + color: @fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:selected { + background-image: none; + background-color: alpha (@selected_bg_color, 0.84); + + color: @selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:active, +.nemo-desktop.nemo-canvas-item:prelight, +.nemo-desktop.nemo-canvas-item:selected { + text-shadow: none; +} + +/* browser window */ +NautilusTrashBar.info, +NautilusXContentBar.info, +NautilusSearchBar.info, +NautilusQueryEditor.info, +NemoTrashBar.info, +NemoXContentBar.info, +NemoSearchBar.info, +NemoQueryEditor.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.03)), + to (shade (@cluebar_color, 0.92))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); + border-radius: 0; + border-style: solid; + border-width: 0px 0px 1px 0px; +} + +NautilusTrashBar.info:backdrop, +NautilusXContentBar.info:backdrop, +NautilusSearchBar.info:backdrop, +NautilusQueryEditor.info:backdrop, +NemoTrashBar.info:backdrop, +NemoXContentBar.info:backdrop, +NemoSearchBar.info:backdrop, +NemoQueryEditor.info:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.01)), + to (shade (@cluebar_color, 0.96))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); +} + +NautilusSearchBar .entry, +NemoSearchBar .entry { +} + +.nautilus-cluebar-label, +.nemo-cluebar-label { + font: bold; +} + +.nautilus-cluebar-label:backdrop, +.nemo-cluebar-label:backdrop { + color: mix (@fg_color, @cluebar_color, 0.2); +} + +nautilus-search-button *:active, +nautilus-search-button *:active:prelight, +nemo-search-button *:active, +nemo-search-button *:active:prelight { + color: @dark_fg_color; +} + +NautilusFloatingBar, +NemoFloatingBar { + background-color: shade (@cluebar_color, 0.92); +} + +NautilusFloatingBar .button, +NemoFloatingBar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; +} + +/* sidebar */ +NautilusWindow .sidebar, +NautilusWindow .sidebar .view, +NemoWindow .sidebar, +NemoWindow .sidebar .view { + background-color: @cluebar_color; + + color: @fg_color; +} + +NautilusWindow .sidebar .frame, +NemoWindow .sidebar .frame { + border-style: none +} + +NautilusWindow .sidebar:backdrop, +NautilusWindow .sidebar .view:backdrop, +NemoWindow .sidebar:backdrop, +NemoWindow .sidebar .view:backdrop { + background-color: shade (@bg_color, 0.96); + color: mix (@fg_color, shade (@bg_color, 0.95), 0.2); +} + +NautilusWindow .sidebar row:selected, +NemoWindow .sidebar row:selected { + color: @selected_fg_color; +} + +NautilusWindow .sidebar row:selected:backdrop, +NemoWindow .sidebar row:selected:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (shade (@bg_color, 0.95), 0.94)), + to (shade (shade (@bg_color, 0.95), 0.86))); + border-top-color: shade (shade (@bg_color, 0.95), 0.88); + + color: @fg_color; +} + +NautilusWindow .pane-separator, +NemoWindow .pane-separator { + background-color: shade (shade (@bg_color, 0.95), 0.94); + border-color: @dark_bg_color; + border-style: solid; + border-width: 0; + box-shadow: none; +} + +NautilusWindow .pane-separator:backdrop, +NemoWindow .pane-separator:backdrop { + background-color: shade (shade (@bg_color, 0.95), 0.96); +} + +NautilusWindow .toolbar.menubar, +NemoWindow .toolbar.menubar { + -GtkToolbar-button-relief: normal; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.0)), + to (shade (@dark_bg_color, 1.2))); + color: @fg_color; + padding: 3px; + box-shadow: none; +} + +/* for breadcrumbs path bar */ +NautilusWindow .toolbar.menubar .button, +.nemo-pathbar-button, +NemoPathbarButton { + -GtkWidget-focus-line-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.4)), + to (shade (@dark_bg_color, 0.96))); + color: @dark_fg_color; + padding: 6px 6px; + border-width: 1px; + border-style: solid; + border-color: alpha(shade (@dark_bg_color, 0.80), 1.2); + -NemoPathbarButton-border-radius: 3px; +} + +NautilusWindow .toolbar.menubar .button:hover, +NautilusWindow .toolbar.menubar .button:active:hover, +NemoPathbarButton:hover, +NemoPathbarButton:active:hover { + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +NautilusWindow .toolbar.menubar .button:active, +NemoPathbarButton:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@selected_bg_color, 1.32), shade(@dark_bg_color, 1.1), 0.7)), + to (mix (shade (@selected_bg_color, 1.05), shade(@dark_bg_color, 1.18), 0.7))); + + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +.toolbar.menubar .separator { + border-color: shade (@dark_bg_color, 0.96); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* For Places Sidebar diskfull indicators */ + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, .65); + -NemoPlacesTreeView-disk-full-fg-color: shade(@selected_bg_color, 1.0); + -NemoPlacesTreeView-disk-full-bar-width: 1px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 1px; + -NemoPlacesTreeView-disk-full-max-length: 70px; +} + +NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, 2.0); + -NemoPlacesTreeView-disk-full-fg-color: shade(@fg_color, 2.0); +} + +NemoPlacesTreeView:hover { +} + +NemoPlacesTreeView:selected:hover { +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/software-center.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/software-center.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/software-center.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/software-center.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +.action-bar { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/unity.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/unity.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/unity.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/unity.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,131 @@ +/* Decorations */ + +UnityDecoration { + -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-input-extents: 10px; + + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 5px; + -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.78); + -UnityDecoration-active-shadow-radius: 30px; + -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.3); + -UnityDecoration-inactive-shadow-radius: 25px; + + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: rgb (221, 72, 20); + + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration.top { + border: 1px solid rgba (85, 40, 0, 0.04); /* shade (@dark_bg_color) (shade (#edebe6, 1.06) */ + border-bottom-width: 0; + border-radius: 6px 6px 0 0; + padding: 1px 6px 0 6px; + + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 1.065), inset 0 0 transparent; + + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityDecoration.top:backdrop { + border: 1px solid rgba (110, 27, 0, 0.04); /* shade @dark_bg_color - shade (#edebe6, 0.96) */ + border-bottom-width: 0; + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 0.96)), + to (@dark_bg_color)); + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 0.97), inset 0 0 transparent; + + color: #a39e9a; + text-shadow: 1px 0 1px shade (@dark_bg_color, 1.08), -1px 0 1px shade (@dark_bg_color, 1.08), + 0 1px 1px shade (@dark_bg_color, 1.08), 0 -1px 1px shade (@dark_bg_color, 1.08); +} + +UnityDecoration.left, +UnityDecoration.right { + background-color: shade (@bg_color, 0.7); + background-size: 1px 70px; + background-repeat: repeat-x; + + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #A8A8A8), + color-stop (0.5, #A8A8A8), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.left:backdrop, +UnityDecoration.right:backdrop { + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #B5B5B5), + color-stop (0.5, #B5B5B5), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.bottom { + background-image: none; + background-color: shade (@bg_color, 0.7); +} + +/* Panel Style */ + +UnityPanelWidget, +.unity-panel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + border-top-color: shade (#EDEDED, 1.08); + border-style: solid; + border-width: 1px 0 0 0; + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: #A3A3A3; +} + +.unity-panel.menubar, +.unity-panel .menubar { +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 1px 1px 0 1px; + icon-shadow: 0 -1px shade (@dark_bg_color, 1.06); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (shade (@dark_bg_color, 1.02))); +} + +@keyframes playbackmenuitem_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: playbackmenuitem_spinner 1s infinite linear; + color: @selected_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/unity-greeter.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/unity-greeter.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/unity-greeter.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/apps/unity-greeter.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,94 @@ +.lightdm.menu { + background-image: none; + background-color: alpha (black, 0.6); + border-color: alpha (white, 0.2); + border-radius: 4px; + padding: 1px; + + color: white; +} + +.lightdm-combo .menu { + background-color: shade (@dark_bg_color, 1.08); + border-radius: 0px; + padding: 0px; + + color: white; +} + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: white; +} + +.lightdm.menubar { + background-image: none; + background-color: alpha (black, 0.5); +} + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .entry, +.lightdm.button, +.lightdm.entry { + background-image: none; + background-color: alpha (black, 0.3); + border-color: alpha (white, 0.6); + border-radius: 5px; + padding: 7px; + + color: white; + text-shadow: none; +} + +.lightdm.button, +.lightdm.button:hover, +.lightdm.button:active, +.lightdm.button:active:focused, +.lightdm.entry, +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focused { + background-image: none; + border-image: none; +} + +.lightdm.button:focused, +.lightdm.entry:focused { + border-color: alpha (white, 0.9); + border-width: 1px; + border-style: solid; + + color: white; +} + +.lightdm.entry:selected { + background-color: alpha (white, 0.2); +} + +@keyframes dashentry_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; +} + +.lightdm.option-button { + padding: 2px; + background: none; + border: 0; +} + +.lightdm.toggle-button { + background: none; + border-width: 0; +} + +.lightdm.toggle-button.selected { + background-color: alpha (black, 0.3); + border-width: 1px; +} Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/backdrop-radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-active-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-active-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-default-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-default-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-default-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-default-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-default-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-default-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-default.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-default.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-menuitem-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-menuitem-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-arrow-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-arrow-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-arrow.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-arrow.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-button-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-button-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/frame.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/frame.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/notebook-tab-bottom.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/notebook-tab-bottom.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/notebook-tab-left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/notebook-tab-left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/notebook-tab-right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/notebook-tab-right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/notebook-tab-top.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/notebook-tab-top.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/progressbar-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/progressbar-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/progressbar-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/progressbar-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/progressbar-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/progressbar-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/progressbar-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/progressbar-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radiance-entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-horizontal-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-horizontal-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-horizontal-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-horizontal-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-horizontal-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-horizontal-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-vertical-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-vertical-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-vertical-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-vertical-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-vertical-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-vertical-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scale-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scrollbar_handle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scrollbar_handle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scrollbar_handle_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/scrollbar_handle_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-horizontal-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-horizontal-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-horizontal-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-horizontal-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-horizontal-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-horizontal-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-horizontal-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-horizontal-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-horizontal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-horizontal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_prelight_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_prelight_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_vertical_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_vertical_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-vertical-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-vertical-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-vertical-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-vertical-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-vertical-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-vertical-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-vertical-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-vertical-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_vertical_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_vertical_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/slider-vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-button-off-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-button-off-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-button-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-button-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-button-on-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-button-on-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-button-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-button-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-trough-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-trough-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-trough-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-trough-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-trough-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-trough-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-trough-toolbar-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-trough-toolbar-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-trough-toolbar-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/assets/switch-trough-toolbar-on.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1 @@ +@import url("gtk-main.css"); \ No newline at end of file diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-main.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-main.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-main.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-main.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,70 @@ +/*default color scheme */ +@define-color bg_color #F2F2F2; +@define-color fg_color #4C4C4C; +@define-color base_color #ffffff; +@define-color text_color #3C3C3C; +@define-color selected_bg_color #25BAA5; +@define-color selected_fg_color #ffffff; +@define-color tooltip_bg_color #000000; +@define-color tooltip_fg_color #ffffff; + +/* misc colors used by gtk+ + * + * Gtk doesn't currently expand color variables for style properties. Thus, + * gtk-widgets.css uses literal color names, but includes a comment containing + * the name of the variable. Please remember to change values there as well + * when changing one of the variables below. + */ +@define-color info_fg_color rgb (181, 171, 156); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (173, 120, 41); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (97, 122, 214); +@define-color question_bg_color rgb (138, 173, 212); +@define-color error_fg_color rgb (235, 235, 235); +@define-color error_bg_color rgb (223, 56, 44); +@define-color link_color @selected_bg_color; +@define-color success_color #4e9a06; +@define-color error_color #df382c; + +/* theme common colors */ +@define-color button_bg_color shade (@bg_color, 1.02); /*shade (#cdcdcd, 1.08);*/ +@define-color notebook_button_bg_color shade (@bg_color, 1.02); +@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6); +@define-color dark_bg_color #DFDFDF; +@define-color dark_fg_color @fg_color; + +@define-color backdrop_fg_color mix (@bg_color, @fg_color, 0.8); +@define-color backdrop_text_color mix (@base_color, @text_color, 0.8); +@define-color backdrop_dark_fg_color mix (@dark_bg_color, @dark_fg_color, 0.75); +@define-color backdrop_selected_bg_color shade (@bg_color, 0.92); +@define-color backdrop_selected_fg_color @fg_color; + +@define-color focus_color alpha (@selected_bg_color, 0.5); +@define-color focus_bg_color alpha (@selected_bg_color, 0.1); + +@define-color shadow_color alpha(black, 0.5); + +@define-color osd_fg_color #eeeeec; +@define-color osd_bg_color alpha(#202526, 0.7); +@define-color osd_border_color alpha(black, 0.7); + +@import url("gtk-widgets-borders.css"); +@import url("gtk-widgets-borders-radiance.css"); +@import url("gtk-widgets-assets.css"); +@import url("gtk-widgets-assets-radiance.css"); +@import url("gtk-widgets.css"); +@import url("gtk-widgets-radiance.css"); +@import url("apps/geary.css"); +@import url("apps/unity.css"); +@import url("apps/unity-greeter.css"); +@import url("apps/baobab.css"); +@import url("apps/gedit.css"); +@import url("apps/nautilus.css"); +@import url("apps/gnome-panel.css"); +@import url("apps/gnome-terminal.css"); +@import url("apps/gnome-system-log.css"); +@import url("apps/glade.css"); +@import url("apps/california.css"); +@import url("apps/software-center.css"); +@import url("public-colors.css"); diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-assets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-assets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-assets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-assets.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,562 @@ +/*************** + * Resize grip * + ***************/ + +.grip { + background-color: transparent; + /*background-image: url("assets/resize-grip.svg");*/ +} + +/************************* + * Check and Radio items * + *************************/ + +/* draw regular check and radio items using our SVG assets */ +.check { + -gtk-icon-source: url("assets/check-unselected.png"); +} + +.check:hover { + -gtk-icon-source: url("assets/check-unselected-hover.png"); +} + +.check row, +.check row:selected, +.check row:selected:focus { + -gtk-icon-source: url("assets/check-unselected-alt.png"); +} + +.check row:hover, +.check row:selected:hover, +.check row:selected:focus:hover { + -gtk-icon-source: url("assets/check-unselected-hover-alt.png"); +} + +.check:insensitive { + -gtk-icon-source: url("assets/check-unselected-disabled.png"); +} + +.check row:insensitive { + background-color: transparent; +} + +.check row:insensitive, +.check row:selected:insensitive, +.check row:selected:focus:insensitive { + background-color: transparent; + -gtk-icon-source: url("assets/check-unselected-disabled-alt.png"); +} + +.check:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected.png"); +} + +.check:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover.png"); +} + +.check row:backdrop, +.check row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-alt.png"); +} + +.check row:hover:backdrop, +.check row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover-alt.png"); +} + +.check:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled.png"); +} + +.check row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled-alt.png"); +} + +.check:checked { + -gtk-icon-source: url("assets/check-selected.png"); +} + +.check:checked:hover { + -gtk-icon-source: url("assets/check-selected-hover.png"); +} + +.check row:checked, +.check row:selected:checked, +.check row:selected:focus:checked { + -gtk-icon-source: url("assets/check-selected-alt.png"); +} + +.check row:checked:hover, +.check row:selected:checked:hover, +.check row:selected:checked:focus:hover { + -gtk-icon-source: url("assets/check-selected-hover-alt.png"); +} + +.check:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled.png"); +} + +.check row:checked:insensitive, +.check row:selected:checked:insensitive, +.check row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled-alt.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover.png"); +} + +.check row:checked:backdrop, +.check row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-alt.png"); +} + +.check row:checked:hover:backdrop, +.check row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover-alt.png"); +} + +.check:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled.png"); +} + +.check row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled-alt.png"); +} + +.check:inconsistent { + -gtk-icon-source: url("assets/check-mixed.png"); +} + +.check:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover.png"); +} + +.check row:inconsistent, +.check row:selected:inconsistent, +.check row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/check-mixed-alt.png"); +} + +.check row:inconsistent:hover, +.check row:selected:inconsistent:hover, +.check row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled.png"); +} + +.check row:inconsistent:insensitive, +.check row:selected:inconsistent:insensitive, +.check row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled-alt.png"); +} + +.check:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed.png"); +} + +.check:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover.png"); +} + +.check row:inconsistent:backdrop, +.check row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-alt.png"); +} + +.check row:inconsistent:hover:backdrop, +.check row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled.png"); +} + +.check row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled-alt.png"); +} + +.radio { + -gtk-icon-source: url("assets/radio-unselected.png"); +} + +.radio:hover { + -gtk-icon-source: url("assets/radio-unselected-hover.png"); +} + +.radio row, +.radio row:selected, +.radio row:selected:focus { + -gtk-icon-source: url("assets/radio-unselected-alt.png"); +} + +.radio row:hover, +.radio row:selected:hover, +.radio row:selected:focus:hover { + -gtk-icon-source: url("assets/radio-unselected-hover-alt.png"); +} + +.radio:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled.png"); +} + +.radio row:insensitive { + background-color: transparent; +} + +.radio row:insensitive, +.radio row:selected:insensitive, +.radio row:selected:focus:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled-alt.png"); +} + +.radio:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected.png"); +} + +.radio:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover.png"); +} + +.radio row:backdrop, +.radio row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-alt.png"); +} + +.radio row:hover:backdrop, +.radio row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover-alt.png"); +} + +.radio:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled.png"); +} + +.radio row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled-alt.png"); +} + +.radio:checked { + -gtk-icon-source: url("assets/radio-selected.png"); +} + +.radio:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover.png"); +} + +.radio row:checked, +.radio row:selected:checked, +.radio row:selected:focus:checked { + -gtk-icon-source: url("assets/radio-selected-alt.png"); +} + +.radio row:checked:hover, +.radio row:selected:checked:hover, +.radio row:selected:focus:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled.png"); +} + +.radio row:insensitive, +.radio row:selected:checked:insensitive, +.radio row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled-alt.png"); +} + +.radio:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected.png"); +} + +.radio:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover.png"); +} + +.radio row:checked:backdrop, +.radio row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-alt.png"); +} + +.radio row:checked:hover:backdrop, +.radio row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled.png"); +} + +.radio row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled-alt.png"); +} + +.radio:inconsistent { + -gtk-icon-source: url("assets/radio-mixed.png"); +} + +.radio:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover.png"); +} + +.radio row:inconsistent, +.radio row:selected:inconsistent, +.radio row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover, +.radio row:selected:inconsistent:hover, +.radio row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled.png"); +} + +.radio row:inconsistent:insensitive, +.radio row:selected:inconsistent:insensitive, +.radio row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled-alt.png"); +} + +.radio:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed.png"); +} + +.radio:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover.png"); +} + +.radio row:inconsistent:backdrop, +.radio row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover:backdrop, +.radio row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled.png"); +} + +.radio row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled-alt.png"); +} + +.primary-toolbar .menu .check, +.menubar.toolbar .menu .check, +.header-bar .menu .check, +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .radio, +.menubar.toolbar .menu .radio, +.header-bar .menu .radio, +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .check:checked, +.menubar.toolbar .menu .check:checked, +.header-bar .menu .check:checked, +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:hover, +.menu .check:checked:hover { + -gtk-icon-source: url("assets/check-menuitem.png"); +} + +.primary-toolbar .menu .check:checked:insensitive, +.menubar.toolbar .menu .check:checked:insensitive, +.header-bar .menu .check:checked:insensitive, +.toolbar .menu .check:checked:hover:insensitive, +.menu .check:checked:insensitive, +.menu .check:checked:hover:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive.png"); +} + +.toolbar .menu .radio:checked:hover, +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem.png"); +} + +.primary-toolbar .menu .radio:checked:insensitive, +.menubar.toolbar .menu .radio:checked:insensitive, +.header-bar .menu .radio:checked:insensitive, +.toolbar .menu .radio:checked:hover:insensitive, +.menu .radio:checked:insensitive, +.menu .radio:checked:hover:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive.png"); +} + +.toolbar .menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.toolbar .menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.toolbar .menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} + +/********************* + * GtkScale's slider * + *********************/ +.scale.slider, +.scale.slider.horizontal { + background-image: url("assets/slider-horizontal.png"); +} + +.scale.slider:backdrop, +.scale.slider.horizontal:backdrop { + /*background-image: url("assets/slider-horizontal-disabled.png");*/ +} + +.scale.slider:hover, +.scale.slider.horizontal:hover { + background-image: url("assets/slider-horizontal-hover.png"); +} + +.scale.slider:focused, +.scale.slider.horizontal:focused { + background-image: url("assets/slider-horizontal-focused.png"); +} + +.scale.slider:hover:focused, +.scale.slider.horizontal:hover:focused { + background-image: url("assets/slider-horizontal-focused-hover.png"); +} + +.scale.slider:insensitive, +.scale.slider.horizontal:insensitive { + background-image: url("assets/slider-horizontal-disabled.png"); +} + +.scale.slider:insensitive:backdrop, +.scale.slider.horizontal:insensitive:backdrop { + /*background-image: url("assets/slider-horizontal-backdrop-disabled.png");*/ +} + +.scale.slider.vertical { + background-image: url("assets/slider-vertical.png"); +} + +.scale.slider.vertical:backdrop { + /*background-image: url("assets/slider-vertical-backdrop.png");*/ +} + +.scale.slider.vertical:hover { + background-image: url("assets/slider-vertical-hover.png"); +} + +.scale.slider.vertical:focused { + background-image: url("assets/slider-vertical-focused.png"); +} + +.scale.slider.vertical:hover:focused { + background-image: url("assets/slider-vertical-focused-hover.png"); +} + +.scale.slider.vertical:insensitive { + background-image: url("assets/slider-vertical-disabled.png"); +} + +.scale.slider.vertical:insensitive:backdrop { + /*background-image: url("assets/slider-vertical-backdrop-disabled.png");*/ +} + +/*.scale.scale-has-marks-above.slider.horizontal { + background-image: url("assets/slider-up.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:insensitive { + background-image: url("assets/slider-up-disabled.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop { + background-image: url("assets/slider-up-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-up-backdrop-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical { + background-image: url("assets/slider-left.png"); +} + +.scale.scale-has-marks-above.slider.vertical:insensitive { + background-image: url("assets/slider-left-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop { + background-image: url("assets/slider-left-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-left-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal { + background-image: url("assets/slider-down.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:insensitive { + background-image: url("assets/slider-down-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop { + background-image: url("assets/slider-down-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-down-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical { + background-image: url("assets/slider-right.png"); +} + +.scale.scale-has-marks-below.slider.vertical:insensitive { + background-image: url("assets/slider-right-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop { + background-image: url("assets/slider-right-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-right-backdrop-disabled.png"); +}*/ + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-assets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-assets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-assets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-assets-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-borders.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-borders.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-borders.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-borders.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,313 @@ +/* Borders */ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border: 1px solid #2e2e2c; + border-bottom-width: 0px; + border-radius: 4px 4px 0 0; +} + +/********* + * entry * + *********/ +.entry { + border-radius: 8px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.entry { + border-image: url("assets/entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:backdrop { + border-image: url("assets/backdrop-entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:focus { + border-image: url("assets/entry-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive { + border-image: url("assets/entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive:backdrop { + border-image: url("assets/backdrop-entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + border-radius: 8px; + border-width: 0; +} + +/****************** + * combobox entry * + ******************/ +GtkComboBox.combobox-entry .entry:first-child, +GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 1px 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +GtkComboBox.combobox-entry .entry:last-child, +GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +GtkComboBox.combobox-entry .button { + border-image: url("assets/combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:backdrop { + border-image: url("assets/backdrop-combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive { + border-image: url("assets/combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive:backdrop { + border-image: url("assets/backdrop-combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:active:focus { + border-image: url("assets/combobox-button-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:first-child, +.primary-toolbar GtkComboBox.combobox-entry .button:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:first-child, +.header-bar GtkComboBox.combobox-entry .entry:first-child, +.header-bar GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:last-child, +.primary-toolbar GtkComboBox.combobox-entry .button:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:last-child, +.header-bar GtkComboBox.combobox-entry .entry:last-child, +.header-bar GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +.notebook tab.top:active { + border-image: url("assets/notebook-tab-top.png") 8 10 1 10 / 8px 10px 1px 10px stretch; +} + +.notebook tab.right:active { + border-image: url("assets/notebook-tab-right.png") 10 8 10 1 / 10px 8px 10px 1px stretch; +} + +.notebook tab.bottom:active { + border-image: url("assets/notebook-tab-bottom.png") 1 10 8 10 / 1px 10px 8px 10px stretch; +} + +.notebook tab.left:active { + border-image: url("assets/notebook-tab-left.png") 10 1 10 8 / 10px 1px 10px 8px stretch; +} + +/* unfocused window: generic element borders */ +.button:backdrop, +GtkComboBox.combobox-entry .entry:backdrop, +GtkComboBox.combobox-entry .button:backdrop, +.entry:backdrop, +GtkSwitch.trough:backdrop, +.trough:backdrop { +} + +.trough, +.trough.highlight { + border-radius: 4px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.trough { + border-image: url("assets/progressbar-horizontal-trough.png") 6 7 6 7 / 6px 7px 6px 7px stretch; +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +.trough row { +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +GtkSwitch.trough { + border-image: url("assets/switch-trough-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.trough:active { + border-image: url("assets/switch-trough-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough, +.menubar.toolbar GtkSwitch.trough, +.header-bar GtkSwitch.trough { + border-image: url("assets/switch-trough-toolbar-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough:active, +.menubar.toolbar GtkSwitch.trough:active, +.header-bar GtkSwitch.trough:active { + border-image: url("assets/switch-trough-toolbar-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:active:backdrop, +GtkSwitch.trough:insensitive, +GtkSwitch.trough:active:insensitive { + border-image: url("assets/switch-trough-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.slider { + border-image: url("assets/switch-button-off.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +GtkSwitch.slider:active { + border-image: url("assets/switch-button-on.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:backdrop, +GtkSwitch.slider:insensitive { + border-image: url("assets/switch-button-off-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:active:backdrop, +GtkSwitch.slider:active:insensitive { + border-image: url("assets/switch-button-on-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-image: url("assets/progressbar-horizontal-fill.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical { + border-image: url("assets/progressbar-vertical-fill.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop { + border-image: url("assets/progressbar-horizontal-fill-backdrop.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical:backdrop { + border-image: url("assets/progressbar-vertical-fill-backdrop.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.scale.trough { + border-image: url("assets/scale-horizontal-trough.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:insensitive { + border-image: url("assets/scale-horizontal-trough-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:backdrop { + border-image: url("assets/scale-horizontal-trough-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical { + border-image: url("assets/scale-vertical-trough.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.vertical:insensitive { + border-image: url("assets/scale-vertical-trough-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left { + border-image: url("assets/scale-horizontal-fill.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical:backdrop { + border-image: url("assets/scale-vertical-trough-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left:insensitive { + border-image: url("assets/scale-horizontal-fill-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.left:backdrop { + border-image: url("assets/scale-horizontal-fill-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.bottom.vertical { + border-image: url("assets/scale-vertical-fill.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:insensitive { + border-image: url("assets/scale-vertical-fill-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:backdrop { + border-image: url("assets/scale-vertical-fill-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-borders-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-borders-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-borders-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-borders-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,38 @@ + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/radiance-entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/radiance-entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/radiance-combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/radiance-combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/radiance-combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border-color: #b8ab9c; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets.css 2015-08-19 22:32:06.000000000 +0000 @@ -0,0 +1,2126 @@ +* { + -GtkArrow-arrow-scaling: 0.6; + -GtkButton-child-displacement-x: 1; + -GtkButton-child-displacement-y: 1; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-interior-focus: true; + -GtkButton-inner-border: 3; + -GtkCheckButton-indicator-size: 18; + -GtkCheckMenuItem-indicator-size: 16; + -GtkEntry-inner-border: 2; + -GtkEntry-progress-border: 0; + -GtkExpander-expander-size: 8; + -GtkHTML-link-color: #2EBDA8; /* @link_color */ + -GtkIMHtml-hyperlink-color: #2EBDA8; /* @link_color */ + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 5px; + -GtkMenuBar-internal-padding: 0; + -GtkMenuItem-arrow-scaling: 0.6; + -GtkNotebook-tab-overlap: 1; + -GtkPaned-handle-size: 6; + -GtkProgressBar-min-horizontal-bar-height: 14; + -GtkProgressBar-min-vertical-bar-width: 14; + -GtkRange-trough-border: 0; + -GtkRange-slider-width: 14; + -GtkRange-stepper-size: 13; + -GtkRange-trough-under-steppers: 1; + -GtkRange-stepper-spacing: 0; + -GtkScale-trough-border: 0; + -GtkScrollbar-activate-slider: 1; + -GtkScrollbar-trough-border: 0; + -GtkScrollbar-min-slider-length: 31; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkSeparatorMenuItem-horizontal-padding: 0; + -GtkStatusbar-shadow-type: none; + -GtkTextView-error-underline-color: #df382c; /* @error_color */ + -GtkToolButton-icon-spacing: 6; + -GtkToolItemGroup-expander-size: 11; + -GtkToolbar-internal-padding: 0; + -GtkTreeView-expander-size: 8; + -GtkTreeView-vertical-separator: 0; + -GtkWidget-separator-width: 2; + -GtkWidget-separator-height: 2; + -GtkWidget-link-color: #2EBDA8; /* @link_color */ + -GtkWidget-visited-link-color: #2EBDA8; /* @link_color */ + -GtkWindow-resize-grip-width: 0; + -GtkWindow-resize-grip-height: 0; + -WnckTasklist-fade-overlay-rect: 0; + + background-origin: border-box; + background-clip: padding-box; +} + +.background { + color: @fg_color; + background-color: @bg_color; +} + +.background:backdrop { + color: @backdrop_fg_color; +} + +/* LP: #1285783 */ +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; +} + +GtkPaned { + background-color: @bg_color; +} + +/* Background hack to make DejaDup Assistant windows not turn black when + * overlay scrollbars are enabled. + */ +Assistant GtkEventBox { + background-color: @bg_color; +} + +/* ... and for Evolution's mail preferences window */ +EPreferencesWindow GtkNotebook GtkAlignment GtkVBox { + background-color: @bg_color; +} + +/************* + * assistant * + *************/ +GtkAssistant .sidebar .highlight { + color: @fg_color; + font: bold; +} + +GtkAssistant .sidebar { + background-color: shade (@bg_color, 0.97); + border-right-color: shade (@bg_color, 0.8); + border-radius: 0; + border-style: solid; + border-width: 0 1px 0 0; + padding: 12px; + + color: mix (@fg_color, @bg_color, 0.40); + text-shadow: 0 1px shade (@bg_color, 1.04); + + box-shadow: inset -1px 0 shade (@bg_color, 0.94); +} + +/********** + * button * + **********/ +.button { + padding: 5px 6px; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + + border: 1px solid transparent; + border-radius: 8px; + border-image-source: url("assets/button.png"); + + /* all button border images have the same size and are sliced in the same way */ + border-image-width: 10px 12px 10px 12px; + border-image-slice: 10 12 10 12; + border-image-repeat: stretch; +} + +.button.flat { + background-image: none; + border-image-source: none; +} + +.button:backdrop { + background-image: none; + background-color: @bg_color; + border-image-source: url("assets/backdrop-button.png"); + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +.button.flat:backdrop { + border-image-source: none; +} + +.button:focus { + border-image-source: url("assets/button-focused.png"); +} + +.button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.12)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.96))); + border-image-source: url("assets/button-hover.png"); +} + +.button:hover:backdrop { + background-color: shade (@bg_color, 1.04); + border-image-source: url("assets/backdrop-button-hover.png"); +} + +.button:hover:focus { + border-image-source: url("assets/button-focused-hover.png"); +} + +.button:insensitive { + background-image: none; + background-color: mix (#ebebeb, @bg_color, 0.5); + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + border-image-source: url("assets/button-disabled.png"); +} + +.button:insensitive:backdrop { + background-color: #ebebeb; + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); + border-image-source: url("assets/backdrop-button-disabled.png"); +} + +.button.flat:insensitive, +.button.flat:insensitive:backdrop { + background-color: transparent; + border-image-source: none; +} + +.button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + border-image-source: url("assets/button-active.png"); +} + +.button:checked:focus { + border-image-source: url("assets/button-active-focused.png"); +} + +.button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#dcdcdc), + to (#f3f3f3)); + border-image-source: url("assets/button-active-hover.png"); +} + +.button:active:focus { + border-image-source: url("assets/button-active-focused-hover.png"); +} + +.button:active:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#e3e3e3), + to (#f3f3f3)); + border-image-source: url("assets/button-active-disabled.png"); +} + +.button:checked:backdrop { + border-image-source: url("assets/backdrop-button-active.png"); +} + +.button:active:backdrop { + border-image-source: url("assets/backdrop-button-active-hover.png"); +} + +.button:checked:insensitive:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (#e3e3e3, @bg_color, 0.5)), + to (mix (#f3f3f3, @bg_color, 0.5))); + border-image-source: url("assets/backdrop-button-active-disabled.png"); +} + +.button.default { + border-image-source: url("assets/button-default.png"); +} + +.button.default:hover { + border-image-source: url("assets/button-default-hover.png"); +} + +.button.default:focus { + border-image-source: url("assets/button-default-focused.png"); +} + +.button.default:focus:hover { + border-image-source: url("assets/button-default-focused-hover.png"); +} + +/****************** + * Linked Widgets * + *****************/ +.linked > .entry, +.linked > .button, +.linked > GtkComboBox > .button { + border-radius: 0; + border-image-width: 10px 0 10px 0; + border-width: 1px 0 1px 0; + box-shadow: inset -1px 0 shade (@bg_color, 0.84); +} + +.linked > .entry:first-child, +.linked > .button:first-child, +.linked > GtkComboBox:first-child > .button { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; +} + +.linked > .entry:last-child, +.linked > .button:last-child, +.linked > GtkComboBox:last-child > .button { + border-image-width: 10px 12px 10px 0; + border-radius: 0 8px 8px 0; + box-shadow: none; +} + +.linked > .entry:only-child, +.linked > .button:only-child, +.linked > GtkComboBox:only-child > .button { + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +.primary-toolbar .linked .button, +.header-bar .linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.header-bar .linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.header-bar .linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4) +} + +.primary-toolbar .linked .button:active, +.header-bar .linked .button:active, +.primary-toolbar .linked .button:insensitive, +.header-bar .linked .button:insensitive { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:only-child, +.header-bar .linked .button:only-child { + box-shadow: none; +} + +/**************** + * cell and row * + ****************/ +.cell { + -GtkCheckButton-indicator-size: 16; + + background-color: @base_color; + border-radius: 0; + border-width: 0; +} + +row:selected { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@selected_bg_color, 1.06)), + to (shade (@selected_bg_color, 0.94))); + border-top-color: shade (@selected_bg_color, 0.88); + border-style: solid; + border-width: 1px 0 0 0; + + color: @selected_fg_color; +} + +row:selected:backdrop { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@backdrop_selected_bg_color, 1.06)), + to (shade (@backdrop_selected_bg_color, 0.94))); + border-top-color: shade (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + +/******************* + * check and radio * + *******************/ + +/* Draw a focus ring around the contained label ... */ +GtkCheckButton.text-button GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +GtkCheckButton.text-button:focus GtkLabel { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +/* ... unless it's a proper button, which already has a focus-colored border */ +.button.text-button:focus GtkLabel { + border: none; + background: none; +} + +.menu .radio * { + box-shadow: none; +} + +/***************** + * column-header * + *****************/ +column-header .button, +column-header .button:active { + border-radius: 0; + border-width: 0 1px 1px 0; + border-image: none; +} + +column-header .button { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.06)), + to (shade (@bg_color, 1.04))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); + + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.4); +} + +column-header .button:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.02))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.94)), + to (shade (@bg_color, 0.88))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.03), + inset 0 -1px shade (@bg_color, 1.03); +} + +column-header .button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.13)), + to (shade (@bg_color, 1.08))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + +column-header .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.1)), + to (shade (@bg_color, 1.06))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + + +column-header:nth-child(last) .button { + border-width: 0 0 1px 0; +} + +/**************** + * Content view * + ****************/ +.content-view.view { + background-color: shade (@bg_color, 1.01); +} + +.content-view.view:prelight { + background-color: shade (@bg_color, 1.03); +} + +.view:selected, +.view:active, +.content-view.view:selected, +.content-view.view:active { + background-color: @selected_bg_color; +} + +.content-view.view:insensitive { + background-color: @bg_color; +} + +.content-view.view:backdrop { + background-color: @bg_color; +} + +.content-view.view:selected:backdrop { + background-color: @backdrop_selected_bg_color; +} + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; +} + +/********* + * entry * + *********/ +.entry { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@base_color, 0.96)), + to (@base_color)); + padding: 5px 7px; + + color: @text_color; +} + +.entry:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@base_color, 0.96), @bg_color, 0.5)), + to (mix (@base_color, @bg_color, 0.5))); + color: @backdrop_text_color; +} + +.entry:selected, +.entry:selected:focused { + background-color: @selected_bg_color; + + color: @selected_fg_color; +} + +.entry:insensitive { + background-color: #f5f5f5; + background-image: none; + + color: mix (@text_color, @base_color, 0.4); +} + +.entry:insensitive:backdrop { + background-color: mix (#f5f5f5, @bg_color, 0.5); + + color: mix (@text_color, @base_color, 0.4); +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.8)), + color-stop (0.1, shade (@selected_bg_color, 0.9)), + to (shade (@selected_bg_color, 1.1))); + border-width: 0; + + color: @selected_fg_color; +} + +/************ + * expander * + ************/ +.expander { + color: @fg_color; +} + +/********* + * frame * + *********/ +.frame { + border-radius: 3px; + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.82); + border-image: none; + background: none; +} + +.frame.flat { + border: none; +} + +/**************** + * window-frame * + ****************/ + +.window-frame.csd.popup { + border-style: none; + border-radius: 0; + box-shadow: 0 3px 8px @shadow_color; +} + +.window-frame { + border: none; + border-radius: 2px 2px 0 0; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), + 0 6px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); + + /* this is used for the resize cursor area */ + margin: 15px; +} + +.window-frame:backdrop { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.12); +} + +.window-frame.tiled { + border-radius: 0; +} + +.window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: none; +} + +.window-frame.csd.message-dialog { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), + 0 3px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); +} + +/******* + * CSD * + *******/ +.titlebar { + border-radius: 0px; + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +.tiled .titlebar { + border-radius: 0; +} + +.maximized .titlebar { + border-radius: 0; +} + +/* this is the default titlebar that is added by GTK + * when client-side decorations are in use and the application + * does not set a custom titlebar. + */ +.titlebar.default-decoration { + border: none; + box-shadow: none; +} + +.titlebar .title { + font: bold; +} + +.titlebar:backdrop { + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + background-color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +/************ + * iconview * + ************/ +.view { + background-color: @base_color; + color: @text_color; +} + +GtkIconView.view.cell:selected, +GtkIconView.view.cell:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.0)), + to (shade (@selected_bg_color, 0.9))); + border-radius: 5px; + border-style: solid; + border-width: 1px; + border-color: shade (@selected_bg_color, 0.8); + border-bottom-color: shade (@selected_bg_color, 0.7); + + color: @selected_fg_color; + + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.05), + inset -1px 0 shade (@selected_bg_color, 1.05), + inset 0 1px shade (@selected_bg_color, 1.08), + inset 0 -1px shade (@selected_bg_color, 1.0); +} + +.rubberband { + background-color: alpha (@selected_bg_color, 0.35); + border-color: @selected_bg_color; + border-radius: 0; + border-style: solid; + border-width: 1px; +} + +GtkIconView.cell { + background-color: transparent; +} + +/*********** + * infobar * + ***********/ +.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@info_bg_color, 1.04)), + to (shade (@info_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @info_fg_color; + + border-color: shade (@info_bg_color, 0.8); + border-bottom-color: shade (@info_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@info_bg_color, 1.08), + inset -1px 0 shade (@info_bg_color, 1.08), + inset 0 1px shade (@info_bg_color, 1.1), + inset 0 -1px shade (@info_bg_color, 1.04); +} + +.warning { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@warning_bg_color, 1.04)), + to (shade (@warning_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @warning_fg_color; + + border-color: shade (@warning_bg_color, 0.8); + border-bottom-color: shade (@warning_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@warning_bg_color, 1.08), + inset -1px 0 shade (@warning_bg_color, 1.08), + inset 0 1px shade (@warning_bg_color, 1.1), + inset 0 -1px shade (@warning_bg_color, 1.04); +} + +.question { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@question_bg_color, 1.04)), + to (shade (@question_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @question_fg_color; + + border-color: shade (@question_bg_color, 0.8); + border-bottom-color: shade (@question_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@question_bg_color, 1.08), + inset -1px 0 shade (@question_bg_color, 1.08), + inset 0 1px shade (@question_bg_color, 1.1), + inset 0 -1px shade (@question_bg_color, 1.04); +} + +.error { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@error_bg_color, 1.04)), + to (shade (@error_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @error_fg_color; + + border-color: shade (@error_bg_color, 0.8); + border-bottom-color: shade (@error_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@error_bg_color, 1.08), + inset -1px 0 shade (@error_bg_color, 1.08), + inset 0 1px shade (@error_bg_color, 1.1), + inset 0 -1px shade (@error_bg_color, 1.04); +} + +/******** + * menu * + ********/ +GtkTreeMenu.menu, +.toolbar .header-bar .menu, +GtkMenuToolButton.menu, +.primary-toolbar .button .menu, +.header-bar .button .menu, +.menu { + background-image: none; + background-color: shade (@dark_bg_color, 1.08); + border-bottom-color: shade (@dark_bg_color, 0.96); + border-left-color: shade (@dark_bg_color, 0.8); + border-right-color: shade (@dark_bg_color, 0.8); + border-top-color: shade (@dark_bg_color, 0.96); + padding: 0; + border-width: 1px; + border-style: solid; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.18), + inset 0 -1px shade (@dark_bg_color, 1.18), + inset -1px 0 shade (@dark_bg_color, 1.16), + inset 1px 0 shade (@dark_bg_color, 1.18); + + margin: 1px; +} + +.toolbar .menu, +GtkComboBox .menu { + background-image: none; + background-color: @bg_color; + border-bottom-color: shade (@bg_color, 0.66); + border-left-color: shade (@bg_color, 0.7); + border-right-color: shade (@bg_color, 0.7); + border-top-color: shade (@bg_color, 0.8); + border-style: solid; + padding: 0; + + color: @fg_color; + + box-shadow: inset -1px 0 shade (@bg_color, 1.18), + inset 1px 0 shade (@bg_color, 1.18), + inset 0 1px shade (@bg_color, 1.18); +} + +.menu:selected { + background-color: @selected_bg_color; +} + +.menu.button:hover, +.menu.button:checked, +.menu.button:checked:insensitive, +.menu.button:insensitive, +.menu.button +{ + background-color: shade (@dark_bg_color, 1.08); + background-image: none; + border-radius: 0; + border-style: none; + border-width: 1px; +} + +.context-menu { + font: regular medium; +} + +/*********** + * menubar * + ***********/ +.menubar { + -GtkWidget-window-dragging: true; + + background-color: @dark_bg_color; + background-image: none; + border-width: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.menubar:backdrop { + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.8); +} + +/*************** + * menubaritem * + ***************/ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.38)), + to (shade (@dark_bg_color, 1.11))); + + box-shadow: inset 0 1px 1px 0 shade (@dark_bg_color, 1.8); + + color: shade (@dark_fg_color, 1.1); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +/************ + * menuitem * + ************/ +.menuitem { + -GtkMenuItem-horizontal-padding: 0; + background: transparent; + border-radius: 0; + padding: 3px 5px 3px 5px; + + text-shadow: none; +} + +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { +} + +GtkComboBox .menuitem *:hover { + color: @selected_fg_color; +} + +.popover .menuitem:checked:hover, +.menuitem:hover, +.menu .menuitem:hover { + border-radius: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.1)), + to (shade (@selected_bg_color, 0.9))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.7)), + to (shade (@selected_bg_color, 0.7))) 1; + border-image-width: 1px; + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.02), + inset -1px 0 shade (@selected_bg_color, 1.02), + inset 0 1px shade (@selected_bg_color, 1.16), + inset 0 -1px shade (@selected_bg_color, 0.96); + + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem.check:checked, +.menuitem.radio:checked { + color: @fg_color; +} + +.menu .menuitem.check:hover, +.menu .menuitem.radio:hover { + box-shadow: none; +} + +GtkTreeMenu.menu .menuitem:insensitive, +GtkTreeMenu.menu .menuitem *:insensitive, +.toolbar .header-bar .menu .menuitem:insensitive, +.toolbar .header-bar .menu .menuitem *:insensitive, +GtkMenuToolButton.menu .menuitem:insensitive, +GtkMenuToolButton.menu .menuitem *:insensitive, +.primary-toolbar .button .menu .menuitem:insensitive, +.primary-toolbar .button .menu .menuitem *:insensitive, +.header-bar .button .menu .menuitem:insensitive, +.header-bar .button .menu .menuitem *:insensitive, +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@dark_fg_color, @dark_bg_color, 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.toolbar .menu .menuitem:insensitive, +.toolbar .menu .menuitem *:insensitive, +GtkComboBox .menu .menuitem:insensitive, +GtkComboBox .menu .menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +.menuitem GtkCalendar, +.menuitem GtkCalendar.button, +.menuitem GtkCalendar.header, +.menuitem GtkCalendar.view { + background-color: @dark_bg_color; + background-image: none; + border-radius: 0; + border-style: solid; + border-width: 0; + padding: 0; + + color: @dark_fg_color; +} + +.menuitem GtkCalendar { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; +} + +.menuitem GtkCalendar:inconsistent { + color: shade (@bg_color, 0.6); +} + +.menuitem .entry { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; + + color: @dark_fg_color; + + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 0.9))) 1; + border-image-width: 1px; +} + +.primary-toolbar GtkScale.trough, +.primary-toolbar GtkScale.trough:backdrop, +.header-bar GtkScale.trough, +.header-bar GtkScale.trough:backdrop, +.menuitem GtkScale.trough { + background-color: @dark_bg_color; + background-image: none; + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 1.15))) 1; + border-image-width: 1px; +} + +.menuitem .accelerator { + color: alpha (@dark_fg_color, 0.5); +} + +.menuitem .accelerator:hover { + color: alpha (@selected_fg_color, 0.8); +} + +.menuitem .accelerator:insensitive { + color: alpha (mix (@dark_fg_color, @dark_bg_color, 0.5), 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.menuitem > GtkBox > GtkImage + GtkLabel { + padding-left: 6px; +} + +/************ + * notebook * + ************/ +.notebook tab.top { padding: 4px 6px 2px 6px; } +.notebook tab.top:active { padding-bottom: 3px; } +.notebook tab.bottom { padding: 2px 6px 4px 6px; } +.notebook tab.bottom:active { padding-top: 3px; } +.notebook tab.left { padding: 2px 4px 2px 6px; } +.notebook tab.left:active { padding-right: 5px; } +.notebook tab.right { padding: 2px 6px 2px 4px; } +.notebook tab.right:active { padding-left: 5px; } + +/* give active tab a background, as it might be dragged across of others when reordering */ +.notebook tab:active { + background-color: @bg_color; +} + +.notebook.header { + border-width: 0; /* set below depending on position of tab bar */ + border-color: shade (@bg_color, 0.82); + border-style: solid; +} + +/* Draw a border between tabs and content ... */ +.notebook.header.top { border-bottom-width: 1px; } +.notebook.header.right { border-left-width: 1px; } +.notebook.header.left { border-right-width: 1px; } +.notebook.header.bottom { border-top-width: 1px; } + +/* ... unless the content is in a frame (thus having a border itself */ +.notebook.header.frame.top { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.bottom { border: none; } + +.notebook tab.top { + border-image: -gtk-gradient (linear, left top, left bottom, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +.notebook tab.right { + border-image: -gtk-gradient (linear, right top, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.left { + border-image: -gtk-gradient (linear, left top, right top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.bottom { + border-image: -gtk-gradient (linear, left bottom, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +/* Draw a focus ring around labels in tabs */ +.notebook tab GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +.notebook:focus tab GtkLabel.active-page { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +.notebook GtkDrawingArea { + background-color: shade (@bg_color, 1.02); +} + +/****************** + * pane separator * + ******************/ +.sidebar .pane-separator, +.pane-separator { + background-color: transparent; + border-color: shade (@bg_color, 0.84); +} + +/************************* + * progressbar and scale * + *************************/ +GtkScale, +GtkProgressBar { + border-radius: 8px; + border-width: 0px; + padding: 1px; +} + +.scale.trough { + margin: 7px 0 6px 0; +} + +.scale.trough.vertical { + margin: 0 7px 0 6px; +} + +.menubar .menuitem .scale.highlight.left, +.scale.highlight.left, +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #3FBD9E; + border-style: solid; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop, +.scale.highlight.bottom:backdrop, +.progressbar.vertical:backdrop { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #b0b0b0; +} + +.scale.highlight.left:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.scale.highlight.bottom:insensitive { + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.trough, +.trough row, +.trough row:hover, +.trough row:selected, +.trough row:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#d1d1d1), + to (#e8e8e8)); + border-style: solid; + border-width: 1px; + + color: @text_color; +} + +.trough.vertical { + background-image: -gtk-gradient (linear, left top, right top, + from (#d1d1d1), + to (#e8e8e8)); +} + +/* level bars as used for password quality or remaining power */ + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; +} + +GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; +} + +.level-bar.trough { + padding: 2px; +} + +.level-bar.fill-block { + border-width: 1px; + border-style: solid; + + border-color: @selected_bg_color; + background-color: #3FBD9E; +} + +.level-bar.indicator-continuous.fill-block { + padding: 2px; + border-radius: 2px; +} + +.level-bar.fill-block:backdrop, +.level-bar.fill-block.level-high:backdrop, +.level-bar.fill-block.level-low:backdrop { + background-color: #b0b0b0; + border-color: #b0b0b0; + background-image: none; +} + + +.level-bar.indicator-discrete.fill-block.horizontal { + margin: 0 1px; +} + +.level-bar.indicator-discrete.fill-block.vertical { + margin: 1px 0; +} + +.level-bar.fill-block.level-high { + border-color: shade(@success_color, 0.85); + background-image: linear-gradient(to bottom, + shade(@success_color, 1.2), + @success_color 75%, + shade(@success_color, 0.95) + ); +} + +.level-bar.fill-block.level-low { + border-color: shade(@warning_bg_color, 0.80); + background-image: linear-gradient(to bottom, + shade(@warning_bg_color, 1.3), + @warning_bg_color 75%, + shade(@warning_bg_color, 0.90) + ); +} + +.level-bar.fill-block.empty-fill-block { + background-color: transparent; + background-image: none; + border-color: alpha(@bg_color, 0.1); +} + +.level-bar.fill-block.empty-fill-block:backdrop { + border-color: transparent; + background-color: transparent; +} + +GtkScale { + -GtkRange-slider-width: 18; + -GtkRange-trough-border: 0; + -GtkScale-slider-length: 14; +} + +GtkScale.vertical { + -GtkScale-slider-length: 13; +} + +.scale.trough.highlight { + background-color: #3FBD9E; + background-image: none; + background-clip: content-box; +} + +.scale.trough.highlight:insensitive { + background-color: #b5b5b5; + background-image: none; +} + +.scale.trough.highlight.left { + margin: 7px 0 7px 0; +} + +.scale.trough.highlight:backdrop { + background-color: #dcdcdc; + background-image: none; +} + +.scale.trough.highlight.bottom { + margin: 0 7px 0 7px; +} + +GtkScale.mark { + border-color: shade (@bg_color, 0.8); +} + +/************* + * scrollbar * + *************/ +.scrollbar, +.scrollbar.vertical { + -GtkScrollbar-has-backward-stepper: 0; + -GtkScrollbar-has-forward-stepper: 0; + -GtkRange-slider-width: 14; + + border-radius: 20px; + + border-image: none; +} + +.scrollbar.trough, +.scrollbar.trough.vertical { + border-color: shade (@bg_color, 0.8); +} + +.scrollbar.slider, +.scrollbar.slider:hover, +.scrollbar.button, +.scrollbar.slider.vertical, +.scrollbar.slider.vertical:hover, +.scrollbar.button.vertical { + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.86); + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.01), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); +} + +.scrollbar.slider.horizontal, +.scrollbar.slider.horizontal:hover, +.scrollbar.button.horizontal { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.1), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.01); +} + +/* overlay scrollbar */ +OsThumb { + color: shade (@fg_color, 1.6); +} + +OsThumb:selected, +GtkScrollbar:selected { + background-color: @selected_bg_color; +} + +OsThumb:active, +GtkScrollbar:active { + background-color: shade (@bg_color, 0.6); +} + +OsThumb:insensitive, +GtkScrollbar:insensitive { + background-color: shade (@bg_color, 0.85); +} + +/******************* + * scrolled window * + *******************/ +.ubuntu-online-accounts.frame, +GtkScrolledWindow.frame { + border-top-color: shade (@bg_color, 0.84); + border-right-color: shade (@bg_color, 0.76); + border-bottom-color: shade (@bg_color, 0.86); + border-left-color: shade (@bg_color, 0.76); + border-radius: 0; + border-style: solid; +} + +.ubuntu-online-accounts.frame { + border-top-width: 0; +} + +/************* + * separator * + *************/ +.separator { + border-width: 1px; + border-style: solid; + border-image: none; + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +GtkTreeView.view.separator, +GtkTreeView.separator, +.separator, +.separator:hover { + color: shade (@bg_color, 0.92); +} + +.separator.horizontal { + border-width: 1px 0 1px 0; +} + +.separator.vertical { + border-width: 0 1px 0 1px; +} + +GtkComboBox .separator { + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +.button .separator, +.button.separator { + border-color: shade (@button_bg_color, 0.9); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +.button .separator:insensitive, +.button.separator:insensitive { + border-color: shade (@button_insensitive_bg_color, 0.96); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.3); + border-right-color: alpha (shade (@bg_color, 1.26), 0.3); +} + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + border: none; + color: @dark_bg_color; +} + +GtkTreeMenu .menuitem.separator, +.toolbar .header-bar .menuitem.separator, +GtkMenuToolButton .menuitem.separator, +.primary-toolbar .button .menuitem.separator, +.header-bar .button .menuitem.separator, +.menuitem.separator { + border-color: shade (@dark_bg_color, 0.99); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +.toolbar .menuitem.separator, +GtkComboBox .menuitem.separator { + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +/*********** + * sidebar * + ***********/ +.sidebar row:selected { + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +.sidebar .frame { + border-width: 0; +} + +/************** + * spinbutton * + **************/ +.spinbutton.button:active, +.spinbutton.button:insensitive, +.spinbutton.button { + border-radius: 0; +} + +.spinbutton.button:active:nth-child(last), +.spinbutton.button:insensitive:nth-child(last) +.spinbutton.button:nth-child(last), +.spinbutton.button:active:backdrop:nth-child(last), +.spinbutton.button:insensitive:backdrop:nth-child(last), +.spinbutton.button:backdrop:nth-child(last) { + border-radius: 0 7px 7px 0; +} + +.spinbutton.button, +.spinbutton.button:active, +.spinbutton.button:backdrop, +.spinbutton.button:active:backdrop, +.spinbutton.button:hover, +.spinbutton.button:hover:backdrop { + background-image: none; + background-color: transparent; + border-image: none; + border-width: 0 0 0 1px; + border-left-color: alpha (shade (@bg_color, 0.6), 0.22); +} + +.spinbutton.button:active { + background-image: -gtk-gradient (radial, center center, 0.0, center center, 0.5, + from (alpha (@selected_bg_color, 0.2)), + to (alpha (@selected_bg_color, 0.0))); +} + +.spinbutton.button:insensitive, +.spinbutton.button:insensitive:backdrop { + border-left-color: alpha (shade (@bg_color, 0.6), 0.18); + + color: shade (@bg_color, 0.66); +} + +.spinbutton, +.spinbutton:hover { + color: @fg_color; +} + +/*********** + * spinner * + ***********/ +@keyframes spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.spinner { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + color: @selected_bg_color; + opacity: 0; +} + +.spinner:active { + animation: spinner 1s infinite linear; + opacity: 1; +} + +.spinner:active:backdrop { + color: @backdrop_fg_color; +} + +.spinner:active:insensitive { + opacity: 0.5; +} + +/************* + * statusbar * + *************/ +GtkStatusbar { +} + +/********** + * switch * + **********/ +GtkSwitch { + border-radius: 8px; + padding: 0; +} + +GtkSwitch.trough { + border-radius: 8px; + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.trough:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.93)), + to (shade (@selected_bg_color, 0.99))); + + color: @selected_fg_color; + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +GtkSwitch:focus { + outline: 2px solid @focus_color; + outline-offset: -2px; + outline-radius: 6px; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.93)), + to (shade (@bg_color, 0.99))); + + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.slider { + padding: 1px; + border-radius: 6px; + border-style: solid; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); +} + +GtkSwitch.slider:backdrop { + background-image: none; + background-color: @bg_color; + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +/************ + * textview * + ************/ +GtkTextView { + background-color: @base_color; +} + +.header-bar { + padding: 2px 6px; +} + +/* + * Header Bars + * + * The following rules only style header bars when they are used as a window's + * titlebar widget (i.e., they have .titlebar set as well). + * + * Some applications reuse their header bar as a primary toolbar on desktops + * that prefer showing traditional title bars. The rules for those are further + * down grouped with normal toolbars. + */ +.titlebar.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (@dark_bg_color)); + border-color: shade (@dark_bg_color, 1.5); + border-style: solid; + border-width: 1px 0 0 0; + border-radius: 0 0 0 0; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.65); +} + +.titlebar.header-bar .title { + font: bold; +} + +.titlebar.header-bar .subtitle { + font-size: smaller; + opacity: 0.5; +} + +.titlebar.header-bar:backdrop { + color: @backdrop_fg_color; + background-image: none; + background-color: @dark_bg_color; + border-top-color: @dark_bg_color; +} + +.maximized .titlebar.header-bar { + border-radius: 0; + border: none; +} + +.titlebar.header-bar .button.titlebutton { + background-clip: padding-box; + border: 1px solid #d0c7bf; + color: #8b8379; + icon-shadow: 0 1px rgba(255, 255, 255, 0.5); + border-radius: 9px; + padding: 0; + box-shadow: none; + background-image: linear-gradient(to top, #d5d2ce, #ece8e4 50%, #f7f4f3); +} + +.titlebar.header-bar .button.titlebutton.close { + color: #7F7F7F; + icon-shadow: 0 1px rgba(255, 255, 255, 0.25); + background-image: linear-gradient(to top, #69DCC6, #ADEDE0 60%, #BBF0E5); +} + +.titlebar.header-bar .button.titlebutton.close:hover { + background-image: linear-gradient(to top, #69DCC6, #ADEDE0 10%, #C2F9EE); +} + +.titlebar.header-bar .button.titlebutton:hover, +.titlebar.header-bar .button.titlebutton:backdrop:hover { + background-image: linear-gradient(to top, #e2e1df, #f8f6f3 50%, #fcfbf9); +} + +.titlebar.header-bar .button.titlebutton:active { + icon-shadow: none; + background-image: linear-gradient(to top, #fcfbf8, #fbf9f6); +} + +.titlebar.header-bar .button.titlebutton.close:active { + background-image: linear-gradient(to top, #69DCC6, #9ED8CD); +} + +.titlebar.header-bar .button.titlebutton:backdrop { + color: #8b8379; + icon-shadow: none; + background-image: linear-gradient(to top, #ece9e6, #e8e4e1); +} + +/*********** + * toolbar * + ***********/ +.toolbar { + border-style: none; + padding: 1px; + + color: @fg_color; + text-shadow: none; +} + +.toolbar:backdrop { + color: @backdrop_fg_color; +} + +/******************* + * primary-toolbar * + *******************/ +.primary-toolbar, +.header-bar { + -GtkWidget-window-dragging: true; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + border-style: solid; + border-width: 1px 0 1px 0; + border-radius: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + + box-shadow: none; +} + +.primary-toolbar:backdrop, +.header-bar:backdrop { + background-image: none; + background-color: @dark_bg_color; + box-shadow: none; + border-top-color: @dark_bg_color; + border-bottom-color: shade (@dark_bg_color, 0.9); + + color: @backdrop_dark_fg_color; +} + +.primary-toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.primary-toolbar .button, +.header-bar .button, +.primary-toolbar .button.flat:hover { + background: transparent; + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + border-image-source: url("assets/radiance-button-toolbar.png"); +} + +.primary-toolbar .button.flat { + border-image-source: none; + background: transparent; +} + +.primary-toolbar .button:focused, +.header-bar .button:focused { + border-image-source: url("assets/radiance-button-toolbar-focused.png"); +} + +.primary-toolbar .button:active, +.primary-toolbar .button:checked, +.header-bar .button:active, +.header-bar .button:checked { + border-image-source: url("assets/radiance-button-toolbar-active.png"); +} + +.primary-toolbar .button:active:focused, +.primary-toolbar .button:checked:focused, +.header-bar .button:active:focused, +.header-bar .button:checked:focused { + border-image-source: url("assets/radiance-button-toolbar-active-focused.png"); +} + +.primary-toolbar .button:backdrop, +.header-bar .button:backdrop { + background-color: transparent; + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.9); + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:hover:backdrop, +.header-bar .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.98)), + to (shade (@dark_bg_color, 0.94))); +} + +.primary-toolbar .button.flat:backdrop { + border-image-source: none; +} + +.primary-toolbar .button.flat:hover:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:active:backdrop, +.primary-toolbar .button:checked:backdrop, +.header-bar .button:active:backdrop, +.header-bar .button:checked:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar-active.png"); +} + +.primary-toolbar .button:hover, +.primary-toolbar .button:checked, +.header-bar .button:hover, +.header-bar .button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.2)), + to (shade (@dark_bg_color, 1.1))); +} + +.primary-toolbar .button:active, +.header-bar .button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.primary-toolbar .button:active:hover, +.menubar.toolbar .button:active:hover, +.header-bar .button:active:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); +} + +.primary-toolbar .button:checked:insensitive, +.primary-toolbar .button:insensitive, +.header-bar .button:checked:insensitive, +.header-bar .button:insensitive { + text-shadow: none; +} + +.primary-toolbar .button:insensitive, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.01)), + to (shade (@dark_bg_color, 0.99))); +} + +.primary-toolbar .button.flat:insensitive { + background-image: none; +} + +.primary-toolbar .button:checked:insensitive, +.header-bar .button:checked:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.94)), + to (shade (@dark_bg_color, 1.02))); +} + +.primary-toolbar GtkSeparatorToolItem, +.primary-toolbar .separator, +.primary-toolbar .separator:insensitive, +.header-bar GtkSeparatorToolItem, +.header-bar .separator, +.header-bar .separator:insensitive { + border-color: alpha (shade (@dark_bg_color, 0.94), 0.35); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* inline-toolbar */ +.inline-toolbar.toolbar { + -GtkToolbar-button-relief: normal; + + border-right-color: shade (@bg_color, 0.86); + border-bottom-color: shade (@bg_color, 0.88); + border-left-color: shade (@bg_color, 0.86); + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#f2f1ef, 0.93)), + color-stop (0.08, #f2f1ef), + to (#ffffff)); + border-width: 0 1px 1px 1px; + border-style: solid; + border-radius: 3px; + border-top-right-radius: 0; + border-top-left-radius: 0; + padding: 3px 4px 4px 4px; +} + +.inline-toolbar.toolbar .button { + padding: 4px; + + icon-shadow: 0 1px shade (@bg_color, 1.16); +} + +/* Middle button */ +.inline-toolbar.toolbar .button, +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar .button:focus, +.inline-toolbar.toolbar .button:focus:active, +.inline-toolbar.toolbar .button:insensitive, +.inline-toolbar.toolbar .button:backdrop, +.inline-toolbar.toolbar .button:backdrop:insensitive, +.inline-toolbar.toolbar GtkToolButton .button, +.inline-toolbar.toolbar GtkToolButton .button:active, +.inline-toolbar.toolbar GtkToolButton .button:focus, +.inline-toolbar.toolbar GtkToolButton .button:focus:active, +.inline-toolbar.toolbar GtkToolButton .button:insensitive, +.inline-toolbar.toolbar GtkToolButton .button:backdrop, +.inline-toolbar.toolbar GtkToolButton .button:backdrop:insensitive { + border-right-width: 0; + border-left-width: 0; + border-image-width: 10px 0 10px 0; + border-radius: 0; +} + +/* Leftmost button */ +.inline-toolbar.toolbar .button:first-child, +.inline-toolbar.toolbar .button:active:first-child, +.inline-toolbar.toolbar .button:focus:first-child, +.inline-toolbar.toolbar .button:focus:active:first-child, +.inline-toolbar.toolbar .button:insensitive:first-child, +.inline-toolbar.toolbar .button:backdrop:first-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:first-child, +.inline-toolbar.toolbar GtkToolButton:first-child .button, +.inline-toolbar.toolbar GtkToolButton:first-child .button:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop:insensitive { + border-left-width: 1px; + border-right-width: 0; + border-image-width: 10px 0 10px 12px; + border-radius: 8px; + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +/* Rightmost button */ +.inline-toolbar.toolbar .button:last-child, +.inline-toolbar.toolbar .button:active:last-child, +.inline-toolbar.toolbar .button:focus:last-child, +.inline-toolbar.toolbar .button:focus:active:last-child, +.inline-toolbar.toolbar .button:insensitive:last-child, +.inline-toolbar.toolbar .button:backdrop:last-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:last-child, +.inline-toolbar.toolbar GtkToolButton:last-child .button, +.inline-toolbar.toolbar GtkToolButton:last-child .button:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop:insensitive { + border-left-width: 0; + border-right-width: 1px; + border-image-width: 10px 12px 10px 0; + border-radius: 8px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +/* Single button */ +.inline-toolbar.toolbar .button:only-child, +.inline-toolbar.toolbar .button:active:only-child, +.inline-toolbar.toolbar .button:focus:only-child, +.inline-toolbar.toolbar .button:focus:active:only-child, +.inline-toolbar.toolbar .button:insensitive:only-child, +.inline-toolbar.toolbar .button:backdrop:only-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:only-child, +.inline-toolbar.toolbar GtkToolButton:only-child .button, +.inline-toolbar.toolbar GtkToolButton:only-child .button:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop:insensitive { + border-right-width: 1px; + border-left-width: 1px; + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +/*********** + * tooltip * + ***********/ +.tooltip { + background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8, + from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)), + to (alpha (@tooltip_bg_color, 0.86))); + border-color: alpha (#ffffff, 0.2); + border-radius: 5px; + border-style: solid; + border-width: 1px; + + background-color: @tooltip_bg_color; + color: @tooltip_fg_color; +} + +/************ + * treeview * + ************/ +GtkTreeView.dnd { + border-color: shade (@selected_bg_color, 1.12); + border-radius: 2px; + border-width: 1px; + border-style: solid; +} + +GtkTreeView .entry { + background-image: none; +} + +/************ + * viewport * + ************/ +GtkViewport.frame { + border-width: 0; +} + +/************ + * listbox * + ************/ +.list-row.button { + border-image: none; + border-style: none; + border-radius: 0; + background-image: none; +} + +.list-row.button:selected { + text-shadow: none; +} + +/************ + * popover * + ************/ +.popover { + background-clip: border-box; + + border-radius: 5px; + border: 1px solid darker(@bg_color); + + box-shadow: 0 2px 3px @shadow_color; + margin: 10px; + padding: 2px; +} + +.popover:backdrop { + box-shadow: none; +} + +/* Popover menuitems are actually buttons. The following rules reset most of + * the button styles for them. + */ +.popover .menuitem, +.popover .menuitem:checked, +.popover .menuitem:hover, +.popover .menuitem:active, +.popover .menuitem:insensitive, +.popover .menuitem:backdrop { + border-image: none; + border: none; + text-shadow: none; + border-radius: 3px; +} + +.popover .menuitem:backdrop:hover { + border: none; + border-image: none; + background: transparent; + color: @fg_color; +} + +.popover .menuitem:checked, +.popover .menuitem.check, +.popover .menuitem.check:checked, +.popover .menuitem.radio, +.popover .menuitem.radio:checked { + background-image: none; + border: none; +} + +.popover .menuitem:insensitive, +.popover .menuitem *:insensitive { + text-shadow: none; + background: none; +} + + +/* OSD overlays */ +.osd, +.osd:backdrop { + color: @osd_fg_color; + background-color: @osd_bg_color; + border-color: @osd_border_color; +} + +.osd.toolbar { + padding: 12px; + border-radius: 8px; +} + +.osd .button, +.osd .button:backdrop { + color: @osd_fg_color; + background: none; + border: none; + padding: 12px; + border-radius: 8px; + transition: all 100ms ease-in-out; +} + +.osd .button:hover { + color: lighter(@osd_fg_color); + icon-shadow: 0 0 3px @osd_fg_color; +} + +.osd .button:active { + color: darker(@osd_fg_color); + icon-shadow: none; +} + +.osd .scale { + margin-left: 9px; + margin-right: 9px; +} + +/***************************************************************************** + * states [please keep this section at the end of the file (CSS precedence)] * + *****************************************************************************/ +*:insensitive { + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +*:selected, +*:selected:focused { + background-color: alpha (@selected_bg_color, 0.9); + + color: @selected_fg_color; +} + +*:selected:backdrop, +*:selected:focused:backdrop { + background-color: alpha (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/gtk-widgets-radiance.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,155 @@ +/* Set up shadows and hilights for button visual separation */ +.primary-toolbar .linked .button, +.primary-toolbar .button.raised.linked, +.primary-toolbar .raised.linked .button, +.menubar.toolbar .linked .button, +.menubar.toolbar .button.raised.linked, +.menubar.toolbar .raised.linked .button, +.header-bar .linked .button, +.header-bar .button.raised.linked, +.header-bar .button.raised.linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.primary-toolbar .button.raised.linked:first-child, +.primary-toolbar .raised.linked .button:first-child, +.menubar.toolbar .linked .button:first-child, +.menubar.toolbar .button.raised.linked:first-child, +.menubar.toolbar .raised.linked .button:first-child, +.header-bar .linked .button:first-child, +.header-bar .button.raised.linked:first-child, +.header-bar .raised.linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.primary-toolbar .button.raised.linked:last-child, +.primary-toolbar .raised.linked .button:last-child, +.menubar.toolbar .linked .button:last-child, +.menubar.toolbar .button.raised.linked:last-child, +.menubar.toolbar .raised.linked .button:last-child, +.header-bar .linked .button:last-child, +.header-bar .button.raised.linked:last-child, +.header-bar .raised.linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1) +} + +.primary-toolbar .linked .button:active, +.primary-toolbar .button.raised.linked:active, +.primary-toolbar .raised.linked .button:active, +.menubar.toolbar .linked .button:active, +.menubar.toolbar .button.raised.linked:active, +.menubar.toolbar .raised.linked .button:active, +.header-bar .linked .button:active, +.header-bar .button.raised.linked:active, +.header-bar .raised.linked .button:active { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:insensitive, +.primary-toolbar .button.raised.linked:insensitive, +.primary-toolbar .raised.linked .button:insensitive, +.menubar.toolbar .linked .button:insensitive, +.menubar.toolbar .button.raised.linked:insensitive, +.menubar.toolbar .raised.linked .button:insensitive, +.header-bar .linked .button:insensitive, +.header-bar .button.raised.linked:insensitive, +.header-bar .raised.linked .button:insensitive { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:backdrop:last-child, +.primary-toolbar .button.raised.linked:backdrop:last-child, +.primary-toolbar .raised.linked .button:backdrop:last-child, +.menubar.toolbar .linked .button:backdrop:last-child, +.menubar.toolbar .button.raised.linked:backdrop:last-child, +.menubar.toolbar .raised.linked .button:backdrop:last-child, +.header-bar .linked .button:backdrop:last-child, +.header-bar .button.raised.linked:backdrop:last-child, +.header-bar .raised.linked .button:backdrop:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1); +} + +.menubar { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menuitem:hover, +.menu .menuitem:hover { + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +/* for the playback menu item in the sound menu */ +.menu .spinner, +.menu .spinner:hover { + color: @selected_bg_color; +} + +/* primary-toolbar */ +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar.toolbar, +.menubar.toolbar, +.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar :insensitive, +.menubar.toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar GtkComboBox, +.primary-toolbar .button *, +.primary-toolbar .button, +.menubar.toolbar GtkComboBox, +.menubar.toolbar .button *, +.menubar.toolbar .button, +.header-bar GtkComboBox, +.header-bar .button *, +.header-bar .button { + text-shadow: 0 1px alpha (shade (@dark_bg_color, 1.25), 0.32); +} + +.primary-toolbar .raised .button, +.primary-toolbar .raised.button, +.primary-toolbar .button:hover, +.primary-toolbar .button:active, +.primary-toolbar .button:insensitive, +.menubar.toolbar .raised .button, +.menubar.toolbar .raised.button, +.menubar.toolbar .button:hover, +.menubar.toolbar .button:active, +.menubar.toolbar .button:insensitive, +.header-bar .raised .button, +.header-bar .raised.button, +.header-bar .button:hover, +.header-bar .button:active, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.03)), + to (shade (@dark_bg_color, 0.96))); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/public-colors.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/public-colors.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/public-colors.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/public-colors.css 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,23 @@ +/* + * Some applications depend on these named colors. + */ + +@define-color theme_fg_color @fg_color; +@define-color theme_bg_color @bg_color; +@define-color theme_base_color @base_color; +@define-color theme_selected_bg_color @selected_bg_color; +@define-color theme_selected_fg_color @selected_fg_color; +@define-color insensitive_bg_color @bg_color; +@define-color insensitive_fg_color @fg_color; +@define-color insensitive_base_color @base_color; +@define-color theme_unfocused_fg_color @backdrop_fg_color; +@define-color theme_unfocused_bg_color @bg_color; +@define-color theme_unfocused_base_color @base_color; +@define-color theme_unfocused_selected_bg_color @selected_bg_color; +@define-color theme_unfocused_selected_fg_color @selected_fg_color; +@define-color borders shade(@bg_color, 0.82); +@define-color unfocused_borders transparent; + +@define-color warning_color @warning_fg_color; +@define-color error_color @error_fg_color; +@define-color success_color @success_color; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/settings.ini radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/settings.ini --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/settings.ini 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/gtk-3.0/settings.ini 2015-05-13 00:10:37.000000000 +0000 @@ -0,0 +1,4 @@ +[Settings] +gtk-color-scheme = "base_color:#ffffff\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nselected_bg_color:#25BAA5\ntext_color:#3C3C3C\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#2EBDA8\nbg_color_dark:#3C3C3C\nfg_color_dark:#DFDFDF" +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = true diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/index.theme radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/index.theme --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/index.theme 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/index.theme 2014-10-09 23:13:12.000000000 +0000 @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Radiance-ZRAVE-Teal +Comment=Ubuntu Radiance theme, In New Colors By RAVEfinity 14.04 Build +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Radiance-ZRAVE-Teal +MetacityTheme=Radiance-ZRAVE-Teal +IconTheme=ubuntu-mono-light +CursorTheme=DMZ-White +ButtonLayout=close,minimize,maximize: Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/close_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/close_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/close_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/close_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/close_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/close_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/close.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/close.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/close_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/close_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/close_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/close_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/close_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/close_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/close_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/close_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/maximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/maximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/maximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/maximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/maximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/maximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/maximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/maximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/maximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/maximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/maximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/maximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/maximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/maximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/maximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/maximize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/menu.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/menu.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/menu_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/menu_prelight.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/metacity-theme-1.xml radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/metacity-theme-1.xml --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/metacity-theme-1.xml 2014-10-09 23:18:39.000000000 +0000 @@ -0,0 +1,530 @@ +<?xml version="1.0"?> + +<metacity_theme> +<info> + <name>Radiance-ZRAVE-Teal</name> + <author>Kenneth Wimer, James Schriver, Andrea Cimitan, Jared Sot (RAVEfinity Project)</author> + <copyright>Canonical Ltd.</copyright> + <date>April, 2014</date> + <description>Metacity theme</description> +</info> + +<!-- general window layout --> +<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="19"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="18"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="3"/> + <distance name="right_width" value="3"/> + <distance name="bottom_height" value="3"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- window title --> + +<draw_ops name="draw_title_text_normal"> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="shade/#DFDFDF/1.06" x="9" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/1.06" x="11" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/0.4" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title_text_unfocused"> + <title color="shade/#DFDFDF/1.08" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="#A3A3A3" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/1.06" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.18" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.08" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.08" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility"> + <include name="draw_title" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_unfocused"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/0.96" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#EDEDED" /> + <color value="shade/#EDEDED/0.98" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.02" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.02" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility_unfocused"> + <include name="draw_title_unfocused" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.38" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_title_maximized_unfocused"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.94" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <line color="#EDEDED" x1="0" x2="width" y1="1" y2="1"/> +</draw_ops> + +<!-- window Frames --> + +<draw_ops name="draw_frame"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> + <gradient type="vertical" x="0" y="0" width="width" height="60"> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/gtk:bg[NORMAL]/0.7" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_frame_utility"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="bottom_edge"> + <line color="shade/gtk:bg[NORMAL]/0.7" x1="0" x2="width" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<!-- buttons --> + +<!-- button trough left --> +<draw_ops name="left_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button Trough Right --> +<draw_ops name="right_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button prelightlays --> +<draw_ops name="menu_focused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_normal"> + <image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_normal"> + <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_normal"> + <image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_normal"> + <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_normal"> + <image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_normal"> + <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_normal"> + <image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_normal"> + <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- frame style --> +<frame_style name="normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.5" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_maximized_unfocused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="utility_focused" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_utility"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="utility_unfocused" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_utility_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_focused"> + <piece position="title" draw_ops="draw_title"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> +</frame_style> + +<!-- style set --> +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="maximized_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="utility"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<!-- window --> +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="utility"/> +<window type="modal_dialog" style_set="utility"/> +<window type="menu" style_set="utility"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +</metacity_theme> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/minimize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/minimize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/minimize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/minimize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/minimize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/minimize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/minimize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/minimize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/minimize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/minimize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/minimize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/minimize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/minimize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/minimize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/minimize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/minimize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/trough_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/trough_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/trough_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/trough_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/trough_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/trough_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/trough_unfocused_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/trough_unfocused_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/trough_unfocused_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/trough_unfocused_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/trough_unfocused_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/trough_unfocused_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/unmaximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/unmaximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/unmaximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/unmaximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/unmaximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/unmaximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/unmaximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/unmaximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/unmaximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/unmaximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/unmaximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/unmaximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/unmaximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/unmaximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/unmaximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/metacity-1/unmaximize_unfocused_pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_dash_disabled.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-5.0672796" + inkscape:cy="6.1743878" + inkscape:window-x="351" + inkscape:window-y="221" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#3de3c0;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_dash_prelight.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-11.477218" + inkscape:cy="3.9400917" + inkscape:window-x="351" + inkscape:window-y="221" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#60f2d9;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_dash_pressed.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_prelight.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-11.477218" + inkscape:cy="3.9400917" + inkscape:window-x="351" + inkscape:window-y="221" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#0ddda8;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_dash.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1148" + inkscape:window-height="784" + id="namedview8" + showgrid="false" + inkscape:zoom="4.3915053" + inkscape:cx="-44.703968" + inkscape:cy="28.593748" + inkscape:window-x="351" + inkscape:window-y="221" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#2cf2c2;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_focused_prelight.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#83e5d8;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#e7fdf9;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-7.9057483" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="g4775" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="332" + inkscape:window-y="149" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40183,856.52418 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path4646" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -283.80078,855.45312 -0.38867,0.38868 -4.59961,4.59961 -0.39063,0.38867 0.7793,0.7793 0.38867,-0.38868 4.59961,-4.60156 0.38867,-0.38867 -0.77734,-0.77735 z" + id="path4535" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40039,855.45312 -0.7793,0.77735 0.39063,0.38867 4.59961,4.60156 0.38867,0.38868 0.77734,-0.7793 -0.38867,-0.38867 -4.59961,-4.59961 -0.38867,-0.38868 z" + id="path4537" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_focused_pressed.svg 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4564" + id="linearGradient4552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4564"> + <stop + style="stop-color:#42d0c1;stop-opacity:1;" + offset="0" + id="stop4511" /> + <stop + style="stop-color:#b6e2df;stop-opacity:1;" + offset="1" + id="stop4513" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4554" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4556" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="1.4170215" + inkscape:cy="11.62915" + inkscape:document-units="px" + inkscape:current-layer="g4540" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1152" + inkscape:window-height="795" + inkscape:window-x="336" + inkscape:window-y="136" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(411.35715,-967.57648)"> + <g + style="display:inline" + transform="translate(-411.35714,-85.785707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4540"> + <circle + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4542" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4544" + style="color:#000000;fill:url(#linearGradient4552);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4554);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4546" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4548" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4556);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4550" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -399.55637,973.99943 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path4989" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -404.15793,973.99943 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path4991" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_focused.svg 2014-10-09 23:31:21.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#5bddcc;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#d7fcf5;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-7.9057483" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="332" + inkscape:window-y="149" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close.svg 2014-10-09 23:31:08.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#5bddcc;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#d7fcf5;stop-opacity:1;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-7.9057483" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="332" + inkscape:window-y="149" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5151" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5153" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5155" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-658.92858" + inkscape:cy="153.21428" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-378.21428,-666.57648)"> + <g + style="display:inline" + id="g5139" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(378.21429,-386.7857)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5141" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5151);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5143" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5145" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5153);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5155);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5147" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5149" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,674.0698 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path5157" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 390.01506,672.9994 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5159" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,672.9994 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5161" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5175" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5177" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5179" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-129.42858" + inkscape:cy="471.28571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(151.28572,-984.64791)"> + <g + style="display:inline" + transform="translate(-151.28571,-68.714274)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5163"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5165" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5167" + style="color:#000000;fill:url(#linearGradient5175);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5169" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5177);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5179);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5171" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5173" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -139.48494,991.07087 -0.39062,0.3886 -4.59961,4.5996 -0.38867,0.3887 0.77734,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5249" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -144.0865,991.07087 -0.77734,0.7773 0.38867,0.3887 4.59961,4.5996 0.39062,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5251" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/close_unfocused.svg 2014-10-09 22:40:22.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4656" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4660" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4658" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="7.0892085" + inkscape:cy="8.3026513" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="871" + inkscape:window-y="166" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(552.28572,-1071.3622)"> + <g + style="display:inline" + id="g4497" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-552.28571,18.000012)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4499" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4501" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4660);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4505" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4503" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4658);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4507" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_disabled.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="opacity:0.25;display:inline" + transform="translate(-289.71429,-492.00011)" + id="g4240"> + <path + inkscape:connector-curvature="0" + id="path4242" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4244" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_prelight.svg"> + <defs + id="defs4488"> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter4230" + x="-0.12" + width="1.24" + y="-0.12" + height="1.24"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.75" + id="feGaussianBlur4232" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="display:inline" + id="g4222" + transform="translate(-289.71429,-492.00011)"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4224" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4226" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4228" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4230);enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_pressed.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + id="g4234" + transform="translate(-289.71429,-492.00011)" + style="opacity:0.5;display:inline"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4236" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4238" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + transform="translate(-289.71429,-492.00011)" + style="display:inline" + id="g4218"> + <path + inkscape:connector-curvature="0" + id="path4209" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4203" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5009" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5011" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5013" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="392.57143" + inkscape:cy="470.42857" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(673.28572,-983.79076)"> + <g + style="display:inline" + id="g4997" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-673.28571,-69.571423)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4999" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5009);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5001" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5003" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5011);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5013);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5005" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5007" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5061" + d="m -667.28572,990.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + <path + inkscape:connector-curvature="0" + id="path5063" + d="m -667.28572,989.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5295" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5297" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5299" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-472.21428" + inkscape:cy="-431.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-191.49999,-81.862193)"> + <g + style="display:inline" + transform="translate(191.5,-971.49999)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5253"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5255" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5257" + style="color:#000000;fill:url(#linearGradient5295);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5259" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5297);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5299);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5261" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5263" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 197.49999,87.863246 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5289" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_focused.svg 2014-10-09 22:37:34.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="8.8963052" + inkscape:cy="9.3077119" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="751" + inkscape:window-y="204" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize.svg 2014-10-09 22:37:10.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9195959" + inkscape:cx="4.7296154" + inkscape:cy="17.441954" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="710" + inkscape:window-y="119" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5121" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5123" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1098.9286" + inkscape:cy="-683.92851" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-818.21427,170.56632)"> + <g + style="display:inline" + transform="translate(818.21428,-1223.9285)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5073"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5075" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5077" + style="color:#000000;fill:url(#linearGradient5121);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5123);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5079" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5081" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5125);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5083" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-163.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5109" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-164.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5111" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5201" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5203" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5205" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1168.4286" + inkscape:cy="-530.57141" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-887.71427,17.209217)"> + <g + style="display:inline" + id="g5189" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(887.71428,-1070.5714)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5191" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5201);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5193" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5203);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5195" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5197" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5205);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5199" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5243" + d="m 893.71427,-11.208178 0,0.5 0,6.4999998 7,0 0,-6.9999998 -7,0 z m 1,1 5,0 0,4.9999998 -5,0 0,-4.9999998 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/maximize_unfocused.svg 2014-10-09 22:40:46.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4937" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4941" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="11.012127" + inkscape:cy="5.4472923" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="868" + inkscape:window-height="646" + inkscape:window-x="663" + inkscape:window-y="224" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-408.71427,-87.505113)"> + <g + style="display:inline" + transform="translate(408.71428,-965.85707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4925"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4927" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4929" + style="color:#000000;fill:url(#linearGradient4937);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4931" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4939);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4941);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4933" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4935" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/menu_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/menu_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/menu_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/menu_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4747" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-435.29 -180.93)"> + <g id="g4731" transform="translate(435.29 -776.43)"> + <circle id="circle4733" style="color:#000000;fill:url(#linearGradient4747)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" transform="rotate(90)" cy="-9.5" cx="966.86" r="6.5"/> + <circle id="circle5388-4" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="circle4735" style="color:#000000;stroke:#6c6967;fill:#555351" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cx="9.5" cy="966.86" r="3"/> + <path id="path4737" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <path id="path4739" style="opacity:.2;color:#000000;fill:#fff" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z"/> + <path id="path4741" style="opacity:.2;color:#000000;fill:#fff" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z"/> + <path id="path4743" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <rect id="rect4745" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/menu.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/menu.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/menu.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/menu.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4672" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-284.79 -314.29)"> + <g id="g4722" transform="translate(284.79 -643.07)"> + <circle id="circle4664" style="color:#000000;fill:url(#linearGradient4672)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" cx="966.86" transform="rotate(90)" cy="-9.5" r="6.5"/> + <circle id="circle5388" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="path4662" style="color:#000000;stroke:#d3d0cb;fill:#c6c2bb" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cy="966.86" cx="9.5" r="3"/> + <path id="circle4682" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <path id="circle4691" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z" style="opacity:.2;color:#000000;fill:#fff"/> + <path id="circle4702" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z" style="opacity:0.07;color:#000000;fill:#fff"/> + <path id="circle4711" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <rect id="rect4720" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.25" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4411" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4413" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4265" transform="translate(-289.71 -473)"> + <path id="path4267" style="color:#000000;fill:#fff" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" transform="translate(-76.5 938.36)"/> + <rect id="rect4269" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + <path id="path4409" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;filter:url(#filter4411);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_focused.svg 2014-10-09 22:48:57.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.535768" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize.svg 2014-10-09 22:48:23.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.669697" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/minimize_unfocused.svg 2014-10-09 22:41:09.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4955" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4957" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4959" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.439246" + inkscape:cx="8.1418379" + inkscape:cy="8.4994228" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="742" + inkscape:window-y="242" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-262.75023,-284.66847)"> + <g + style="display:inline" + id="g4943" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(262.75024,-768.69371)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4945" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4955);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4947" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4957);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4949" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4951" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4959);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4953" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.25" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4405" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4407" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4381" transform="translate(-289.71 -454)"> + <path id="path4383" style="color:#000000;fill:#fff" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" transform="translate(-76.5 938.36)"/> + <rect id="rect4385" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + <path id="path4403" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;filter:url(#filter4405);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.5" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_focused.svg 2014-10-09 22:39:58.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="17.19268" + inkscape:cy="5.00027" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1006" + inkscape:window-y="145" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize.svg 2014-10-09 22:39:36.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="12.348945" + inkscape:cy="10.478037" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1407" + inkscape:window-y="24" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/unity/unmaximize_unfocused.svg 2014-10-09 22:41:32.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4973" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4975" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4977" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="6.2901987" + inkscape:cy="6.1607613" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="772" + inkscape:window-y="191" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-687.7857,142.99492)"> + <g + style="display:inline" + transform="translate(687.78571,-1196.3571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4961"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4963" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4965" + style="color:#000000;fill:url(#linearGradient4973);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4967" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4975);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4977);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4969" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4971" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/bottom-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/bottom-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/bottom-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/bottom-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/bottom-left-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/bottom-left-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/bottom-left-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/bottom-left-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/bottom-right-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/bottom-right-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/bottom-right-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/bottom-right-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/close-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/close-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/close-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/close-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/close-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/close-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/close-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/close-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/hide-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/hide-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/hide-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/hide-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/hide-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/hide-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/hide-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/hide-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/left-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * left_active_xpm[] = { +"2 15 3 1", +" c None", +". c #C1C1C1", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/left-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #CFCFCF", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/maximize-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/maximize-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/maximize-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/maximize-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/maximize-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/maximize-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/maximize-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/maximize-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/maximize-toggled-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/maximize-toggled-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/maximize-toggled-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/maximize-toggled-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/maximize-toggled-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/maximize-toggled-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/maximize-toggled-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/maximize-toggled-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/menu-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/menu-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/menu-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/menu-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/menu-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/menu-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/right-active.xpm 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * right_active_xpm[] = { +"2 15 3 1", +" c None", +". c #D7D7D7", +"+ c #C1C1C1", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/right-inactive.xpm 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #D7D7D7", +"+ c #CFCFCF", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/themerc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/themerc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/themerc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/themerc 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,20 @@ +# Radiance ported to XFCE (Xfwm4) by The RAVEfinity Project. www.ravefinity.blogspot.com (2012+) Jared Sot. +# Based on code/pixmaps from (Orig.) Radiance. and Originol Ambiance XFCE port by p0ng http://www.p0ng.com.br. +# Radiance XFCE version was ported by scrach by RAVEfinity(Jared Sot.) on top of the XFCE Ambiance theme. + + +button_offset=3 +button_spacing=0 +maximized_offset=9 +title_full_width=true +title_horizontal_offset=8 +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +title_shadow_active=frame +title_shadow_inactive=frame +show_app_icon=false # Change to true or false if you want a app icon on each window. (Default is false) +#button_layout=CHM| # This prevents one from customizing their buttons VIA Xfce Window Manager Settings (Defualt is disabled via #) +active_text_color=#4C4942 +active_text_shadow_color=#E5E2D8 +inactive_text_color=#a39e9a +inactive_text_shadow_color=#E5E2D8 Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-1-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-1-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-1-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-1-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-2-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-2-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-2-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-2-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-3-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-3-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-3-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-3-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-4-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-4-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-4-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-4-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-5-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-5-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-5-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/title-5-inactive.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/top-left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/top-left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/top-left-active.xpm 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +" .....", +" ..+++++", +" .@@@@@@@", +" .@@@@@@@@", +" .########", +".@@@@@@@@@", +".#########", +".#########", +".@@@@@@@@@", +".#########", +".@@@@@@@@@", +".$$$$$$$$$", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".*********", +".=========", +".*********", +".*********", +".*********", +".*********", +".=========", +".*********", +".=========", +".*********", +".---------", +".*********", +".*********"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/top-left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/top-left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/top-left-inactive.xpm 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +" .....", +" ..+++++", +" .@@@@@@@", +" .########", +" .$$$$$$$$", +".#########", +".$$$$$$$$$", +".$$$$$$$$$", +".#########", +".$$$$$$$$$", +".#########", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".---------", +".---------", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".=========", +".;;;;;;;;;", +".;;;;;;;;;"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/top-right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/top-right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/top-right-active.xpm 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"@@@@@@@@. ", +"########. ", +"@@@@@@@@@.", +"#########.", +"#########.", +"@@@@@@@@@.", +"#########.", +"@@@@@@@@@.", +"$$$$$$$$$.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"*********.", +"*********.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"---------.", +"*********.", +"*********."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/top-right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/top-right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Teal/xfwm4/top-right-inactive.xpm 2014-08-31 00:22:35.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"########. ", +"$$$$$$$$. ", +"#########.", +"$$$$$$$$$.", +"$$$$$$$$$.", +"#########.", +"$$$$$$$$$.", +"#########.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"---------.", +"---------.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"=========.", +";;;;;;;;;.", +";;;;;;;;;."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/banshee.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/banshee.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/banshee.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/banshee.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,23 @@ +# ============================================================================== +# BANSHEE SPECIFIC SETTINGS +# ============================================================================== + +style "banshee_scrollbar" { + engine "murrine" { + roundness = 20 + } +} + +widget "__gtksharp_1*SeekSlider*" style "scale" +widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar" + +widget_class "__gtksharp_1*<GtkToolbar>*" style "default" +widget_class "__gtksharp_1*<GtkButton>*" style "button" +#widget_class "__gtksharp_1*<GtkScale>*" style "scale" + + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/chromium.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/chromium.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/chromium.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/chromium.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,39 @@ +# ============================================================================== +# CHROMIUM SPECIFIC SETTINGS +# ============================================================================== + +style "chromium_toolbar_button" { + engine "murrine" { + roundness = 3 + textstyle = 0 + } +} + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = "#DFDFDF" + ChromeGtkFrame::inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::incognito-frame-color = "#DFDFDF" + ChromeGtkFrame::incognito-inactive-frame-color = "#DFDFDF" + + ChromeGtkFrame::incognito-frame-gradient-size = 16 + ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color) + + ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*Chrom*Button*" style "chromium_toolbar_button" + + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/ff.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/ff.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/ff.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/ff.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,33 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-default" { + GtkCheckButton::indicator-size = 14 + + engine "murrine" { + reliefstyle = 0 + } +} + +style "ff-statusbar" { +} + +#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar" +#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + +widget "MozillaGtkWidget*" style "ff-default" + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/gnome-panel.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/gnome-panel.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/gnome-panel.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/gnome-panel.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,129 @@ +# =========================================================================================================================== +# GNOME,XFCE,LXDE & GTK Desktop(S) PANEL SPECIFIC SETTINGS *SPECIFIC SETTINGS TO ENABLE PROPER FUNCTION ON XFCE/LXDE* +# =========================================================================================================================== + +style "panel" +{ + xthickness = 0 + ythickness = 0 + + bg_pixmap[NORMAL] = "img/panel.png" + + engine "murrine" { + colorize_scrollbar = TRUE + } +} + +style "panel_task_button" +{ + xthickness = 3 + xthickness = 3 + + GtkWidget::focus-line-width = 0 + GtkWidget::focus_padding = 0 + GtkWidget::interior_focus = 0 + GtkWidget::internal_padding = 0 + + GtkButton::child_displacement_x = 0 + GtkButton::child_displacement_y = 0 + GtkButton::default_border = {0, 0, 0, 0} + GtkButton::default_outside_border = {0, 0, 0, 0} + GtkButtonBox::child_internal_pad_x = 0 + GtkButtonBox::child_internal_pad_y = 0 + GtkButtonBox::child_min_heigth = 0 + + bg[SELECTED] = shade (0.2, @bg_color) + bg[PRELIGHT] = shade (0.26, @bg_color) + bg[ACTIVE] = shade (0.2, @bg_color) + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = OUT + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "img/panel-button-hover.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "img/panel-button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "img/panel-button-inactive.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +style "XFCE" +{ + xthickness = 3 + ythickness = 3 + + bg_pixmap[NORMAL] = "img/panel.png" +} + +widget "*Panel*" style "panel" +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet +class "PanelApp*" style "panel" +class "PanelToplevel*" style "panel" +#widget_class "*Mail*" style "panel" +widget_class "*notif*" style "panel" + +#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop +widget "*task*" style "panel_task_button" +widget "*.tasklist-button" style "panel_task_button" +widget "*PanelApplet*TaskTitle*" style "panel_task_button" +widget_class "*Xfce*Panel*" style "XFCE" +widget_class "*Xfce*Panel*" style "XFCE" +class "GtkScrollbar" style "scrollbar" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/gnome-terminal.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/gnome-terminal.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/gnome-terminal.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/gnome-terminal.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,42 @@ +# ============================================================================== +# GNOME TERMINAL SPECIFIC SETTINGS +# ============================================================================== + +style "terminal_menubar" +{ + engine "murrine" { + } +} + +style "terminal_notebook" +{ + engine "murrine" { + contrast = 1.0 + } +} + +style "terminal_scrollbar" = "scrollbar" +{ + engine "murrine" { + } +} + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#060606" + + TerminalScreen::background-darkness = 0.97 +} + +#widget "*TerminalWindow*" style "terminal_window" +#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar" +widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook" +#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar" +#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button" +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" + + + + + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/nautilus.rc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/nautilus.rc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/nautilus.rc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/apps/nautilus.rc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,11 @@ +# ============================================================================== +# NAUTILUS SPECIFIC SETTINGS +# ============================================================================== + +style "nautilus_info_pane" { + bg[NORMAL] = @bg_color +} + +widget_class "*Nautilus*<GtkNotebook>*<GtkEventBox>" style "nautilus_info_pane" +widget_class "*Nautilus*<GtkButton>" style "notebook_button" +widget_class "*Nautilus*<GtkButton>*<GtkLabel>" style "notebook_button" diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/gtkrc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/gtkrc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/gtkrc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/gtkrc 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,690 @@ +gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#E1A500\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nlink_color:#F4A212" + +gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16" + +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = 1 + +style "default" { + xthickness = 1 + ythickness = 1 + + ####################### + # Style Properties + ####################### + GtkButton::child-displacement-x = 1 + GtkButton::child-displacement-y = 1 + GtkButton::default-border = { 0, 0, 0, 0 } + + GtkCheckButton::indicator-size = 16 + + GtkPaned::handle-size = 6 + + GtkRange::trough-border = 0 + GtkRange::slider-width = 14 + GtkRange::stepper-size = 13 + GtkRange::trough-under-steppers = 1 + + GtkScale::trough-border = 0 + GtkScale::slider-width = 23 + GtkScale::slider-length = 14 + GtkScale::trough-side-details = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::trough-border = 0 + GtkScrollbar::slider-width = 13 + GtkScrollbar::min-slider-length = 31 + + GtkMenuBar::internal-padding = 0 + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkExpander::expander-size = 11 + GtkToolbar::internal-padding = 1 + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkTreeView::expander-size = 7 + GtkTreeView::vertical-separator = 0 +# GtkTreeView::odd-row-color = shade (0.96, @base_color) + GtkNotebook::tab-overlap = -1 + + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 3 + + WnckTasklist::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry::honors-transparent-bg-hint = 1 + GtkEntry::state-hint = 0 + + GtkEntry::progress-border = { 2, 2, 2, 2 } + + GtkProgressBar::min-horizontal-bar-height = 14 + GtkProgressBar::min-vertical-bar-width = 14 + + GtkImage::x-ayatana-indicator-dynamic = 1 + GtkMenuBar::window-dragging = 1 + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + #################### + # Color Definitions + #################### + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = shade (0.95, @bg_color) + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = shade (0.8, @bg_color) + text[ACTIVE] = darker (@text_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.98, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = shade (0.97, @bg_color) + base[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + arrowstyle = 2 + reliefstyle = 3 + highlight_shade = 1.0 + glazestyle = 0 + default_button_color = shade (1.1, "#cdcdcd") + gradient_shades = {1.1, 1.0, 1.0, 0.9} + roundness = 3 + lightborder_shade = 1.26 + lightborderstyle = 1 + listviewstyle = 2 + progressbarstyle = 0 + colorize_scrollbar = FALSE + menubaritemstyle = 1 + menubarstyle = 1 + menustyle = 0 + focusstyle = 3 + handlestyle = 1 + sliderstyle = 3 + scrollbarstyle = 2 + stepperstyle = 3 +# rgba = TRUE + } +} + +style "dark" +{ + bg[NORMAL] = "#DFDFDF" + bg[PRELIGHT] = shade (1.05, "#DFDFDF") + bg[SELECTED] = @selected_bg_color + bg[ACTIVE] = shade (0.95, "#DFDFDF") + bg[INSENSITIVE] = "#DFDFDF" +} + +style "wide" { + xthickness = 2 + ythickness = 2 +} + +style "wider" { + xthickness = 3 + ythickness = 3 +} + +style "entry" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + } +} + +style "vscale" { +} + +style "hscale" { +} + +style "button" { + + xthickness = 3 + ythickness = 3 + + bg[NORMAL] = shade (1.03, @bg_color) + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + bg[INSENSITIVE] = @bg_color + fg[INSENSITIVE] = "#9c9c9c" + + engine "murrine" { + #contrast = 1.0 + textstyle = 1 + border_shades = {1.01, 0.8} + reliefstyle = 0 + shadow_shades = {1.0, 1.1} + glowstyle = 5 + glow_shade = 1.02 + lightborder_shade = 1.32 +# lightborderstyle = 0 + #text_shade = 1.04 + } +} + +style "notebook_button" = "button" { +} + +style "spinbutton" = "notebook_button" { + xthickness = 4 + + engine "murrine" { + } +} + +style "scrollbar" = "button" { + xthickness = 2 + ythickness = 2 + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.04, @bg_color) + bg[ACTIVE] = shade (0.96, @bg_color) + + engine "murrine" + { + border_shades = {0.95, 0.90} + roundness = 20 + contrast = 1.0 + trough_shades = {0.92, 0.98} + lightborder_shade = 1.3 + glowstyle = 5 + glow_shade = 1.02 + gradient_shades = {1.2, 1.0, 1.0, 0.86} + trough_border_shades = {0.9, 0.98} + } +} + +style "hscrollbar" { +} + +style "vscrollbar" { +} + +style "overlay_scrollbar" +{ + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.85, @bg_color) + bg[ACTIVE] = shade (0.6, @bg_color) +} + +style "scale" = "button" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.06, @bg_color) + bg[ACTIVE] = shade (0.94, @bg_color) + + engine "murrine" { + contrast = 0.6 + border_shades = {0.9, 0.8} + roundness = 5 + lightborder_shade = 1.32 + gradient_shades = {1.1, 1.0, 1.0, 0.8} + handlestyle = 2 + trough_border_shades = {0.9, 1.4} + glow_shade = 1.0 +# reliefstyle = 2 +# shadow_shades = { 1.0, 0.9 } + } +} + +style "notebook_bg" { + bg[NORMAL] = shade (1.02, @bg_color) + bg[ACTIVE] = shade (0.97, @bg_color) + fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color)) +} + +# The color is changed by the notebook_bg style, this style +# changes the x/ythickness +style "notebook" { + xthickness = 2 + ythickness = 2 + + engine "murrine" { + roundness = 3 + contrast = 0.8 + focusstyle = 2 + lightborder_shade = 1.16 + gradient_shades = {1.1, 1.0, 1.0, 0.68} + } +} + +style "statusbar" { + engine "murrine" { + contrast = 1.2 + } +} + +style "comboboxentry" = "notebook_button" { + xthickness = 3 + ythickness = 3 + + engine "murrine" { + textstyle = 1 + glowstyle = 5 + glow_shade = 1.02 + } +} + +style "menubar" = "dark" { + # those two lines were added to fix firefox's menubar item text + bg[SELECTED] = "#ECECEC" + fg[SELECTED] = @fg_color + + engine "murrine" { + textstyle = 1 + text_shade = 1.23 + gradient_shades = {1.0, 1.0, 1.0, 1.0} + lightborder_shade = 1.0 + } +} + +style "toolbar" { + engine "murrine" { + textstyle = 1 + text_shade = 1.32 + lightborder_shade = 1.0 + } +} + +style "toolbar-button" = "notebook_button" { + engine "murrine" { + } +} + +style "menu" { + xthickness = 0 + ythickness = 0 + + engine "murrine" + { + reliefstyle = 0 + roundness = 0 + } +} + +style "menu_item" = "menu" { + xthickness = 2 + ythickness = 3 + + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" + { + glowstyle = 5 + glow_shade = 1.1 +# lightborder_shade = 1.0 +# border_shades = { 1.5, 1.3 } + roundness = 0 + } +} + +style "menubar_item" = "menu_item" { + bg[PRELIGHT] = "#ece7e2" + fg[PRELIGHT] = @fg_color + + engine "murrine" { + gradient_shades = {1.00, 1.0, 1.0, 1.0} +# glowstyle = 5 + border_shades = { 1.0, 1.0 } + glow_shade = 1.00 + lightborderstyle = 3 + lightborder_shade = 1.2 + roundness = 4 + } +} + +style "scale_menu_item" = "scale" { + engine "murrine" { + roundness = 20 + lightborder_shade = 1.32 + reliefstyle = 0 + } +} + +# This style is there to modify the separator menu items. The goals are: +# 1. Get a specific height. +# 2. The line should go to the edges (ie. no border at the left/right) +style "separator_menu_item" { + xthickness = 1 + ythickness = 0 + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 7 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "separator_tool_item" { + xthickness = 0 + ythickness = 1 + + GtkVSeparator::vertical-padding = 0 + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 7 + GtkWidget::separator-height = 1 + + engine "murrine" { + contrast = 0.5 + separatorstyle = 0 + } +} + +style "frame_title" { + fg[NORMAL] = lighter (@fg_color) +} + +style "treeview" { + engine "murrine" + { + roundness = 2 + lightborder_shade = 1.1 + gradient_shades = {1.04, 1.0, 1.0, 0.96} + } +} + +style "progressbar" { + xthickness = 1 + ythickness = 1 + + bg[ACTIVE] = shade (0.94, @bg_color) + #bg[SELECTED] = "#cdcdcd" + fg[PRELIGHT] = @selected_fg_color + + engine "murrine" { + #trough_shades = {0.98, 1.02} + roundness = 8 + lightborderstyle = 1 + lightborder_shade = 1.26 + border_shades = {0.95, 0.85} + gradient_shades = {1.1, 1.0, 1.0, 0.9} + trough_border_shades = {0.9, 1.4} + } +} + +style "progressbar_menu_item" = "progressbar" { + engine "murrine" { + roundness = 0 + } +} + +# This style is based on the default style, so that the colors from the button +# style are overriden again. +style "treeview_header" = "notebook_button" { + xthickness = 2 + ythickness = 1 + + engine "murrine" { + glazestyle = 1 + contrast = 0.8 + lightborder_shade = 1.16 + textstyle = 1 + glow_shade = 1.0 + } +} + +style "treeview_header_scrolled" = "treeview_header" { +} + +style "scrolledwindow" { + engine "murrine" { + contrast = 0.6 + } +} + +style "radiocheck" = "button" { + text[NORMAL] = shade (0.535, @selected_bg_color) + text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color)) + bg[NORMAL] = shade (0.92, @bg_color) + bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color)) + fg[INSENSITIVE] = darker (@bg_color) + fg[ACTIVE] = @fg_color + + engine "murrine" { + reliefstyle = 3 + gradient_shades = {1.2, 1.0, 1.0, 0.9} + shadow_shades = {0.6, 0.5} + textstyle = 0 + } +} + +style "tooltips" { + xthickness = 4 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = "#000000" + + engine "murrine" { + rgba = TRUE + } +} + +style "infobar" { + engine "murrine" { + } +} + +style "nautilus_location" { + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color) +} + +style "calendar" { + xthickness = 0 + ythickness = 0 + + engine "murrine" { + roundness = 0 + } +} + +style "calendar_menu_item" = "calendar" { +# base[NORMAL] = "#c5bfb7" +} + +style "soundfix" +{ +} + +# Wrokaround style for places where the text color is used instead of the fg color. +style "text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} + +# Workaround style for menus where the text color is used instead of the fg color. +style "menuitem_text_is_fg_color_workaround" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = "#999999" +} + +# Workaround style for places where the fg color is used instead of the text color. +style "fg_is_text_color_workaround" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} + +# Style to set the toolbar to use a flat style. This is because the "New" button in +# Evolution is not drawn transparent. So if there is a gradient in the background it will +# look really wrong. +# See http://bugzilla.gnome.org/show_bug.cgi?id=446953. +style "evo_new_button_workaround" { +} + +# Make the XFCE desktop icons text backrounds look prettier (The only change to theme, Code by RAVEfinity Project) +style "xfdesktop-icon-view" { + +XfdesktopIconView::label-alpha = 100 + +base[NORMAL] = "#151515" +base[ACTIVE] = "#7F7C7C" +base[PRELIGHT] = "#7F7C7C" +base[SELECTED] = shade (0.98, @selected_bg_color) + +fg[NORMAL] = @selected_fg_color +fg[SELECTED] = @selected_fg_color +fg[ACTIVE] = @selected_fg_color +} + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# The default style is applied to every widget +class "GtkWidget" style "default" + +class "GtkSeparator" style "wide" +class "GtkFrame" style "wide" +class "GtkCalendar" style "wide" +class "GtkEntry" style "entry" + +class "GtkSpinButton" style "spinbutton" +class "GtkScale" style "scale" +class "GtkVScale" style "vscale" +class "GtkHScale" style "hscale" +class "GtkScrollbar" style "scrollbar" +class "GtkHScrollbar" style "hscrollbar" +class "GtkVScrollbar" style "vscrollbar" +class "GtkCalendar" style "calendar" +class "GtkInfoBar" style "infobar" + +# General matching follows. The order is choosen so that the right styles override +# each other. EG. progressbar needs to be more important than the menu match. +widget_class "*<GtkNotebook>" style "notebook_bg" +# This is not perfect, it could be done better. +# (That is modify *every* widget in the notebook, and change those back that +# we really don't want changed) +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg" +widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook_bg" + +widget_class "*<GtkToolbar>*" style "toolbar" +widget_class "*<GtkScrolledWindow>*" style "scrolledwindow" + +widget_class "*<GtkButton>" style "button" +widget_class "*<GtkButton>*<GtkLabel>" style "button" +widget_class "*<GtkToolbar>.*.<GtkButton>*" style "notebook_button" +widget_class "*<GtkNotebook>" style "notebook" +widget_class "*<GtkStatusbar>" style "statusbar" +widget_class "*<GtkSpinButton>*" style "spinbutton" +widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button" +widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button" +widget_class "*<GtkRadioButton>*" style "radiocheck" +widget_class "*<GtkCheckButton>*" style "radiocheck" + +widget_class "*<GtkComboBoxEntry>*" style "comboboxentry" +widget_class "*<GtkCombo>*" style "comboboxentry" + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" +widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item" +widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "menubar_item" + +widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title" +widget_class "*.<GtkTreeView>*" style "treeview" + +widget_class "*<GtkProgress>" style "progressbar" +widget_class "*<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale_menu_item" +widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "calendar_menu_item" + +# Treeview headers (and similar stock GTK+ widgets) +widget_class "*.<GtkScrolledWindow>*<GtkTreeView>*" style "treeview_header_scrolled" +widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header" +widget_class "*.<GtkTreeView>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCTree>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkList>.<GtkButton>.*<GtkLabel>" style "treeview_header" +widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header" + +# Overlay scrollbar +widget_class "*<OsScrollbar>" style "overlay_scrollbar" +widget_class "*<OsThumb>" style "overlay_scrollbar" + +# The window of the tooltip is called "gtk-tooltip" +################################################################## +# FIXME: +# This will not work if one embeds eg. a button into the tooltip. +# As far as I can tell right now we will need to rework the theme +# quite a bit to get this working correctly. +# (It will involve setting different priorities, etc.) +################################################################## +widget "gtk-tooltip*" style "tooltips" + +########################################################################## +# Following are special cases and workarounds for issues in applications. +########################################################################## + +# Workaround for the evolution ETable (bug #527532) +widget_class "*.ETable.ECanvas" style "treeview_header" +# Workaround for the evolution ETree +widget_class "*.ETree.ECanvas" style "treeview_header" + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "nautilus_location" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that this work around assumes that the combobox is _not_ in appears-as-list mode. +widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround" +# This is the part of the workaround that fixes the menus +widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color. +widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround" +# GtkCList also uses the fg color to draw text on top of the base colors. +widget_class "*<GtkCList>" style "fg_is_text_color_workaround" +# Nautilus when renaming files, and maybe other places. +widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround" +# Work around for ubuntu's lucid sound indicator +widget "ido-offscreen-scale" style "soundfix" +# Thickness for indicator menu items +widget "*IdoEntryMenuItem*" style "wide" + +# See the documentation of the style. +widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround" + +# Makes XFCE desktop icon and text backround tweaks work. +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Includes +#include "apps/banshee.rc" +include "apps/chromium.rc" +include "apps/ff.rc" +include "apps/gnome-terminal.rc" +include "apps/nautilus.rc" +include "apps/gnome-panel.rc" Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/img/arrow-down.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/img/arrow-down.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/img/handle-h.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/img/handle-h.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/img/handle-v.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/img/handle-v.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/img/panel-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/img/panel-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/img/panel-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/img/panel-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/img/panel-button-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/img/panel-button-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/img/panel.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-2.0/img/panel.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/baobab.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/baobab.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/baobab.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/baobab.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,25 @@ + +BaobabWindow GtkGrid { + background-color: @bg_color; +} + +BaobabLocationList GtkGrid { + background-color: transparent; +} + +.baobab-toolbar.toolbar { + border-color: shade (@bg_color, 0.9); + border-style: solid; + border-width: 0 0 1px 0; + border-radius: 0; +} + +.cell.baobab-level-cell, +.cell.baobab-level-cell:hover, +.cell.baobab-level-cell:selected, +.cell.baobab-level-cell:selected:hover { + border-color: alpha (black, 0.06); + border-width: 1px; + border-style: solid; + background-color: @base_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/california.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/california.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/california.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/california.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +CaliforniaViewWeekGrid { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/geary.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/geary.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/geary.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/geary.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +ComposerWidget { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/gedit.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/gedit.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/gedit.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/gedit.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,60 @@ +@define-color notebook_tab_gradient_b shade (@bg_color, 0.98); + +GeditWindow .pane-separator, +GeditWindow .pane-separator:hover { +} + +GeditPanel.title GtkLabel { +} + +GeditDocumentsPanel .view { +} + +GeditDocumentsPanel .view:backdrop { +} + +GeditWindow .notebook { + border-radius: 1px; +} + +GeditPanel .notebook { + border-radius: 1px; +} + +GeditPanel .notebook tab, +GeditWindow .notebook tab { + border-radius: 3px; +} + +GeditViewFrame .gedit-search-slider { + background-color: @base_color; + padding: 6px; + border-color: shade (@notebook_tab_gradient_b, 0.80); + border-radius: 0 0 3px 3px; + border-width: 0 1px 1px 1px; + border-style: solid; +} + +GeditViewFrame .gedit-search-slider .not-found { + color: @error_fg_color; + background-image: none; + background-color: @error_bg_color; +} + +GeditViewFrame .gedit-search-slider .not-found:selected { + background-color: @selected_bg_color; + color: @selected_fg_color; +} + +GeditFileBrowserWidget .toolbar { + background-color: @bg_color; + border: none; + padding-bottom: 3px; +} + +.gedit-search-entry-occurrences-tag { + background-color: transparent; + color: @backdrop_text_color; + margin: 2px; + padding: 2px; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/glade.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/glade.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/glade.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/glade.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,8 @@ + +GladeEditor GtkContainer { + background-color: @bg_color +} + +GladeWindow GtkGrid { + background-color: @bg_color +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/gnome-panel.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/gnome-panel.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/gnome-panel.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/gnome-panel.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,97 @@ +/* Fallback Mode Panel */ +PanelWidget :backdrop, +PanelApplet :backdrop, +PanelToplevel :backdrop, +PanelWidget, +PanelApplet, +PanelToplevel { + border-image: none; + + color: @dark_fg_color; +} + +PanelWidget, +PanelApplet, +PanelToplevel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelApplet { + border-width: 0; +} + +PanelSeparator:backdrop, +PanelSeparator { + border-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + + color: @dark_fg_color; +} + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelApplet > GtkMenuBar.menubar.menuitem, +PanelMenuBar.menubar, +PanelMenuBar.menubar.menuitem { + -PanelMenuBar-icon-visible: true; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); +} + +PanelAppletFrame { + background-color: @dark_bg_color; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-width: 0; +} + +PanelApplet .button:backdrop, +PanelApplet .button { + -GtkButton-inner-border: 2; + + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.6); + border-radius: 0; + border-width: 0 1px 0 1px; + + text-shadow: none; +} + +PanelApplet .button:active:prelight:backdrop, +PanelApplet .button:active:prelight, +PanelApplet .button:active:backdrop, +PanelApplet .button:active { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.7)), + to (shade (@dark_bg_color, 0.8))); + border-color: shade (@dark_bg_color, 0.7); +} + +PanelApplet .button:prelight:backdrop, +PanelApplet .button:prelight { + border-image: none; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.3)), + to (shade (@dark_bg_color, 1.1))); + border-color: alpha (shade (@dark_bg_color, 0.9), 0.6); + border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.8); +} + +ClockBox { + text-shadow: 0 1px shade (@dark_bg_color, 1.08); +} + +WnckPager, WnckTasklist { + background-color: @dark_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/gnome-system-log.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/gnome-system-log.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/gnome-system-log.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/gnome-system-log.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,4 @@ +/* LP: #1045602 */ +LogviewWindow .view.dim-label, .dim-label { + color: @info_fg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/gnome-terminal.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/gnome-terminal.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/gnome-terminal.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/gnome-terminal.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,7 @@ +/* gnome-terminal */ +TerminalScreen { + -TerminalScreen-background-darkness: 0.97; + background-color: #060606; + color: #E8E8E8; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/nautilus.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/nautilus.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/nautilus.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/nautilus.css 2015-08-19 22:55:35.000000000 +0000 @@ -0,0 +1,238 @@ +@define-color cluebar_color shade (mix (@bg_color, @base_color, 0.5), 0.95); + +NautilusWindow *, +NemoWindow * { + -GtkPaned-handle-size: 1; +} + +NautilusDesktopWindow GtkWidget { + background-color: @transparent; +} + +.nautilus-canvas-item, +.nemo-canvas-item { + border-radius: 4px; +} + +/* desktop mode */ +.nautilus-desktop.nautilus-canvas-item, +.nemo-desktop.nemo-canvas-item { + color: @bg_color; + text-shadow: 1px 1px alpha (black, 0.8); +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nemo-desktop.nemo-canvas-item:active { + background-image: none; + background-color: alpha (@bg_color, 0.84); + + color: @fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:selected { + background-image: none; + background-color: alpha (@selected_bg_color, 0.84); + + color: @selected_fg_color; +} + +.nautilus-desktop.nautilus-canvas-item:active, +.nautilus-desktop.nautilus-canvas-item:prelight, +.nautilus-desktop.nautilus-canvas-item:selected, +.nemo-desktop.nemo-canvas-item:active, +.nemo-desktop.nemo-canvas-item:prelight, +.nemo-desktop.nemo-canvas-item:selected { + text-shadow: none; +} + +/* browser window */ +NautilusTrashBar.info, +NautilusXContentBar.info, +NautilusSearchBar.info, +NautilusQueryEditor.info, +NemoTrashBar.info, +NemoXContentBar.info, +NemoSearchBar.info, +NemoQueryEditor.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.03)), + to (shade (@cluebar_color, 0.92))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); + border-radius: 0; + border-style: solid; + border-width: 0px 0px 1px 0px; +} + +NautilusTrashBar.info:backdrop, +NautilusXContentBar.info:backdrop, +NautilusSearchBar.info:backdrop, +NautilusQueryEditor.info:backdrop, +NemoTrashBar.info:backdrop, +NemoXContentBar.info:backdrop, +NemoSearchBar.info:backdrop, +NemoQueryEditor.info:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@cluebar_color, 1.01)), + to (shade (@cluebar_color, 0.96))); + background-color: @cluebar_color; + border-bottom-color: shade (@cluebar_color, 0.86); +} + +NautilusSearchBar .entry, +NemoSearchBar .entry { +} + +.nautilus-cluebar-label, +.nemo-cluebar-label { + font: bold; +} + +.nautilus-cluebar-label:backdrop, +.nemo-cluebar-label:backdrop { + color: mix (@fg_color, @cluebar_color, 0.2); +} + +nautilus-search-button *:active, +nautilus-search-button *:active:prelight, +nemo-search-button *:active, +nemo-search-button *:active:prelight { + color: @dark_fg_color; +} + +NautilusFloatingBar, +NemoFloatingBar { + background-color: shade (@cluebar_color, 0.92); +} + +NautilusFloatingBar .button, +NemoFloatingBar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; +} + +/* sidebar */ +NautilusWindow .sidebar, +NautilusWindow .sidebar .view, +NemoWindow .sidebar, +NemoWindow .sidebar .view { + background-color: @cluebar_color; + + color: @fg_color; +} + +NautilusWindow .sidebar .frame, +NemoWindow .sidebar .frame { + border-style: none +} + +NautilusWindow .sidebar:backdrop, +NautilusWindow .sidebar .view:backdrop, +NemoWindow .sidebar:backdrop, +NemoWindow .sidebar .view:backdrop { + background-color: shade (@bg_color, 0.96); + color: mix (@fg_color, shade (@bg_color, 0.95), 0.2); +} + +NautilusWindow .sidebar row:selected, +NemoWindow .sidebar row:selected { + color: @selected_fg_color; +} + +NautilusWindow .sidebar row:selected:backdrop, +NemoWindow .sidebar row:selected:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (shade (@bg_color, 0.95), 0.94)), + to (shade (shade (@bg_color, 0.95), 0.86))); + border-top-color: shade (shade (@bg_color, 0.95), 0.88); + + color: @fg_color; +} + +NautilusWindow .pane-separator, +NemoWindow .pane-separator { + background-color: shade (shade (@bg_color, 0.95), 0.94); + border-color: @dark_bg_color; + border-style: solid; + border-width: 0; + box-shadow: none; +} + +NautilusWindow .pane-separator:backdrop, +NemoWindow .pane-separator:backdrop { + background-color: shade (shade (@bg_color, 0.95), 0.96); +} + +NautilusWindow .toolbar.menubar, +NemoWindow .toolbar.menubar { + -GtkToolbar-button-relief: normal; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.0)), + to (shade (@dark_bg_color, 1.2))); + color: @fg_color; + padding: 3px; + box-shadow: none; +} + +/* for breadcrumbs path bar */ +NautilusWindow .toolbar.menubar .button, +.nemo-pathbar-button, +NemoPathbarButton { + -GtkWidget-focus-line-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.4)), + to (shade (@dark_bg_color, 0.96))); + color: @dark_fg_color; + padding: 6px 6px; + border-width: 1px; + border-style: solid; + border-color: alpha(shade (@dark_bg_color, 0.80), 1.2); + -NemoPathbarButton-border-radius: 3px; +} + +NautilusWindow .toolbar.menubar .button:hover, +NautilusWindow .toolbar.menubar .button:active:hover, +NemoPathbarButton:hover, +NemoPathbarButton:active:hover { + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +NautilusWindow .toolbar.menubar .button:active, +NemoPathbarButton:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@selected_bg_color, 1.32), shade(@dark_bg_color, 1.1), 0.7)), + to (mix (shade (@selected_bg_color, 1.05), shade(@dark_bg_color, 1.18), 0.7))); + + border-width: 1px; + border-color: alpha (@selected_bg_color, 0.6); +} + +.toolbar.menubar .separator { + border-color: shade (@dark_bg_color, 0.96); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* For Places Sidebar diskfull indicators */ + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, .65); + -NemoPlacesTreeView-disk-full-fg-color: shade(@selected_bg_color, 1.0); + -NemoPlacesTreeView-disk-full-bar-width: 1px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 1px; + -NemoPlacesTreeView-disk-full-max-length: 70px; +} + +NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: shade(@bg_color, 2.0); + -NemoPlacesTreeView-disk-full-fg-color: shade(@fg_color, 2.0); +} + +NemoPlacesTreeView:hover { +} + +NemoPlacesTreeView:selected:hover { +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/software-center.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/software-center.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/software-center.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/software-center.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,5 @@ + +/* for overlay-scrollbars */ +.action-bar { + background-color: @bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/unity.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/unity.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/unity.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/unity.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,131 @@ +/* Decorations */ + +UnityDecoration { + -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-input-extents: 10px; + + -UnityDecoration-shadow-offset-x: 1px; + -UnityDecoration-shadow-offset-y: 5px; + -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.78); + -UnityDecoration-active-shadow-radius: 30px; + -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.3); + -UnityDecoration-inactive-shadow-radius: 25px; + + -UnityDecoration-glow-size: 10px; + -UnityDecoration-glow-color: rgb (221, 72, 20); + + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration.top { + border: 1px solid rgba (85, 40, 0, 0.04); /* shade (@dark_bg_color) (shade (#edebe6, 1.06) */ + border-bottom-width: 0; + border-radius: 6px 6px 0 0; + padding: 1px 6px 0 6px; + + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 1.065), inset 0 0 transparent; + + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityDecoration.top:backdrop { + border: 1px solid rgba (110, 27, 0, 0.04); /* shade @dark_bg_color - shade (#edebe6, 0.96) */ + border-bottom-width: 0; + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 0.96)), + to (@dark_bg_color)); + box-shadow: inset 0 0 transparent, inset 0 0 transparent, + inset 0 1px shade (#EDEDED, 0.97), inset 0 0 transparent; + + color: #a39e9a; + text-shadow: 1px 0 1px shade (@dark_bg_color, 1.08), -1px 0 1px shade (@dark_bg_color, 1.08), + 0 1px 1px shade (@dark_bg_color, 1.08), 0 -1px 1px shade (@dark_bg_color, 1.08); +} + +UnityDecoration.left, +UnityDecoration.right { + background-color: shade (@bg_color, 0.7); + background-size: 1px 70px; + background-repeat: repeat-x; + + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #A8A8A8), + color-stop (0.5, #A8A8A8), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.left:backdrop, +UnityDecoration.right:backdrop { + /* start color: mix of the top border color and bg-image gradient end */ + background-image: -gtk-gradient (linear, left top, left bottom, + color-stop (0, #B5B5B5), + color-stop (0.5, #B5B5B5), + color-stop (1, shade (@bg_color, 0.7))); +} + +UnityDecoration.bottom { + background-image: none; + background-color: shade (@bg_color, 0.7); +} + +/* Panel Style */ + +UnityPanelWidget, +.unity-panel { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#EDEDED, 1.06)), + to (@dark_bg_color)); + border-top-color: shade (#EDEDED, 1.08); + border-style: solid; + border-width: 1px 0 0 0; + + color: shade (@dark_bg_color, 0.4); + text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06), + 0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06); +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: #A3A3A3; +} + +.unity-panel.menubar, +.unity-panel .menubar { +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 1px 1px 0 1px; + icon-shadow: 0 -1px shade (@dark_bg_color, 1.06); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (shade (@dark_bg_color, 1.02))); +} + +@keyframes playbackmenuitem_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: playbackmenuitem_spinner 1s infinite linear; + color: @selected_bg_color; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/unity-greeter.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/unity-greeter.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/unity-greeter.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/apps/unity-greeter.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,94 @@ +.lightdm.menu { + background-image: none; + background-color: alpha (black, 0.6); + border-color: alpha (white, 0.2); + border-radius: 4px; + padding: 1px; + + color: white; +} + +.lightdm-combo .menu { + background-color: shade (@dark_bg_color, 1.08); + border-radius: 0px; + padding: 0px; + + color: white; +} + +.lightdm.menu .menuitem *, +.lightdm.menu .menuitem.check:active, +.lightdm.menu .menuitem.radio:active { + color: white; +} + +.lightdm.menubar { + background-image: none; + background-color: alpha (black, 0.5); +} + +.lightdm-combo.combobox-entry .button, +.lightdm-combo .cell, +.lightdm-combo .button, +.lightdm-combo .entry, +.lightdm.button, +.lightdm.entry { + background-image: none; + background-color: alpha (black, 0.3); + border-color: alpha (white, 0.6); + border-radius: 5px; + padding: 7px; + + color: white; + text-shadow: none; +} + +.lightdm.button, +.lightdm.button:hover, +.lightdm.button:active, +.lightdm.button:active:focused, +.lightdm.entry, +.lightdm.entry:hover, +.lightdm.entry:active, +.lightdm.entry:active:focused { + background-image: none; + border-image: none; +} + +.lightdm.button:focused, +.lightdm.entry:focused { + border-color: alpha (white, 0.9); + border-width: 1px; + border-style: solid; + + color: white; +} + +.lightdm.entry:selected { + background-color: alpha (white, 0.2); +} + +@keyframes dashentry_spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.lightdm.entry:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: dashentry_spinner 1s infinite linear; +} + +.lightdm.option-button { + padding: 2px; + background: none; + border: 0; +} + +.lightdm.toggle-button { + background: none; + border-width: 0; +} + +.lightdm.toggle-button.selected { + background-color: alpha (black, 0.3); + border-width: 1px; +} Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/backdrop-radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-active-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-active-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-active-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-active-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-active-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-active-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-default-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-default-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-default-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-default-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-default-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-default-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-default.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-default.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-menuitem-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-menuitem-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/check-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-arrow-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-arrow-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-arrow.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-arrow.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-button-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-button-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-button-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-button-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-button.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-button.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-button-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-button-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/combobox-entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/entry-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/entry-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/entry-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/entry-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/entry.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/entry.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/frame.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/frame.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/notebook-tab-bottom.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/notebook-tab-bottom.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/notebook-tab-left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/notebook-tab-left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/notebook-tab-right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/notebook-tab-right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/notebook-tab-top.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/notebook-tab-top.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/progressbar-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/progressbar-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/progressbar-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/progressbar-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/progressbar-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/progressbar-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/progressbar-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/progressbar-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/progressbar-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-backdrop-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-backdrop-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-backdrop-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-button-toolbar-active-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-button-toolbar-active-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-button-toolbar-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-button-toolbar-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-combobox-button-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-combobox-button-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-combobox-button-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-combobox-button-toolbar-pressed-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-entry-toolbar-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-entry-toolbar-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-entry-toolbar.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radiance-entry-toolbar.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-menuitem-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-menuitem-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-menuitem-insensitive-dark.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-menuitem-insensitive-dark.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-menuitem-insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-menuitem-insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-menuitem.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-menuitem.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-mixed-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-mixed-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-mixed-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-mixed-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-mixed-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-mixed-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-mixed-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-mixed-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-mixed-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-mixed-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-mixed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-mixed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-selected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-selected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-selected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-selected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-selected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-selected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-selected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-selected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-selected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-selected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-selected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-selected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-unselected-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-unselected-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-unselected-disabled-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-unselected-disabled-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-unselected-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-unselected-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-unselected-hover-alt.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-unselected-hover-alt.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-unselected-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-unselected-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-unselected.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/radio-unselected.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-horizontal-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-horizontal-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-horizontal-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-horizontal-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-horizontal-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-horizontal-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-horizontal-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-horizontal-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-horizontal-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-horizontal-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-horizontal-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-horizontal-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-vertical-fill-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-vertical-fill-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-vertical-fill-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-vertical-fill-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-vertical-fill.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-vertical-fill.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-vertical-trough-backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-vertical-trough-backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-vertical-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-vertical-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-vertical-trough.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scale-vertical-trough.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scrollbar_handle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scrollbar_handle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scrollbar_handle_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/scrollbar_handle_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-horizontal-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-horizontal-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-horizontal-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-horizontal-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-horizontal-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-horizontal-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-horizontal-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-horizontal-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-horizontal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-horizontal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_prelight_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_prelight_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_vertical_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_vertical_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-vertical-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-vertical-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-vertical-focused-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-vertical-focused-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-vertical-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-vertical-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-vertical-hover.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-vertical-hover.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_vertical_insensitive_backdrop.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_vertical_insensitive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_vertical_insensitive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider_vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-vertical.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/slider-vertical.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-button-off-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-button-off-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-button-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-button-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-button-on-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-button-on-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-button-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-button-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-trough-disabled.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-trough-disabled.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-trough-focused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-trough-focused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-trough-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-trough-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-trough-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-trough-on.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-trough-toolbar-off.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-trough-toolbar-off.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-trough-toolbar-on.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/assets/switch-trough-toolbar-on.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1 @@ +@import url("gtk-main.css"); \ No newline at end of file diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-main.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-main.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-main.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-main.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,70 @@ +/*default color scheme */ +@define-color bg_color #F2F2F2; +@define-color fg_color #4C4C4C; +@define-color base_color #ffffff; +@define-color text_color #3C3C3C; +@define-color selected_bg_color #E1A500; +@define-color selected_fg_color #ffffff; +@define-color tooltip_bg_color #000000; +@define-color tooltip_fg_color #ffffff; + +/* misc colors used by gtk+ + * + * Gtk doesn't currently expand color variables for style properties. Thus, + * gtk-widgets.css uses literal color names, but includes a comment containing + * the name of the variable. Please remember to change values there as well + * when changing one of the variables below. + */ +@define-color info_fg_color rgb (181, 171, 156); +@define-color info_bg_color rgb (252, 252, 189); +@define-color warning_fg_color rgb (173, 120, 41); +@define-color warning_bg_color rgb (250, 173, 61); +@define-color question_fg_color rgb (97, 122, 214); +@define-color question_bg_color rgb (138, 173, 212); +@define-color error_fg_color rgb (235, 235, 235); +@define-color error_bg_color rgb (223, 56, 44); +@define-color link_color @selected_bg_color; +@define-color success_color #4e9a06; +@define-color error_color #df382c; + +/* theme common colors */ +@define-color button_bg_color shade (@bg_color, 1.02); /*shade (#cdcdcd, 1.08);*/ +@define-color notebook_button_bg_color shade (@bg_color, 1.02); +@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6); +@define-color dark_bg_color #DFDFDF; +@define-color dark_fg_color @fg_color; + +@define-color backdrop_fg_color mix (@bg_color, @fg_color, 0.8); +@define-color backdrop_text_color mix (@base_color, @text_color, 0.8); +@define-color backdrop_dark_fg_color mix (@dark_bg_color, @dark_fg_color, 0.75); +@define-color backdrop_selected_bg_color shade (@bg_color, 0.92); +@define-color backdrop_selected_fg_color @fg_color; + +@define-color focus_color alpha (@selected_bg_color, 0.5); +@define-color focus_bg_color alpha (@selected_bg_color, 0.1); + +@define-color shadow_color alpha(black, 0.5); + +@define-color osd_fg_color #eeeeec; +@define-color osd_bg_color alpha(#202526, 0.7); +@define-color osd_border_color alpha(black, 0.7); + +@import url("gtk-widgets-borders.css"); +@import url("gtk-widgets-borders-radiance.css"); +@import url("gtk-widgets-assets.css"); +@import url("gtk-widgets-assets-radiance.css"); +@import url("gtk-widgets.css"); +@import url("gtk-widgets-radiance.css"); +@import url("apps/geary.css"); +@import url("apps/unity.css"); +@import url("apps/unity-greeter.css"); +@import url("apps/baobab.css"); +@import url("apps/gedit.css"); +@import url("apps/nautilus.css"); +@import url("apps/gnome-panel.css"); +@import url("apps/gnome-terminal.css"); +@import url("apps/gnome-system-log.css"); +@import url("apps/glade.css"); +@import url("apps/california.css"); +@import url("apps/software-center.css"); +@import url("public-colors.css"); diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-assets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-assets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-assets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-assets.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,562 @@ +/*************** + * Resize grip * + ***************/ + +.grip { + background-color: transparent; + /*background-image: url("assets/resize-grip.svg");*/ +} + +/************************* + * Check and Radio items * + *************************/ + +/* draw regular check and radio items using our SVG assets */ +.check { + -gtk-icon-source: url("assets/check-unselected.png"); +} + +.check:hover { + -gtk-icon-source: url("assets/check-unselected-hover.png"); +} + +.check row, +.check row:selected, +.check row:selected:focus { + -gtk-icon-source: url("assets/check-unselected-alt.png"); +} + +.check row:hover, +.check row:selected:hover, +.check row:selected:focus:hover { + -gtk-icon-source: url("assets/check-unselected-hover-alt.png"); +} + +.check:insensitive { + -gtk-icon-source: url("assets/check-unselected-disabled.png"); +} + +.check row:insensitive { + background-color: transparent; +} + +.check row:insensitive, +.check row:selected:insensitive, +.check row:selected:focus:insensitive { + background-color: transparent; + -gtk-icon-source: url("assets/check-unselected-disabled-alt.png"); +} + +.check:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected.png"); +} + +.check:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover.png"); +} + +.check row:backdrop, +.check row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-alt.png"); +} + +.check row:hover:backdrop, +.check row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-hover-alt.png"); +} + +.check:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled.png"); +} + +.check row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-unselected-disabled-alt.png"); +} + +.check:checked { + -gtk-icon-source: url("assets/check-selected.png"); +} + +.check:checked:hover { + -gtk-icon-source: url("assets/check-selected-hover.png"); +} + +.check row:checked, +.check row:selected:checked, +.check row:selected:focus:checked { + -gtk-icon-source: url("assets/check-selected-alt.png"); +} + +.check row:checked:hover, +.check row:selected:checked:hover, +.check row:selected:checked:focus:hover { + -gtk-icon-source: url("assets/check-selected-hover-alt.png"); +} + +.check:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled.png"); +} + +.check row:checked:insensitive, +.check row:selected:checked:insensitive, +.check row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/check-selected-disabled-alt.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected.png"); +} + +.check:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover.png"); +} + +.check row:checked:backdrop, +.check row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-alt.png"); +} + +.check row:checked:hover:backdrop, +.check row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-hover-alt.png"); +} + +.check:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled.png"); +} + +.check row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-selected-disabled-alt.png"); +} + +.check:inconsistent { + -gtk-icon-source: url("assets/check-mixed.png"); +} + +.check:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover.png"); +} + +.check row:inconsistent, +.check row:selected:inconsistent, +.check row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/check-mixed-alt.png"); +} + +.check row:inconsistent:hover, +.check row:selected:inconsistent:hover, +.check row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled.png"); +} + +.check row:inconsistent:insensitive, +.check row:selected:inconsistent:insensitive, +.check row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/check-mixed-disabled-alt.png"); +} + +.check:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed.png"); +} + +.check:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover.png"); +} + +.check row:inconsistent:backdrop, +.check row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-alt.png"); +} + +.check row:inconsistent:hover:backdrop, +.check row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-hover-alt.png"); +} + +.check:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled.png"); +} + +.check row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-check-mixed-disabled-alt.png"); +} + +.radio { + -gtk-icon-source: url("assets/radio-unselected.png"); +} + +.radio:hover { + -gtk-icon-source: url("assets/radio-unselected-hover.png"); +} + +.radio row, +.radio row:selected, +.radio row:selected:focus { + -gtk-icon-source: url("assets/radio-unselected-alt.png"); +} + +.radio row:hover, +.radio row:selected:hover, +.radio row:selected:focus:hover { + -gtk-icon-source: url("assets/radio-unselected-hover-alt.png"); +} + +.radio:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled.png"); +} + +.radio row:insensitive { + background-color: transparent; +} + +.radio row:insensitive, +.radio row:selected:insensitive, +.radio row:selected:focus:insensitive { + -gtk-icon-source: url("assets/radio-unselected-disabled-alt.png"); +} + +.radio:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected.png"); +} + +.radio:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover.png"); +} + +.radio row:backdrop, +.radio row:selected:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-alt.png"); +} + +.radio row:hover:backdrop, +.radio row:selected:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-hover-alt.png"); +} + +.radio:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled.png"); +} + +.radio row:selected:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-unselected-disabled-alt.png"); +} + +.radio:checked { + -gtk-icon-source: url("assets/radio-selected.png"); +} + +.radio:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover.png"); +} + +.radio row:checked, +.radio row:selected:checked, +.radio row:selected:focus:checked { + -gtk-icon-source: url("assets/radio-selected-alt.png"); +} + +.radio row:checked:hover, +.radio row:selected:checked:hover, +.radio row:selected:focus:checked:hover { + -gtk-icon-source: url("assets/radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled.png"); +} + +.radio row:insensitive, +.radio row:selected:checked:insensitive, +.radio row:selected:focus:checked:insensitive { + -gtk-icon-source: url("assets/radio-selected-disabled-alt.png"); +} + +.radio:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected.png"); +} + +.radio:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover.png"); +} + +.radio row:checked:backdrop, +.radio row:selected:checked:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-alt.png"); +} + +.radio row:checked:hover:backdrop, +.radio row:selected:checked:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-hover-alt.png"); +} + +.radio:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled.png"); +} + +.radio row:selected:checked:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-selected-disabled-alt.png"); +} + +.radio:inconsistent { + -gtk-icon-source: url("assets/radio-mixed.png"); +} + +.radio:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover.png"); +} + +.radio row:inconsistent, +.radio row:selected:inconsistent, +.radio row:selected:focus:inconsistent { + -gtk-icon-source: url("assets/radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover, +.radio row:selected:inconsistent:hover, +.radio row:selected:focus:inconsistent:hover { + -gtk-icon-source: url("assets/radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled.png"); +} + +.radio row:inconsistent:insensitive, +.radio row:selected:inconsistent:insensitive, +.radio row:selected:focus:inconsistent:insensitive { + -gtk-icon-source: url("assets/radio-mixed-disabled-alt.png"); +} + +.radio:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed.png"); +} + +.radio:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover.png"); +} + +.radio row:inconsistent:backdrop, +.radio row:selected:inconsistent:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-alt.png"); +} + +.radio row:inconsistent:hover:backdrop, +.radio row:selected:inconsistent:hover:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-hover-alt.png"); +} + +.radio:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled.png"); +} + +.radio row:selected:inconsistent:insensitive:backdrop { + -gtk-icon-source: url("assets/backdrop-radio-mixed-disabled-alt.png"); +} + +.primary-toolbar .menu .check, +.menubar.toolbar .menu .check, +.header-bar .menu .check, +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .radio, +.menubar.toolbar .menu .radio, +.header-bar .menu .radio, +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.primary-toolbar .menu .check:checked, +.menubar.toolbar .menu .check:checked, +.header-bar .menu .check:checked, +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:hover, +.menu .check:checked:hover { + -gtk-icon-source: url("assets/check-menuitem.png"); +} + +.primary-toolbar .menu .check:checked:insensitive, +.menubar.toolbar .menu .check:checked:insensitive, +.header-bar .menu .check:checked:insensitive, +.toolbar .menu .check:checked:hover:insensitive, +.menu .check:checked:insensitive, +.menu .check:checked:hover:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive.png"); +} + +.toolbar .menu .radio:checked:hover, +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem.png"); +} + +.primary-toolbar .menu .radio:checked:insensitive, +.menubar.toolbar .menu .radio:checked:insensitive, +.header-bar .menu .radio:checked:insensitive, +.toolbar .menu .radio:checked:hover:insensitive, +.menu .radio:checked:insensitive, +.menu .radio:checked:hover:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive.png"); +} + +.toolbar .menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.toolbar .menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.toolbar .menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.toolbar .menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.toolbar .menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} + +/********************* + * GtkScale's slider * + *********************/ +.scale.slider, +.scale.slider.horizontal { + background-image: url("assets/slider-horizontal.png"); +} + +.scale.slider:backdrop, +.scale.slider.horizontal:backdrop { + /*background-image: url("assets/slider-horizontal-disabled.png");*/ +} + +.scale.slider:hover, +.scale.slider.horizontal:hover { + background-image: url("assets/slider-horizontal-hover.png"); +} + +.scale.slider:focused, +.scale.slider.horizontal:focused { + background-image: url("assets/slider-horizontal-focused.png"); +} + +.scale.slider:hover:focused, +.scale.slider.horizontal:hover:focused { + background-image: url("assets/slider-horizontal-focused-hover.png"); +} + +.scale.slider:insensitive, +.scale.slider.horizontal:insensitive { + background-image: url("assets/slider-horizontal-disabled.png"); +} + +.scale.slider:insensitive:backdrop, +.scale.slider.horizontal:insensitive:backdrop { + /*background-image: url("assets/slider-horizontal-backdrop-disabled.png");*/ +} + +.scale.slider.vertical { + background-image: url("assets/slider-vertical.png"); +} + +.scale.slider.vertical:backdrop { + /*background-image: url("assets/slider-vertical-backdrop.png");*/ +} + +.scale.slider.vertical:hover { + background-image: url("assets/slider-vertical-hover.png"); +} + +.scale.slider.vertical:focused { + background-image: url("assets/slider-vertical-focused.png"); +} + +.scale.slider.vertical:hover:focused { + background-image: url("assets/slider-vertical-focused-hover.png"); +} + +.scale.slider.vertical:insensitive { + background-image: url("assets/slider-vertical-disabled.png"); +} + +.scale.slider.vertical:insensitive:backdrop { + /*background-image: url("assets/slider-vertical-backdrop-disabled.png");*/ +} + +/*.scale.scale-has-marks-above.slider.horizontal { + background-image: url("assets/slider-up.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:insensitive { + background-image: url("assets/slider-up-disabled.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop { + background-image: url("assets/slider-up-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-up-backdrop-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical { + background-image: url("assets/slider-left.png"); +} + +.scale.scale-has-marks-above.slider.vertical:insensitive { + background-image: url("assets/slider-left-disabled.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop { + background-image: url("assets/slider-left-backdrop.png"); +} + +.scale.scale-has-marks-above.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-left-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal { + background-image: url("assets/slider-down.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:insensitive { + background-image: url("assets/slider-down-disabled.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop { + background-image: url("assets/slider-down-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.horizontal:backdrop:insensitive { + background-image: url("assets/slider-down-backdrop-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical { + background-image: url("assets/slider-right.png"); +} + +.scale.scale-has-marks-below.slider.vertical:insensitive { + background-image: url("assets/slider-right-disabled.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop { + background-image: url("assets/slider-right-backdrop.png"); +} + +.scale.scale-has-marks-below.slider.vertical:backdrop:insensitive { + background-image: url("assets/slider-right-backdrop-disabled.png"); +}*/ + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-assets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-assets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-assets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-assets-radiance.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,23 @@ +.menu .check { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .radio { + -gtk-icon-source: url("assets/check-menuitem-unselected.png"); +} + +.menu .check:checked { + -gtk-icon-source: url("assets/check-menuitem-dark.png"); +} + +.menu .check:checked:insensitive { + -gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png"); +} + +.menu .radio:checked { + -gtk-icon-source: url("assets/radio-menuitem-dark.png"); +} + +.menu .radio:checked:insensitive { + -gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png"); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-borders.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-borders.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-borders.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-borders.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,313 @@ +/* Borders */ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border: 1px solid #2e2e2c; + border-bottom-width: 0px; + border-radius: 4px 4px 0 0; +} + +/********* + * entry * + *********/ +.entry { + border-radius: 8px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.entry { + border-image: url("assets/entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:backdrop { + border-image: url("assets/backdrop-entry.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:focus { + border-image: url("assets/entry-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive { + border-image: url("assets/entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.entry:insensitive:backdrop { + border-image: url("assets/backdrop-entry-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.menubar.toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + border-radius: 8px; + border-width: 0; +} + +/****************** + * combobox entry * + ******************/ +GtkComboBox.combobox-entry .entry:first-child, +GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 1px 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +GtkComboBox.combobox-entry .entry:last-child, +GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +GtkComboBox.combobox-entry .button { + border-image: url("assets/combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:backdrop { + border-image: url("assets/backdrop-combobox-button.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive { + border-image: url("assets/combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:insensitive:backdrop { + border-image: url("assets/backdrop-combobox-button-disabled.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +GtkComboBox.combobox-entry .button:active:focus { + border-image: url("assets/combobox-button-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:first-child, +.primary-toolbar GtkComboBox.combobox-entry .button:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:first-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:first-child, +.header-bar GtkComboBox.combobox-entry .entry:first-child, +.header-bar GtkComboBox.combobox-entry .button:first-child { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; + border-right-width: 0; +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:last-child, +.primary-toolbar GtkComboBox.combobox-entry .button:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .entry:last-child, +.menubar.toolbar GtkComboBox.combobox-entry .button:last-child, +.header-bar GtkComboBox.combobox-entry .entry:last-child, +.header-bar GtkComboBox.combobox-entry .button:last-child { + border-image-width: 10px 12px 10px 1px; + border-radius: 0 8px 8px 0; + border-left-width: 0; +} + +.notebook tab.top:active { + border-image: url("assets/notebook-tab-top.png") 8 10 1 10 / 8px 10px 1px 10px stretch; +} + +.notebook tab.right:active { + border-image: url("assets/notebook-tab-right.png") 10 8 10 1 / 10px 8px 10px 1px stretch; +} + +.notebook tab.bottom:active { + border-image: url("assets/notebook-tab-bottom.png") 1 10 8 10 / 1px 10px 8px 10px stretch; +} + +.notebook tab.left:active { + border-image: url("assets/notebook-tab-left.png") 10 1 10 8 / 10px 1px 10px 8px stretch; +} + +/* unfocused window: generic element borders */ +.button:backdrop, +GtkComboBox.combobox-entry .entry:backdrop, +GtkComboBox.combobox-entry .button:backdrop, +.entry:backdrop, +GtkSwitch.trough:backdrop, +.trough:backdrop { +} + +.trough, +.trough.highlight { + border-radius: 4px; + border-width: 1px; + border-style: solid; + border-color: transparent; +} + +.trough { + border-image: url("assets/progressbar-horizontal-trough.png") 6 7 6 7 / 6px 7px 6px 7px stretch; +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +.trough row { +} + +.trough.vertical { + border-image: url("assets/progressbar-vertical-trough.png") 7 6 7 6 / 7px 6px 7px 6px stretch; +} + +GtkSwitch.trough { + border-image: url("assets/switch-trough-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.trough:active { + border-image: url("assets/switch-trough-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough, +.menubar.toolbar GtkSwitch.trough, +.header-bar GtkSwitch.trough { + border-image: url("assets/switch-trough-toolbar-off.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkSwitch.trough:active, +.menubar.toolbar GtkSwitch.trough:active, +.header-bar GtkSwitch.trough:active { + border-image: url("assets/switch-trough-toolbar-on.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:active:backdrop, +GtkSwitch.trough:insensitive, +GtkSwitch.trough:active:insensitive { + border-image: url("assets/switch-trough-disabled.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +GtkSwitch.slider { + border-image: url("assets/switch-button-off.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +GtkSwitch.slider:active { + border-image: url("assets/switch-button-on.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:backdrop, +GtkSwitch.slider:insensitive { + border-image: url("assets/switch-button-off-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +/* XXX temporary */ +GtkSwitch.slider:active:backdrop, +GtkSwitch.slider:active:insensitive { + border-image: url("assets/switch-button-on-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch; +} + +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-image: url("assets/progressbar-horizontal-fill.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical { + border-image: url("assets/progressbar-vertical-fill.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop { + border-image: url("assets/progressbar-horizontal-fill-backdrop.png") 5 6 5 6 / 5px 6px 5px 6px stretch; +} + +.progressbar.vertical:backdrop { + border-image: url("assets/progressbar-vertical-fill-backdrop.png") 6 5 6 5 / 6px 5px 6px 5px stretch; +} + +.scale.trough { + border-image: url("assets/scale-horizontal-trough.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:insensitive { + border-image: url("assets/scale-horizontal-trough-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough:backdrop { + border-image: url("assets/scale-horizontal-trough-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical { + border-image: url("assets/scale-vertical-trough.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.vertical:insensitive { + border-image: url("assets/scale-vertical-trough-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left { + border-image: url("assets/scale-horizontal-fill.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.vertical:backdrop { + border-image: url("assets/scale-vertical-trough-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.left:insensitive { + border-image: url("assets/scale-horizontal-fill-disabled.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.left:backdrop { + border-image: url("assets/scale-horizontal-fill-backdrop.png") 2 6 2 6 / 2px 6px 2px 6px stretch; +} + +.scale.trough.highlight.bottom.vertical { + border-image: url("assets/scale-vertical-fill.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:insensitive { + border-image: url("assets/scale-vertical-fill-disabled.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + +.scale.trough.highlight.bottom.vertical:backdrop { + border-image: url("assets/scale-vertical-fill-backdrop.png") 6 2 6 2 / 6px 2px 6px 2px stretch; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-borders-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-borders-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-borders-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-borders-radiance.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,38 @@ + +.primary-toolbar .entry, +.menubar.toolbar .entry, +.header-bar .entry { + border-image: url("assets/radiance-entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar .entry:focus, +.menubar.toolbar .entry:focus, +.header-bar .entry:focus { + border-image: url("assets/radiance-entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button, +.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.menubar.toolbar GtkComboBox.combobox-entry .button, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive, +.header-bar GtkComboBox.combobox-entry .button, +.header-bar GtkComboBox.combobox-entry .button:focus:insensitive { + border-image: url("assets/radiance-combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus, +.header-bar GtkComboBox.combobox-entry .button:focus { + border-image: url("assets/radiance-combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus, +.header-bar GtkComboBox.combobox-entry .button:focus:active:focus { + border-image: url("assets/radiance-combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch; +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + border-color: #b8ab9c; +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets.css 2015-08-19 22:32:19.000000000 +0000 @@ -0,0 +1,2126 @@ +* { + -GtkArrow-arrow-scaling: 0.6; + -GtkButton-child-displacement-x: 1; + -GtkButton-child-displacement-y: 1; + -GtkButton-default-border: 0; + -GtkButton-image-spacing: 0; + -GtkButton-interior-focus: true; + -GtkButton-inner-border: 3; + -GtkCheckButton-indicator-size: 18; + -GtkCheckMenuItem-indicator-size: 16; + -GtkEntry-inner-border: 2; + -GtkEntry-progress-border: 0; + -GtkExpander-expander-size: 8; + -GtkHTML-link-color: #F4A212; /* @link_color */ + -GtkIMHtml-hyperlink-color: #F4A212; /* @link_color */ + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 5px; + -GtkMenuBar-internal-padding: 0; + -GtkMenuItem-arrow-scaling: 0.6; + -GtkNotebook-tab-overlap: 1; + -GtkPaned-handle-size: 6; + -GtkProgressBar-min-horizontal-bar-height: 14; + -GtkProgressBar-min-vertical-bar-width: 14; + -GtkRange-trough-border: 0; + -GtkRange-slider-width: 14; + -GtkRange-stepper-size: 13; + -GtkRange-trough-under-steppers: 1; + -GtkRange-stepper-spacing: 0; + -GtkScale-trough-border: 0; + -GtkScrollbar-activate-slider: 1; + -GtkScrollbar-trough-border: 0; + -GtkScrollbar-min-slider-length: 31; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkSeparatorMenuItem-horizontal-padding: 0; + -GtkStatusbar-shadow-type: none; + -GtkTextView-error-underline-color: #df382c; /* @error_color */ + -GtkToolButton-icon-spacing: 6; + -GtkToolItemGroup-expander-size: 11; + -GtkToolbar-internal-padding: 0; + -GtkTreeView-expander-size: 8; + -GtkTreeView-vertical-separator: 0; + -GtkWidget-separator-width: 2; + -GtkWidget-separator-height: 2; + -GtkWidget-link-color: #F4A212; /* @link_color */ + -GtkWidget-visited-link-color: #F4A212; /* @link_color */ + -GtkWindow-resize-grip-width: 0; + -GtkWindow-resize-grip-height: 0; + -WnckTasklist-fade-overlay-rect: 0; + + background-origin: border-box; + background-clip: padding-box; +} + +.background { + color: @fg_color; + background-color: @bg_color; +} + +.background:backdrop { + color: @backdrop_fg_color; +} + +/* LP: #1285783 */ +GtkScrolledWindow.frame { + border-width: 1px; + border-style: solid; + border-color: shade(@bg_color, 0.8); + border-radius: 0; +} + +GtkPaned { + background-color: @bg_color; +} + +/* Background hack to make DejaDup Assistant windows not turn black when + * overlay scrollbars are enabled. + */ +Assistant GtkEventBox { + background-color: @bg_color; +} + +/* ... and for Evolution's mail preferences window */ +EPreferencesWindow GtkNotebook GtkAlignment GtkVBox { + background-color: @bg_color; +} + +/************* + * assistant * + *************/ +GtkAssistant .sidebar .highlight { + color: @fg_color; + font: bold; +} + +GtkAssistant .sidebar { + background-color: shade (@bg_color, 0.97); + border-right-color: shade (@bg_color, 0.8); + border-radius: 0; + border-style: solid; + border-width: 0 1px 0 0; + padding: 12px; + + color: mix (@fg_color, @bg_color, 0.40); + text-shadow: 0 1px shade (@bg_color, 1.04); + + box-shadow: inset -1px 0 shade (@bg_color, 0.94); +} + +/********** + * button * + **********/ +.button { + padding: 5px 6px; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + + border: 1px solid transparent; + border-radius: 8px; + border-image-source: url("assets/button.png"); + + /* all button border images have the same size and are sliced in the same way */ + border-image-width: 10px 12px 10px 12px; + border-image-slice: 10 12 10 12; + border-image-repeat: stretch; +} + +.button.flat { + background-image: none; + border-image-source: none; +} + +.button:backdrop { + background-image: none; + background-color: @bg_color; + border-image-source: url("assets/backdrop-button.png"); + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +.button.flat:backdrop { + border-image-source: none; +} + +.button:focus { + border-image-source: url("assets/button-focused.png"); +} + +.button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.12)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.96))); + border-image-source: url("assets/button-hover.png"); +} + +.button:hover:backdrop { + background-color: shade (@bg_color, 1.04); + border-image-source: url("assets/backdrop-button-hover.png"); +} + +.button:hover:focus { + border-image-source: url("assets/button-focused-hover.png"); +} + +.button:insensitive { + background-image: none; + background-color: mix (#ebebeb, @bg_color, 0.5); + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); + border-image-source: url("assets/button-disabled.png"); +} + +.button:insensitive:backdrop { + background-color: #ebebeb; + + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); + border-image-source: url("assets/backdrop-button-disabled.png"); +} + +.button.flat:insensitive, +.button.flat:insensitive:backdrop { + background-color: transparent; + border-image-source: none; +} + +.button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + border-image-source: url("assets/button-active.png"); +} + +.button:checked:focus { + border-image-source: url("assets/button-active-focused.png"); +} + +.button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#dcdcdc), + to (#f3f3f3)); + border-image-source: url("assets/button-active-hover.png"); +} + +.button:active:focus { + border-image-source: url("assets/button-active-focused-hover.png"); +} + +.button:active:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#e3e3e3), + to (#f3f3f3)); + border-image-source: url("assets/button-active-disabled.png"); +} + +.button:checked:backdrop { + border-image-source: url("assets/backdrop-button-active.png"); +} + +.button:active:backdrop { + border-image-source: url("assets/backdrop-button-active-hover.png"); +} + +.button:checked:insensitive:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (#e3e3e3, @bg_color, 0.5)), + to (mix (#f3f3f3, @bg_color, 0.5))); + border-image-source: url("assets/backdrop-button-active-disabled.png"); +} + +.button.default { + border-image-source: url("assets/button-default.png"); +} + +.button.default:hover { + border-image-source: url("assets/button-default-hover.png"); +} + +.button.default:focus { + border-image-source: url("assets/button-default-focused.png"); +} + +.button.default:focus:hover { + border-image-source: url("assets/button-default-focused-hover.png"); +} + +/****************** + * Linked Widgets * + *****************/ +.linked > .entry, +.linked > .button, +.linked > GtkComboBox > .button { + border-radius: 0; + border-image-width: 10px 0 10px 0; + border-width: 1px 0 1px 0; + box-shadow: inset -1px 0 shade (@bg_color, 0.84); +} + +.linked > .entry:first-child, +.linked > .button:first-child, +.linked > GtkComboBox:first-child > .button { + border-image-width: 10px 0 10px 12px; + border-radius: 8px 0 0 8px; +} + +.linked > .entry:last-child, +.linked > .button:last-child, +.linked > GtkComboBox:last-child > .button { + border-image-width: 10px 12px 10px 0; + border-radius: 0 8px 8px 0; + box-shadow: none; +} + +.linked > .entry:only-child, +.linked > .button:only-child, +.linked > GtkComboBox:only-child > .button { + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +.primary-toolbar .linked .button, +.header-bar .linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.header-bar .linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.header-bar .linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.4) +} + +.primary-toolbar .linked .button:active, +.header-bar .linked .button:active, +.primary-toolbar .linked .button:insensitive, +.header-bar .linked .button:insensitive { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:only-child, +.header-bar .linked .button:only-child { + box-shadow: none; +} + +/**************** + * cell and row * + ****************/ +.cell { + -GtkCheckButton-indicator-size: 16; + + background-color: @base_color; + border-radius: 0; + border-width: 0; +} + +row:selected { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@selected_bg_color, 1.06)), + to (shade (@selected_bg_color, 0.94))); + border-top-color: shade (@selected_bg_color, 0.88); + border-style: solid; + border-width: 1px 0 0 0; + + color: @selected_fg_color; +} + +row:selected:backdrop { + background-image: -gtk-gradient (linear, left bottom, left top, + from (shade (@backdrop_selected_bg_color, 1.06)), + to (shade (@backdrop_selected_bg_color, 0.94))); + border-top-color: shade (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + +/******************* + * check and radio * + *******************/ + +/* Draw a focus ring around the contained label ... */ +GtkCheckButton.text-button GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +GtkCheckButton.text-button:focus GtkLabel { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +/* ... unless it's a proper button, which already has a focus-colored border */ +.button.text-button:focus GtkLabel { + border: none; + background: none; +} + +.menu .radio * { + box-shadow: none; +} + +/***************** + * column-header * + *****************/ +column-header .button, +column-header .button:active { + border-radius: 0; + border-width: 0 1px 1px 0; + border-image: none; +} + +column-header .button { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.06)), + to (shade (@bg_color, 1.04))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); + + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.4); +} + +column-header .button:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.04)), + to (shade (@bg_color, 1.02))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.94)), + to (shade (@bg_color, 0.88))) 1; + box-shadow: inset -1px 0 shade (@bg_color, 1.03), + inset 0 -1px shade (@bg_color, 1.03); +} + +column-header .button:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.13)), + to (shade (@bg_color, 1.08))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + +column-header .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 1.1)), + to (shade (@bg_color, 1.06))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.99)), + to (shade (@bg_color, 0.9))) 1; +} + + +column-header:nth-child(last) .button { + border-width: 0 0 1px 0; +} + +/**************** + * Content view * + ****************/ +.content-view.view { + background-color: shade (@bg_color, 1.01); +} + +.content-view.view:prelight { + background-color: shade (@bg_color, 1.03); +} + +.view:selected, +.view:active, +.content-view.view:selected, +.content-view.view:active { + background-color: @selected_bg_color; +} + +.content-view.view:insensitive { + background-color: @bg_color; +} + +.content-view.view:backdrop { + background-color: @bg_color; +} + +.content-view.view:selected:backdrop { + background-color: @backdrop_selected_bg_color; +} + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 40; +} + +/********* + * entry * + *********/ +.entry { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@base_color, 0.96)), + to (@base_color)); + padding: 5px 7px; + + color: @text_color; +} + +.entry:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (mix (shade (@base_color, 0.96), @bg_color, 0.5)), + to (mix (@base_color, @bg_color, 0.5))); + color: @backdrop_text_color; +} + +.entry:selected, +.entry:selected:focused { + background-color: @selected_bg_color; + + color: @selected_fg_color; +} + +.entry:insensitive { + background-color: #f5f5f5; + background-image: none; + + color: mix (@text_color, @base_color, 0.4); +} + +.entry:insensitive:backdrop { + background-color: mix (#f5f5f5, @bg_color, 0.5); + + color: mix (@text_color, @base_color, 0.4); +} + +.primary-toolbar .entry.progressbar, +.primary-toolbar .entry.progressbar, +.header-bar .entry.progressbar, +.header-bar .entry.progressbar, +.entry.progressbar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.8)), + color-stop (0.1, shade (@selected_bg_color, 0.9)), + to (shade (@selected_bg_color, 1.1))); + border-width: 0; + + color: @selected_fg_color; +} + +/************ + * expander * + ************/ +.expander { + color: @fg_color; +} + +/********* + * frame * + *********/ +.frame { + border-radius: 3px; + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.82); + border-image: none; + background: none; +} + +.frame.flat { + border: none; +} + +/**************** + * window-frame * + ****************/ + +.window-frame.csd.popup { + border-style: none; + border-radius: 0; + box-shadow: 0 3px 8px @shadow_color; +} + +.window-frame { + border: none; + border-radius: 2px 2px 0 0; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), + 0 6px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); + + /* this is used for the resize cursor area */ + margin: 15px; +} + +.window-frame:backdrop { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.12); +} + +.window-frame.tiled { + border-radius: 0; +} + +.window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: none; +} + +.window-frame.csd.message-dialog { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), + 0 3px 6px rgba(0, 0, 0, 0.23), + 0 0 0 1px mix(shade(@dark_bg_color, 0.7), @dark_bg_color, 0.21); +} + +/******* + * CSD * + *******/ +.titlebar { + border-radius: 0px; + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +.tiled .titlebar { + border-radius: 0; +} + +.maximized .titlebar { + border-radius: 0; +} + +/* this is the default titlebar that is added by GTK + * when client-side decorations are in use and the application + * does not set a custom titlebar. + */ +.titlebar.default-decoration { + border: none; + box-shadow: none; +} + +.titlebar .title { + font: bold; +} + +.titlebar:backdrop { + background-image: none; + background-color: shade (@dark_bg_color, 1.0); + background-color: shade (@dark_bg_color, 1.1); + text-shadow: none; +} + +/************ + * iconview * + ************/ +.view { + background-color: @base_color; + color: @text_color; +} + +GtkIconView.view.cell:selected, +GtkIconView.view.cell:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.0)), + to (shade (@selected_bg_color, 0.9))); + border-radius: 5px; + border-style: solid; + border-width: 1px; + border-color: shade (@selected_bg_color, 0.8); + border-bottom-color: shade (@selected_bg_color, 0.7); + + color: @selected_fg_color; + + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.05), + inset -1px 0 shade (@selected_bg_color, 1.05), + inset 0 1px shade (@selected_bg_color, 1.08), + inset 0 -1px shade (@selected_bg_color, 1.0); +} + +.rubberband { + background-color: alpha (@selected_bg_color, 0.35); + border-color: @selected_bg_color; + border-radius: 0; + border-style: solid; + border-width: 1px; +} + +GtkIconView.cell { + background-color: transparent; +} + +/*********** + * infobar * + ***********/ +.info { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@info_bg_color, 1.04)), + to (shade (@info_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @info_fg_color; + + border-color: shade (@info_bg_color, 0.8); + border-bottom-color: shade (@info_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@info_bg_color, 1.08), + inset -1px 0 shade (@info_bg_color, 1.08), + inset 0 1px shade (@info_bg_color, 1.1), + inset 0 -1px shade (@info_bg_color, 1.04); +} + +.warning { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@warning_bg_color, 1.04)), + to (shade (@warning_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @warning_fg_color; + + border-color: shade (@warning_bg_color, 0.8); + border-bottom-color: shade (@warning_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@warning_bg_color, 1.08), + inset -1px 0 shade (@warning_bg_color, 1.08), + inset 0 1px shade (@warning_bg_color, 1.1), + inset 0 -1px shade (@warning_bg_color, 1.04); +} + +.question { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@question_bg_color, 1.04)), + to (shade (@question_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @question_fg_color; + + border-color: shade (@question_bg_color, 0.8); + border-bottom-color: shade (@question_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@question_bg_color, 1.08), + inset -1px 0 shade (@question_bg_color, 1.08), + inset 0 1px shade (@question_bg_color, 1.1), + inset 0 -1px shade (@question_bg_color, 1.04); +} + +.error { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@error_bg_color, 1.04)), + to (shade (@error_bg_color, 0.96))); + border-style: solid; + border-width: 1px; + + color: @error_fg_color; + + border-color: shade (@error_bg_color, 0.8); + border-bottom-color: shade (@error_bg_color, 0.75); + + box-shadow: inset 1px 0 shade (@error_bg_color, 1.08), + inset -1px 0 shade (@error_bg_color, 1.08), + inset 0 1px shade (@error_bg_color, 1.1), + inset 0 -1px shade (@error_bg_color, 1.04); +} + +/******** + * menu * + ********/ +GtkTreeMenu.menu, +.toolbar .header-bar .menu, +GtkMenuToolButton.menu, +.primary-toolbar .button .menu, +.header-bar .button .menu, +.menu { + background-image: none; + background-color: shade (@dark_bg_color, 1.08); + border-bottom-color: shade (@dark_bg_color, 0.96); + border-left-color: shade (@dark_bg_color, 0.8); + border-right-color: shade (@dark_bg_color, 0.8); + border-top-color: shade (@dark_bg_color, 0.96); + padding: 0; + border-width: 1px; + border-style: solid; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.18), + inset 0 -1px shade (@dark_bg_color, 1.18), + inset -1px 0 shade (@dark_bg_color, 1.16), + inset 1px 0 shade (@dark_bg_color, 1.18); + + margin: 1px; +} + +.toolbar .menu, +GtkComboBox .menu { + background-image: none; + background-color: @bg_color; + border-bottom-color: shade (@bg_color, 0.66); + border-left-color: shade (@bg_color, 0.7); + border-right-color: shade (@bg_color, 0.7); + border-top-color: shade (@bg_color, 0.8); + border-style: solid; + padding: 0; + + color: @fg_color; + + box-shadow: inset -1px 0 shade (@bg_color, 1.18), + inset 1px 0 shade (@bg_color, 1.18), + inset 0 1px shade (@bg_color, 1.18); +} + +.menu:selected { + background-color: @selected_bg_color; +} + +.menu.button:hover, +.menu.button:checked, +.menu.button:checked:insensitive, +.menu.button:insensitive, +.menu.button +{ + background-color: shade (@dark_bg_color, 1.08); + background-image: none; + border-radius: 0; + border-style: none; + border-width: 1px; +} + +.context-menu { + font: regular medium; +} + +/*********** + * menubar * + ***********/ +.menubar { + -GtkWidget-window-dragging: true; + + background-color: @dark_bg_color; + background-image: none; + border-width: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.menubar:backdrop { + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.8); +} + +/*************** + * menubaritem * + ***************/ +.menubar.menuitem:hover, +.menubar .menuitem:hover { + background-color: transparent; + background-clip: border-box; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.38)), + to (shade (@dark_bg_color, 1.11))); + + box-shadow: inset 0 1px 1px 0 shade (@dark_bg_color, 1.8); + + color: shade (@dark_fg_color, 1.1); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +/************ + * menuitem * + ************/ +.menuitem { + -GtkMenuItem-horizontal-padding: 0; + background: transparent; + border-radius: 0; + padding: 3px 5px 3px 5px; + + text-shadow: none; +} + +/* Workaround for lp:949368 */ +GtkComboBox .menuitem * { +} + +GtkComboBox .menuitem *:hover { + color: @selected_fg_color; +} + +.popover .menuitem:checked:hover, +.menuitem:hover, +.menu .menuitem:hover { + border-radius: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 1.1)), + to (shade (@selected_bg_color, 0.9))); + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.7)), + to (shade (@selected_bg_color, 0.7))) 1; + border-image-width: 1px; + box-shadow: inset 1px 0 shade (@selected_bg_color, 1.02), + inset -1px 0 shade (@selected_bg_color, 1.02), + inset 0 1px shade (@selected_bg_color, 1.16), + inset 0 -1px shade (@selected_bg_color, 0.96); + + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem.check:checked, +.menuitem.radio:checked { + color: @fg_color; +} + +.menu .menuitem.check:hover, +.menu .menuitem.radio:hover { + box-shadow: none; +} + +GtkTreeMenu.menu .menuitem:insensitive, +GtkTreeMenu.menu .menuitem *:insensitive, +.toolbar .header-bar .menu .menuitem:insensitive, +.toolbar .header-bar .menu .menuitem *:insensitive, +GtkMenuToolButton.menu .menuitem:insensitive, +GtkMenuToolButton.menu .menuitem *:insensitive, +.primary-toolbar .button .menu .menuitem:insensitive, +.primary-toolbar .button .menu .menuitem *:insensitive, +.header-bar .button .menu .menuitem:insensitive, +.header-bar .button .menu .menuitem *:insensitive, +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@dark_fg_color, @dark_bg_color, 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.toolbar .menu .menuitem:insensitive, +.toolbar .menu .menuitem *:insensitive, +GtkComboBox .menu .menuitem:insensitive, +GtkComboBox .menu .menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +.menuitem GtkCalendar, +.menuitem GtkCalendar.button, +.menuitem GtkCalendar.header, +.menuitem GtkCalendar.view { + background-color: @dark_bg_color; + background-image: none; + border-radius: 0; + border-style: solid; + border-width: 0; + padding: 0; + + color: @dark_fg_color; +} + +.menuitem GtkCalendar { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; +} + +.menuitem GtkCalendar:inconsistent { + color: shade (@bg_color, 0.6); +} + +.menuitem .entry { + background-color: shade (@dark_bg_color, 1.3); + background-image: none; + + color: @dark_fg_color; + + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 0.9))) 1; + border-image-width: 1px; +} + +.primary-toolbar GtkScale.trough, +.primary-toolbar GtkScale.trough:backdrop, +.header-bar GtkScale.trough, +.header-bar GtkScale.trough:backdrop, +.menuitem GtkScale.trough { + background-color: @dark_bg_color; + background-image: none; + border-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.75)), + to (shade (@dark_bg_color, 1.15))) 1; + border-image-width: 1px; +} + +.menuitem .accelerator { + color: alpha (@dark_fg_color, 0.5); +} + +.menuitem .accelerator:hover { + color: alpha (@selected_fg_color, 0.8); +} + +.menuitem .accelerator:insensitive { + color: alpha (mix (@dark_fg_color, @dark_bg_color, 0.5), 0.5); + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.menuitem > GtkBox > GtkImage + GtkLabel { + padding-left: 6px; +} + +/************ + * notebook * + ************/ +.notebook tab.top { padding: 4px 6px 2px 6px; } +.notebook tab.top:active { padding-bottom: 3px; } +.notebook tab.bottom { padding: 2px 6px 4px 6px; } +.notebook tab.bottom:active { padding-top: 3px; } +.notebook tab.left { padding: 2px 4px 2px 6px; } +.notebook tab.left:active { padding-right: 5px; } +.notebook tab.right { padding: 2px 6px 2px 4px; } +.notebook tab.right:active { padding-left: 5px; } + +/* give active tab a background, as it might be dragged across of others when reordering */ +.notebook tab:active { + background-color: @bg_color; +} + +.notebook.header { + border-width: 0; /* set below depending on position of tab bar */ + border-color: shade (@bg_color, 0.82); + border-style: solid; +} + +/* Draw a border between tabs and content ... */ +.notebook.header.top { border-bottom-width: 1px; } +.notebook.header.right { border-left-width: 1px; } +.notebook.header.left { border-right-width: 1px; } +.notebook.header.bottom { border-top-width: 1px; } + +/* ... unless the content is in a frame (thus having a border itself */ +.notebook.header.frame.top { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.right { border: none; } +.notebook.header.frame.bottom { border: none; } + +.notebook tab.top { + border-image: -gtk-gradient (linear, left top, left bottom, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +.notebook tab.right { + border-image: -gtk-gradient (linear, right top, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.left { + border-image: -gtk-gradient (linear, left top, right top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 1px 0; +} + +.notebook tab.bottom { + border-image: -gtk-gradient (linear, left bottom, left top, + from (alpha (shade (@bg_color, 0.9), 0.0)), + to (shade (@bg_color, 0.9))) 1; + border-image-width: 0 1px; +} + +/* Draw a focus ring around labels in tabs */ +.notebook tab GtkLabel { + border: 1px solid transparent; + border-radius: 5px; +} + +.notebook:focus tab GtkLabel.active-page { + border-color: @focus_color; + background-color: @focus_bg_color; +} + +.notebook GtkDrawingArea { + background-color: shade (@bg_color, 1.02); +} + +/****************** + * pane separator * + ******************/ +.sidebar .pane-separator, +.pane-separator { + background-color: transparent; + border-color: shade (@bg_color, 0.84); +} + +/************************* + * progressbar and scale * + *************************/ +GtkScale, +GtkProgressBar { + border-radius: 8px; + border-width: 0px; + padding: 1px; +} + +.scale.trough { + margin: 7px 0 6px 0; +} + +.scale.trough.vertical { + margin: 0 7px 0 6px; +} + +.menubar .menuitem .scale.highlight.left, +.scale.highlight.left, +.progressbar, +.progressbar row, +.progressbar row:hover, +.progressbar row:selected, +.progressbar row:selected:focused { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #C09C42; + border-style: solid; +} + +.progressbar:backdrop, +.progressbar row:backdrop, +.progressbar row:hover:backdrop, +.progressbar row:selected:backdrop, +.progressbar row:selected:focused:backdrop, +.scale.highlight.bottom:backdrop, +.progressbar.vertical:backdrop { + border-radius: 8px; + border-width: 0px; + background-image: none; + background-color: #b0b0b0; +} + +.scale.highlight.left:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.scale.highlight.bottom:insensitive { + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@bg_color, 0.95)), + to (shade (@bg_color, 0.85))); +} + +.trough, +.trough row, +.trough row:hover, +.trough row:selected, +.trough row:selected:focused { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#d1d1d1), + to (#e8e8e8)); + border-style: solid; + border-width: 1px; + + color: @text_color; +} + +.trough.vertical { + background-image: -gtk-gradient (linear, left top, right top, + from (#d1d1d1), + to (#e8e8e8)); +} + +/* level bars as used for password quality or remaining power */ + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; +} + +GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; +} + +.level-bar.trough { + padding: 2px; +} + +.level-bar.fill-block { + border-width: 1px; + border-style: solid; + + border-color: @selected_bg_color; + background-color: #C09C42; +} + +.level-bar.indicator-continuous.fill-block { + padding: 2px; + border-radius: 2px; +} + +.level-bar.fill-block:backdrop, +.level-bar.fill-block.level-high:backdrop, +.level-bar.fill-block.level-low:backdrop { + background-color: #b0b0b0; + border-color: #b0b0b0; + background-image: none; +} + + +.level-bar.indicator-discrete.fill-block.horizontal { + margin: 0 1px; +} + +.level-bar.indicator-discrete.fill-block.vertical { + margin: 1px 0; +} + +.level-bar.fill-block.level-high { + border-color: shade(@success_color, 0.85); + background-image: linear-gradient(to bottom, + shade(@success_color, 1.2), + @success_color 75%, + shade(@success_color, 0.95) + ); +} + +.level-bar.fill-block.level-low { + border-color: shade(@warning_bg_color, 0.80); + background-image: linear-gradient(to bottom, + shade(@warning_bg_color, 1.3), + @warning_bg_color 75%, + shade(@warning_bg_color, 0.90) + ); +} + +.level-bar.fill-block.empty-fill-block { + background-color: transparent; + background-image: none; + border-color: alpha(@bg_color, 0.1); +} + +.level-bar.fill-block.empty-fill-block:backdrop { + border-color: transparent; + background-color: transparent; +} + +GtkScale { + -GtkRange-slider-width: 18; + -GtkRange-trough-border: 0; + -GtkScale-slider-length: 14; +} + +GtkScale.vertical { + -GtkScale-slider-length: 13; +} + +.scale.trough.highlight { + background-color: #C09C42; + background-image: none; + background-clip: content-box; +} + +.scale.trough.highlight:insensitive { + background-color: #b5b5b5; + background-image: none; +} + +.scale.trough.highlight.left { + margin: 7px 0 7px 0; +} + +.scale.trough.highlight:backdrop { + background-color: #dcdcdc; + background-image: none; +} + +.scale.trough.highlight.bottom { + margin: 0 7px 0 7px; +} + +GtkScale.mark { + border-color: shade (@bg_color, 0.8); +} + +/************* + * scrollbar * + *************/ +.scrollbar, +.scrollbar.vertical { + -GtkScrollbar-has-backward-stepper: 0; + -GtkScrollbar-has-forward-stepper: 0; + -GtkRange-slider-width: 14; + + border-radius: 20px; + + border-image: none; +} + +.scrollbar.trough, +.scrollbar.trough.vertical { + border-color: shade (@bg_color, 0.8); +} + +.scrollbar.slider, +.scrollbar.slider:hover, +.scrollbar.button, +.scrollbar.slider.vertical, +.scrollbar.slider.vertical:hover, +.scrollbar.button.vertical { + border-width: 1px; + border-style: solid; + border-color: shade (@bg_color, 0.86); + background-image: -gtk-gradient (linear, left top, right top, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.01), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.1); +} + +.scrollbar.slider.horizontal, +.scrollbar.slider.horizontal:hover, +.scrollbar.button.horizontal { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + box-shadow: inset 1px 0 shade (@bg_color, 1.1), + inset -1px 0 shade (@bg_color, 1.1), + inset 0 1px shade (@bg_color, 1.1), + inset 0 -1px shade (@bg_color, 1.01); +} + +/* overlay scrollbar */ +OsThumb { + color: shade (@fg_color, 1.6); +} + +OsThumb:selected, +GtkScrollbar:selected { + background-color: @selected_bg_color; +} + +OsThumb:active, +GtkScrollbar:active { + background-color: shade (@bg_color, 0.6); +} + +OsThumb:insensitive, +GtkScrollbar:insensitive { + background-color: shade (@bg_color, 0.85); +} + +/******************* + * scrolled window * + *******************/ +.ubuntu-online-accounts.frame, +GtkScrolledWindow.frame { + border-top-color: shade (@bg_color, 0.84); + border-right-color: shade (@bg_color, 0.76); + border-bottom-color: shade (@bg_color, 0.86); + border-left-color: shade (@bg_color, 0.76); + border-radius: 0; + border-style: solid; +} + +.ubuntu-online-accounts.frame { + border-top-width: 0; +} + +/************* + * separator * + *************/ +.separator { + border-width: 1px; + border-style: solid; + border-image: none; + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +GtkTreeView.view.separator, +GtkTreeView.separator, +.separator, +.separator:hover { + color: shade (@bg_color, 0.92); +} + +.separator.horizontal { + border-width: 1px 0 1px 0; +} + +.separator.vertical { + border-width: 0 1px 0 1px; +} + +GtkComboBox .separator { + -GtkWidget-wide-separators: true; + -GtkWidget-horizontal-separator: 0; + -GtkWidget-vertical-separator: 0; +} + +.button .separator, +.button.separator { + border-color: shade (@button_bg_color, 0.9); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +.button .separator:insensitive, +.button.separator:insensitive { + border-color: shade (@button_insensitive_bg_color, 0.96); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.3); + border-right-color: alpha (shade (@bg_color, 1.26), 0.3); +} + +.menuitem.separator { + -GtkMenuItem-horizontal-padding: 0; + border: none; + color: @dark_bg_color; +} + +GtkTreeMenu .menuitem.separator, +.toolbar .header-bar .menuitem.separator, +GtkMenuToolButton .menuitem.separator, +.primary-toolbar .button .menuitem.separator, +.header-bar .button .menuitem.separator, +.menuitem.separator { + border-color: shade (@dark_bg_color, 0.99); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +.toolbar .menuitem.separator, +GtkComboBox .menuitem.separator { + border-color: shade (@bg_color, 0.92); + border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6); + border-right-color: alpha (shade (@bg_color, 1.26), 0.6); +} + +/*********** + * sidebar * + ***********/ +.sidebar row:selected { + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +.sidebar .frame { + border-width: 0; +} + +/************** + * spinbutton * + **************/ +.spinbutton.button:active, +.spinbutton.button:insensitive, +.spinbutton.button { + border-radius: 0; +} + +.spinbutton.button:active:nth-child(last), +.spinbutton.button:insensitive:nth-child(last) +.spinbutton.button:nth-child(last), +.spinbutton.button:active:backdrop:nth-child(last), +.spinbutton.button:insensitive:backdrop:nth-child(last), +.spinbutton.button:backdrop:nth-child(last) { + border-radius: 0 7px 7px 0; +} + +.spinbutton.button, +.spinbutton.button:active, +.spinbutton.button:backdrop, +.spinbutton.button:active:backdrop, +.spinbutton.button:hover, +.spinbutton.button:hover:backdrop { + background-image: none; + background-color: transparent; + border-image: none; + border-width: 0 0 0 1px; + border-left-color: alpha (shade (@bg_color, 0.6), 0.22); +} + +.spinbutton.button:active { + background-image: -gtk-gradient (radial, center center, 0.0, center center, 0.5, + from (alpha (@selected_bg_color, 0.2)), + to (alpha (@selected_bg_color, 0.0))); +} + +.spinbutton.button:insensitive, +.spinbutton.button:insensitive:backdrop { + border-left-color: alpha (shade (@bg_color, 0.6), 0.18); + + color: shade (@bg_color, 0.66); +} + +.spinbutton, +.spinbutton:hover { + color: @fg_color; +} + +/*********** + * spinner * + ***********/ +@keyframes spinner { + to { -gtk-icon-transform: rotate(1turn); } +} + +.spinner { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + color: @selected_bg_color; + opacity: 0; +} + +.spinner:active { + animation: spinner 1s infinite linear; + opacity: 1; +} + +.spinner:active:backdrop { + color: @backdrop_fg_color; +} + +.spinner:active:insensitive { + opacity: 0.5; +} + +/************* + * statusbar * + *************/ +GtkStatusbar { +} + +/********** + * switch * + **********/ +GtkSwitch { + border-radius: 8px; + padding: 0; +} + +GtkSwitch.trough { + border-radius: 8px; + background-image: -gtk-gradient (linear, left top, left bottom, + from (#cecece), + to (#e8e8e8)); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.trough:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@selected_bg_color, 0.93)), + to (shade (@selected_bg_color, 0.99))); + + color: @selected_fg_color; + text-shadow: 0 1px shade (@selected_bg_color, 0.7); +} + +GtkSwitch:focus { + outline: 2px solid @focus_color; + outline-offset: -2px; + outline-radius: 6px; +} + +/* XXX temporary */ +GtkSwitch.trough:backdrop, +GtkSwitch.trough:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@bg_color, 0.93)), + to (shade (@bg_color, 0.99))); + + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +GtkSwitch.slider { + padding: 1px; + border-radius: 6px; + border-style: solid; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@button_bg_color, 1.08)), + color-stop (0.5, @button_bg_color), + to (shade (@button_bg_color, 0.94))); + + color: @fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.4); +} + +GtkSwitch.slider:backdrop { + background-image: none; + background-color: @bg_color; + + color: @backdrop_fg_color; + text-shadow: 0 1px alpha (shade (@button_bg_color, 1.25), 0.2); +} + +/************ + * textview * + ************/ +GtkTextView { + background-color: @base_color; +} + +.header-bar { + padding: 2px 6px; +} + +/* + * Header Bars + * + * The following rules only style header bars when they are used as a window's + * titlebar widget (i.e., they have .titlebar set as well). + * + * Some applications reuse their header bar as a primary toolbar on desktops + * that prefer showing traditional title bars. The rules for those are further + * down grouped with normal toolbars. + */ +.titlebar.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.5)), + to (@dark_bg_color)); + border-color: shade (@dark_bg_color, 1.5); + border-style: solid; + border-width: 1px 0 0 0; + border-radius: 0 0 0 0; + + color: @dark_fg_color; + + box-shadow: inset 0 1px shade (@dark_bg_color, 1.65); +} + +.titlebar.header-bar .title { + font: bold; +} + +.titlebar.header-bar .subtitle { + font-size: smaller; + opacity: 0.5; +} + +.titlebar.header-bar:backdrop { + color: @backdrop_fg_color; + background-image: none; + background-color: @dark_bg_color; + border-top-color: @dark_bg_color; +} + +.maximized .titlebar.header-bar { + border-radius: 0; + border: none; +} + +.titlebar.header-bar .button.titlebutton { + background-clip: padding-box; + border: 1px solid #d0c7bf; + color: #8b8379; + icon-shadow: 0 1px rgba(255, 255, 255, 0.5); + border-radius: 9px; + padding: 0; + box-shadow: none; + background-image: linear-gradient(to top, #d5d2ce, #ece8e4 50%, #f7f4f3); +} + +.titlebar.header-bar .button.titlebutton.close { + color: #7F7F7F; + icon-shadow: 0 1px rgba(255, 255, 255, 0.25); + background-image: linear-gradient(to top, #EEC967, #F4E1AC 60%, #F5E5B8); +} + +.titlebar.header-bar .button.titlebutton.close:hover { + background-image: linear-gradient(to top, #EEC967, #F4E1AC 10%, #F9E6B0); +} + +.titlebar.header-bar .button.titlebutton:hover, +.titlebar.header-bar .button.titlebutton:backdrop:hover { + background-image: linear-gradient(to top, #e2e1df, #f8f6f3 50%, #fcfbf9); +} + +.titlebar.header-bar .button.titlebutton:active { + icon-shadow: none; + background-image: linear-gradient(to top, #fcfbf8, #fbf9f6); +} + +.titlebar.header-bar .button.titlebutton.close:active { + background-image: linear-gradient(to top, #EEC967, #DACA9A); +} + +.titlebar.header-bar .button.titlebutton:backdrop { + color: #8b8379; + icon-shadow: none; + background-image: linear-gradient(to top, #ece9e6, #e8e4e1); +} + +/*********** + * toolbar * + ***********/ +.toolbar { + border-style: none; + padding: 1px; + + color: @fg_color; + text-shadow: none; +} + +.toolbar:backdrop { + color: @backdrop_fg_color; +} + +/******************* + * primary-toolbar * + *******************/ +.primary-toolbar, +.header-bar { + -GtkWidget-window-dragging: true; + + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + border-style: solid; + border-width: 1px 0 1px 0; + border-radius: 0; + + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + + box-shadow: none; +} + +.primary-toolbar:backdrop, +.header-bar:backdrop { + background-image: none; + background-color: @dark_bg_color; + box-shadow: none; + border-top-color: @dark_bg_color; + border-bottom-color: shade (@dark_bg_color, 0.9); + + color: @backdrop_dark_fg_color; +} + +.primary-toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); +} + +.primary-toolbar .button, +.header-bar .button, +.primary-toolbar .button.flat:hover { + background: transparent; + color: @dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.7); + border-image-source: url("assets/radiance-button-toolbar.png"); +} + +.primary-toolbar .button.flat { + border-image-source: none; + background: transparent; +} + +.primary-toolbar .button:focused, +.header-bar .button:focused { + border-image-source: url("assets/radiance-button-toolbar-focused.png"); +} + +.primary-toolbar .button:active, +.primary-toolbar .button:checked, +.header-bar .button:active, +.header-bar .button:checked { + border-image-source: url("assets/radiance-button-toolbar-active.png"); +} + +.primary-toolbar .button:active:focused, +.primary-toolbar .button:checked:focused, +.header-bar .button:active:focused, +.header-bar .button:checked:focused { + border-image-source: url("assets/radiance-button-toolbar-active-focused.png"); +} + +.primary-toolbar .button:backdrop, +.header-bar .button:backdrop { + background-color: transparent; + color: @backdrop_dark_fg_color; + text-shadow: 0 -1px shade (@dark_bg_color, 0.9); + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:hover:backdrop, +.header-bar .button:hover:backdrop { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.98)), + to (shade (@dark_bg_color, 0.94))); +} + +.primary-toolbar .button.flat:backdrop { + border-image-source: none; +} + +.primary-toolbar .button.flat:hover:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar.png"); +} + +.primary-toolbar .button:active:backdrop, +.primary-toolbar .button:checked:backdrop, +.header-bar .button:active:backdrop, +.header-bar .button:checked:backdrop { + border-image-source: url("assets/radiance-backdrop-button-toolbar-active.png"); +} + +.primary-toolbar .button:hover, +.primary-toolbar .button:checked, +.header-bar .button:hover, +.header-bar .button:checked { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.2)), + to (shade (@dark_bg_color, 1.1))); +} + +.primary-toolbar .button:active, +.header-bar .button:active { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); + text-shadow: 0 -1px shade (@dark_bg_color, 0.6); +} + +.primary-toolbar .button:active:hover, +.menubar.toolbar .button:active:hover, +.header-bar .button:active:hover { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.95)), + to (shade (@dark_bg_color, 1.0))); +} + +.primary-toolbar .button:checked:insensitive, +.primary-toolbar .button:insensitive, +.header-bar .button:checked:insensitive, +.header-bar .button:insensitive { + text-shadow: none; +} + +.primary-toolbar .button:insensitive, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.01)), + to (shade (@dark_bg_color, 0.99))); +} + +.primary-toolbar .button.flat:insensitive { + background-image: none; +} + +.primary-toolbar .button:checked:insensitive, +.header-bar .button:checked:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 0.94)), + to (shade (@dark_bg_color, 1.02))); +} + +.primary-toolbar GtkSeparatorToolItem, +.primary-toolbar .separator, +.primary-toolbar .separator:insensitive, +.header-bar GtkSeparatorToolItem, +.header-bar .separator, +.header-bar .separator:insensitive { + border-color: alpha (shade (@dark_bg_color, 0.94), 0.35); + border-bottom-color: alpha (shade (@dark_bg_color, 1.26), 0.5); + border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5); +} + +/* inline-toolbar */ +.inline-toolbar.toolbar { + -GtkToolbar-button-relief: normal; + + border-right-color: shade (@bg_color, 0.86); + border-bottom-color: shade (@bg_color, 0.88); + border-left-color: shade (@bg_color, 0.86); + + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (#f2f1ef, 0.93)), + color-stop (0.08, #f2f1ef), + to (#ffffff)); + border-width: 0 1px 1px 1px; + border-style: solid; + border-radius: 3px; + border-top-right-radius: 0; + border-top-left-radius: 0; + padding: 3px 4px 4px 4px; +} + +.inline-toolbar.toolbar .button { + padding: 4px; + + icon-shadow: 0 1px shade (@bg_color, 1.16); +} + +/* Middle button */ +.inline-toolbar.toolbar .button, +.inline-toolbar.toolbar .button:active, +.inline-toolbar.toolbar .button:focus, +.inline-toolbar.toolbar .button:focus:active, +.inline-toolbar.toolbar .button:insensitive, +.inline-toolbar.toolbar .button:backdrop, +.inline-toolbar.toolbar .button:backdrop:insensitive, +.inline-toolbar.toolbar GtkToolButton .button, +.inline-toolbar.toolbar GtkToolButton .button:active, +.inline-toolbar.toolbar GtkToolButton .button:focus, +.inline-toolbar.toolbar GtkToolButton .button:focus:active, +.inline-toolbar.toolbar GtkToolButton .button:insensitive, +.inline-toolbar.toolbar GtkToolButton .button:backdrop, +.inline-toolbar.toolbar GtkToolButton .button:backdrop:insensitive { + border-right-width: 0; + border-left-width: 0; + border-image-width: 10px 0 10px 0; + border-radius: 0; +} + +/* Leftmost button */ +.inline-toolbar.toolbar .button:first-child, +.inline-toolbar.toolbar .button:active:first-child, +.inline-toolbar.toolbar .button:focus:first-child, +.inline-toolbar.toolbar .button:focus:active:first-child, +.inline-toolbar.toolbar .button:insensitive:first-child, +.inline-toolbar.toolbar .button:backdrop:first-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:first-child, +.inline-toolbar.toolbar GtkToolButton:first-child .button, +.inline-toolbar.toolbar GtkToolButton:first-child .button:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:first-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:first-child .button:backdrop:insensitive { + border-left-width: 1px; + border-right-width: 0; + border-image-width: 10px 0 10px 12px; + border-radius: 8px; + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +/* Rightmost button */ +.inline-toolbar.toolbar .button:last-child, +.inline-toolbar.toolbar .button:active:last-child, +.inline-toolbar.toolbar .button:focus:last-child, +.inline-toolbar.toolbar .button:focus:active:last-child, +.inline-toolbar.toolbar .button:insensitive:last-child, +.inline-toolbar.toolbar .button:backdrop:last-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:last-child, +.inline-toolbar.toolbar GtkToolButton:last-child .button, +.inline-toolbar.toolbar GtkToolButton:last-child .button:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:last-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:last-child .button:backdrop:insensitive { + border-left-width: 0; + border-right-width: 1px; + border-image-width: 10px 12px 10px 0; + border-radius: 8px; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +/* Single button */ +.inline-toolbar.toolbar .button:only-child, +.inline-toolbar.toolbar .button:active:only-child, +.inline-toolbar.toolbar .button:focus:only-child, +.inline-toolbar.toolbar .button:focus:active:only-child, +.inline-toolbar.toolbar .button:insensitive:only-child, +.inline-toolbar.toolbar .button:backdrop:only-child, +.inline-toolbar.toolbar .button:backdrop:insensitive:only-child, +.inline-toolbar.toolbar GtkToolButton:only-child .button, +.inline-toolbar.toolbar GtkToolButton:only-child .button:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus, +.inline-toolbar.toolbar GtkToolButton:only-child .button:focus:active, +.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop, +.inline-toolbar.toolbar GtkToolButton:only-child .button:backdrop:insensitive { + border-right-width: 1px; + border-left-width: 1px; + border-image-width: 10px 12px 10px 12px; + border-radius: 8px; +} + +/*********** + * tooltip * + ***********/ +.tooltip { + background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8, + from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)), + to (alpha (@tooltip_bg_color, 0.86))); + border-color: alpha (#ffffff, 0.2); + border-radius: 5px; + border-style: solid; + border-width: 1px; + + background-color: @tooltip_bg_color; + color: @tooltip_fg_color; +} + +/************ + * treeview * + ************/ +GtkTreeView.dnd { + border-color: shade (@selected_bg_color, 1.12); + border-radius: 2px; + border-width: 1px; + border-style: solid; +} + +GtkTreeView .entry { + background-image: none; +} + +/************ + * viewport * + ************/ +GtkViewport.frame { + border-width: 0; +} + +/************ + * listbox * + ************/ +.list-row.button { + border-image: none; + border-style: none; + border-radius: 0; + background-image: none; +} + +.list-row.button:selected { + text-shadow: none; +} + +/************ + * popover * + ************/ +.popover { + background-clip: border-box; + + border-radius: 5px; + border: 1px solid darker(@bg_color); + + box-shadow: 0 2px 3px @shadow_color; + margin: 10px; + padding: 2px; +} + +.popover:backdrop { + box-shadow: none; +} + +/* Popover menuitems are actually buttons. The following rules reset most of + * the button styles for them. + */ +.popover .menuitem, +.popover .menuitem:checked, +.popover .menuitem:hover, +.popover .menuitem:active, +.popover .menuitem:insensitive, +.popover .menuitem:backdrop { + border-image: none; + border: none; + text-shadow: none; + border-radius: 3px; +} + +.popover .menuitem:backdrop:hover { + border: none; + border-image: none; + background: transparent; + color: @fg_color; +} + +.popover .menuitem:checked, +.popover .menuitem.check, +.popover .menuitem.check:checked, +.popover .menuitem.radio, +.popover .menuitem.radio:checked { + background-image: none; + border: none; +} + +.popover .menuitem:insensitive, +.popover .menuitem *:insensitive { + text-shadow: none; + background: none; +} + + +/* OSD overlays */ +.osd, +.osd:backdrop { + color: @osd_fg_color; + background-color: @osd_bg_color; + border-color: @osd_border_color; +} + +.osd.toolbar { + padding: 12px; + border-radius: 8px; +} + +.osd .button, +.osd .button:backdrop { + color: @osd_fg_color; + background: none; + border: none; + padding: 12px; + border-radius: 8px; + transition: all 100ms ease-in-out; +} + +.osd .button:hover { + color: lighter(@osd_fg_color); + icon-shadow: 0 0 3px @osd_fg_color; +} + +.osd .button:active { + color: darker(@osd_fg_color); + icon-shadow: none; +} + +.osd .scale { + margin-left: 9px; + margin-right: 9px; +} + +/***************************************************************************** + * states [please keep this section at the end of the file (CSS precedence)] * + *****************************************************************************/ +*:insensitive { + color: shade (@bg_color, 0.6); + text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5); +} + +*:selected, +*:selected:focused { + background-color: alpha (@selected_bg_color, 0.9); + + color: @selected_fg_color; +} + +*:selected:backdrop, +*:selected:focused:backdrop { + background-color: alpha (@backdrop_selected_bg_color, 0.9); + + color: @backdrop_selected_fg_color; +} + diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-radiance.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-radiance.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-radiance.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/gtk-widgets-radiance.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,155 @@ +/* Set up shadows and hilights for button visual separation */ +.primary-toolbar .linked .button, +.primary-toolbar .button.raised.linked, +.primary-toolbar .raised.linked .button, +.menubar.toolbar .linked .button, +.menubar.toolbar .button.raised.linked, +.menubar.toolbar .raised.linked .button, +.header-bar .linked .button, +.header-bar .button.raised.linked, +.header-bar .button.raised.linked .button { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1), + inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:first-child, +.primary-toolbar .button.raised.linked:first-child, +.primary-toolbar .raised.linked .button:first-child, +.menubar.toolbar .linked .button:first-child, +.menubar.toolbar .button.raised.linked:first-child, +.menubar.toolbar .raised.linked .button:first-child, +.header-bar .linked .button:first-child, +.header-bar .button.raised.linked:first-child, +.header-bar .raised.linked .button:first-child { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:last-child, +.primary-toolbar .button.raised.linked:last-child, +.primary-toolbar .raised.linked .button:last-child, +.menubar.toolbar .linked .button:last-child, +.menubar.toolbar .button.raised.linked:last-child, +.menubar.toolbar .raised.linked .button:last-child, +.header-bar .linked .button:last-child, +.header-bar .button.raised.linked:last-child, +.header-bar .raised.linked .button:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1) +} + +.primary-toolbar .linked .button:active, +.primary-toolbar .button.raised.linked:active, +.primary-toolbar .raised.linked .button:active, +.menubar.toolbar .linked .button:active, +.menubar.toolbar .button.raised.linked:active, +.menubar.toolbar .raised.linked .button:active, +.header-bar .linked .button:active, +.header-bar .button.raised.linked:active, +.header-bar .raised.linked .button:active { + box-shadow: inset 1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:insensitive, +.primary-toolbar .button.raised.linked:insensitive, +.primary-toolbar .raised.linked .button:insensitive, +.menubar.toolbar .linked .button:insensitive, +.menubar.toolbar .button.raised.linked:insensitive, +.menubar.toolbar .raised.linked .button:insensitive, +.header-bar .linked .button:insensitive, +.header-bar .button.raised.linked:insensitive, +.header-bar .raised.linked .button:insensitive { + box-shadow: inset -1px 0 shade (@dark_bg_color, 0.9); +} + +.primary-toolbar .linked .button:backdrop:last-child, +.primary-toolbar .button.raised.linked:backdrop:last-child, +.primary-toolbar .raised.linked .button:backdrop:last-child, +.menubar.toolbar .linked .button:backdrop:last-child, +.menubar.toolbar .button.raised.linked:backdrop:last-child, +.menubar.toolbar .raised.linked .button:backdrop:last-child, +.header-bar .linked .button:backdrop:last-child, +.header-bar .button.raised.linked:backdrop:last-child, +.header-bar .raised.linked .button:backdrop:last-child { + box-shadow: inset 1px 0 shade (@dark_bg_color, 1.1); +} + +.menubar { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menubar.menuitem:hover, +.menubar .menuitem:hover { + color: @dark_fg_color; + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.menuitem:hover, +.menu .menuitem:hover { + color: @selected_fg_color; + text-shadow: 0 -1px shade (@selected_bg_color, 0.7); +} + +.menuitem:insensitive, +.menuitem *:insensitive { + color: mix (@fg_color, @bg_color, 0.5); + text-shadow: 0 1px shade (@bg_color, 1.14); +} + +/* for the playback menu item in the sound menu */ +.menu .spinner, +.menu .spinner:hover { + color: @selected_bg_color; +} + +/* primary-toolbar */ +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar.toolbar, +.menubar.toolbar, +.header-bar { + background-image: -gtk-gradient (linear, left top, left bottom, + from (#E0E0E0), + to (#CDCDCD)); + border-bottom-color: #CDCDCD; + border-top-color: #E0E0E0; + + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar :insensitive, +.menubar.toolbar :insensitive, +.header-bar :insensitive { + text-shadow: 0 1px shade (@dark_bg_color, 1.1); +} + +.primary-toolbar GtkComboBox, +.primary-toolbar .button *, +.primary-toolbar .button, +.menubar.toolbar GtkComboBox, +.menubar.toolbar .button *, +.menubar.toolbar .button, +.header-bar GtkComboBox, +.header-bar .button *, +.header-bar .button { + text-shadow: 0 1px alpha (shade (@dark_bg_color, 1.25), 0.32); +} + +.primary-toolbar .raised .button, +.primary-toolbar .raised.button, +.primary-toolbar .button:hover, +.primary-toolbar .button:active, +.primary-toolbar .button:insensitive, +.menubar.toolbar .raised .button, +.menubar.toolbar .raised.button, +.menubar.toolbar .button:hover, +.menubar.toolbar .button:active, +.menubar.toolbar .button:insensitive, +.header-bar .raised .button, +.header-bar .raised.button, +.header-bar .button:hover, +.header-bar .button:active, +.header-bar .button:insensitive { + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.03)), + to (shade (@dark_bg_color, 0.96))); +} diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/public-colors.css radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/public-colors.css --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/public-colors.css 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/public-colors.css 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,23 @@ +/* + * Some applications depend on these named colors. + */ + +@define-color theme_fg_color @fg_color; +@define-color theme_bg_color @bg_color; +@define-color theme_base_color @base_color; +@define-color theme_selected_bg_color @selected_bg_color; +@define-color theme_selected_fg_color @selected_fg_color; +@define-color insensitive_bg_color @bg_color; +@define-color insensitive_fg_color @fg_color; +@define-color insensitive_base_color @base_color; +@define-color theme_unfocused_fg_color @backdrop_fg_color; +@define-color theme_unfocused_bg_color @bg_color; +@define-color theme_unfocused_base_color @base_color; +@define-color theme_unfocused_selected_bg_color @selected_bg_color; +@define-color theme_unfocused_selected_fg_color @selected_fg_color; +@define-color borders shade(@bg_color, 0.82); +@define-color unfocused_borders transparent; + +@define-color warning_color @warning_fg_color; +@define-color error_color @error_fg_color; +@define-color success_color @success_color; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/settings.ini radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/settings.ini --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/settings.ini 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/gtk-3.0/settings.ini 2015-05-13 00:10:39.000000000 +0000 @@ -0,0 +1,4 @@ +[Settings] +gtk-color-scheme = "base_color:#ffffff\nbg_color:#F6F6F6\ntooltip_bg_color:#000000\nselected_bg_color:#E1A500\ntext_color:#3C3C3C\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#DCA705\nbg_color_dark:#3C3C3C\nfg_color_dark:#DFDFDF" +gtk-auto-mnemonics = 1 +gtk-alternative-sort-arrows = true diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/index.theme radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/index.theme --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/index.theme 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/index.theme 2014-10-09 23:12:58.000000000 +0000 @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Radiance-ZRAVE-Yellow +Comment=Ubuntu Radiance theme, In New Colors By RAVEfinity 14.04 Build +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Radiance-ZRAVE-Yellow +MetacityTheme=Radiance-ZRAVE-Yellow +IconTheme=ubuntu-mono-light +CursorTheme=DMZ-White +ButtonLayout=close,minimize,maximize: Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/close_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/close_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/close_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/close_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/close_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/close_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/close.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/close.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/close_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/close_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/close_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/close_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/close_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/close_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/close_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/close_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/maximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/maximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/maximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/maximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/maximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/maximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/maximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/maximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/maximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/maximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/maximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/maximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/maximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/maximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/maximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/maximize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/menu.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/menu.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/menu_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/menu_prelight.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/metacity-theme-1.xml radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/metacity-theme-1.xml --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/metacity-theme-1.xml 2014-10-09 23:18:44.000000000 +0000 @@ -0,0 +1,530 @@ +<?xml version="1.0"?> + +<metacity_theme> +<info> + <name>Radiance-ZRAVE-Yellow</name> + <author>Kenneth Wimer, James Schriver, Andrea Cimitan, Jared Sot (RAVEfinity Project)</author> + <copyright>Canonical Ltd.</copyright> + <date>April, 2014</date> + <description>Metacity theme</description> +</info> + +<!-- general window layout --> +<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="19"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="18"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="11"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="0"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="3"/> + <distance name="right_width" value="3"/> + <distance name="bottom_height" value="3"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- window title --> + +<draw_ops name="draw_title_text_normal"> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="shade/#DFDFDF/1.06" x="10" y="(((height - title_height) / 2) `max` 0)-1"/> + <title color="shade/#DFDFDF/1.06" x="9" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/1.06" x="11" y="(((height - title_height) / 2) `max` 0)"/> + <title color="shade/#DFDFDF/0.4" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title_text_unfocused"> + <title color="shade/#DFDFDF/1.08" x="10" y="(((height - title_height) / 2) `max` 0)+1"/> + <title color="#A3A3A3" x="10" y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/1.06" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.18" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.08" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.08" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility"> + <include name="draw_title" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_unfocused"> + <!-- frame and gradient --> + <rectangle color="shade/#DFDFDF/0.8" filled="false" x="0" y="0" width="width-1" height="top_height"/> + <gradient type="vertical" x="1" y="1" width="width-2" height="top_height-1"> + <color value="shade/#EDEDED/0.96" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#EDEDED" /> + <color value="shade/#EDEDED/0.98" /> + </gradient> + <!-- left arch --> + <!-- <arc color="shade/#edebe6/1.02" x="0" y="1" width="9" height="7" start_angle="270" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="4" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="2" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="0" x2="1" y1="4" y2="4"/> + <!-- right arch --> + <!-- <arc color="shade/#edebe6/1.02" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <arc color="shade/#dfd7cf/0.8" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> --> + <line color="shade/#DFDFDF/0.8" x1="width-5" x2="width" y1="1" y2="1"/> + <line color="shade/#DFDFDF/0.8" x1="width-3" x2="width" y1="2" y2="2"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="3" y2="3"/> + <line color="shade/#DFDFDF/0.8" x1="width-2" x2="width" y1="4" y2="4"/> +</draw_ops> + +<draw_ops name="draw_title_utility_unfocused"> + <include name="draw_title_unfocused" /> + <line color="shade/#DFDFDF/0.94" x1="1" x2="width-2" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.98" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <gradient type="horizontal" x="0" y="1" width="width" height="1"> + <color value="shade/#EDEDED/1.08" /> + <color value="shade/#EDEDED/1.38" /> + <color value="shade/#EDEDED/1.08" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_title_maximized_unfocused"> + <!-- frame and gradient --> + <line color="shade/#DFDFDF/0.8" x1="0" x2="width" y1="0" y2="0"/> + <gradient type="vertical" x="0" y="1" width="width" height="top_height-1"> + <color value="shade/#EDEDED/0.94" /> + <color value="#DFDFDF" /> + </gradient> + <!-- top line --> + <line color="#EDEDED" x1="0" x2="width" y1="1" y2="1"/> +</draw_ops> + +<!-- window Frames --> + +<draw_ops name="draw_frame"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> + <gradient type="vertical" x="0" y="0" width="width" height="60"> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/#DFDFDF/0.8" /> + <color value="shade/gtk:bg[NORMAL]/0.7" /> + </gradient> +</draw_ops> + +<draw_ops name="draw_frame_utility"> + <rectangle color="shade/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="bottom_edge"> + <line color="shade/gtk:bg[NORMAL]/0.7" x1="0" x2="width" y1="height-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.98" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> +</draw_ops> + +<!-- buttons --> + +<!-- button trough left --> +<draw_ops name="left_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="left_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button Trough Right --> +<draw_ops name="right_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_normal"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_left_background_unfocused_pressed"> + <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_normal"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_middle_background_unfocused_pressed"> + <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_normal"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="right_right_background_unfocused_pressed"> + <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- button prelightlays --> +<draw_ops name="menu_focused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_normal"> + <image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_normal"> + <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_normal"> + <image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_normal"> + <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_normal"> + <image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_normal"> + <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_normal"> + <image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_normal"> + <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close.png" x="0" y="1" width="object_width" height="object_height"/> +</draw_ops> + +<!-- frame style --> +<frame_style name="normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame"/> + <piece position="right_edge" draw_ops="draw_frame"/> + <piece position="bottom_edge" draw_ops="bottom_edge"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.5" color="#abde4f" x_offset="1" y_offset="4"/> + <padding left="7" right="7" bottom="7"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_maximized_unfocused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> + <shadow radius="0.0" opacity="0.0" color="#000000" x_offset="0" y_offset="0"/> + <padding left="0" right="0" bottom="0"/> +</frame_style> + +<frame_style name="utility_focused" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_utility"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="utility_unfocused" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_unfocused"/> + <piece position="titlebar" draw_ops="draw_title_utility_unfocused"/> + <piece position="left_edge" draw_ops="draw_frame_utility"/> + <piece position="right_edge" draw_ops="draw_frame_utility"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <shadow radius="8.0" opacity="0.3" color="#abde4f" x_offset="1" y_offset="1"/> + <padding left="2" right="2" bottom="2"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_focused"> + <piece position="title" draw_ops="draw_title"/> + <piece position="titlebar" draw_ops="draw_title_unfocused"/> +</frame_style> + +<!-- style set --> +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="maximized_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="utility"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<!-- window --> +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="utility"/> +<window type="modal_dialog" style_set="utility"/> +<window type="menu" style_set="utility"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +</metacity_theme> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/minimize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/minimize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/minimize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/minimize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/minimize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/minimize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/minimize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/minimize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/minimize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/minimize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/minimize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/minimize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/minimize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/minimize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/minimize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/minimize_unfocused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/trough_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/trough_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/trough_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/trough_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/trough_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/trough_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/trough_unfocused_left.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/trough_unfocused_left.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/trough_unfocused_middle.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/trough_unfocused_middle.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/trough_unfocused_right.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/trough_unfocused_right.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/unmaximize_focused_normal.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/unmaximize_focused_normal.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/unmaximize_focused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/unmaximize_focused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/unmaximize_focused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/unmaximize_focused_pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/unmaximize.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/unmaximize.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/unmaximize_unfocused_over.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/unmaximize_unfocused_over.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/unmaximize_unfocused.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/unmaximize_unfocused.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/unmaximize_unfocused_prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/unmaximize_unfocused_prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/unmaximize_unfocused_pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/metacity-1/unmaximize_unfocused_pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_dash_disabled.svg 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1015" + inkscape:window-height="743" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-9.8318998" + inkscape:cy="9.5000006" + inkscape:window-x="464" + inkscape:window-y="334" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#e1b035;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_dash_prelight.svg 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1015" + inkscape:window-height="743" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-9.8318998" + inkscape:cy="9.5000006" + inkscape:window-x="511" + inkscape:window-y="309" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#e4b748;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_dash_pressed.svg 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash_disabled.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1015" + inkscape:window-height="743" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="-9.8318998" + inkscape:cy="9.5000006" + inkscape:window-x="464" + inkscape:window-y="334" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#dda721;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_dash.svg 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg4486" + height="19" + viewBox="0 0 19 19" + width="19" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="close_dash.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1015" + inkscape:window-height="743" + id="namedview8" + showgrid="false" + inkscape:zoom="12.421053" + inkscape:cx="4.9816594" + inkscape:cy="9.5000003" + inkscape:window-x="569" + inkscape:window-y="106" + inkscape:window-maximized="0" + inkscape:current-layer="g4113" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + transform="translate(290.21 -522.86)"> + <g + id="g4113" + transform="translate(-289.71 -511)"> + <path + id="circle4507" + d="m85.5 97.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-2.5 4.2227 0.38867 0.38867l2.111 2.11 2.111-2.11 0.389-0.39 0.777 0.78-0.388 0.39-2.112 2.11 2.112 2.11 0.388 0.39-0.777 0.78-0.389-0.39-2.111-2.11-2.111 2.11-0.389 0.39-0.777-0.78 0.388-0.39 2.112-2.11-2.112-2.11-0.388-0.39 0.777-0.78z" + style="color:#000000;fill:#e2b43f;fill-opacity:1" + transform="translate(-76.5 938.36)" /> + <rect + id="rect4539" + style="color:#000000;fill:none" + height="19" + width="19" + y="1033.9" + x="-0.5" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_focused_prelight.svg 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#efbb00;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#fcf8d7;stop-opacity:0.87692308;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="g4775" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40183,856.52418 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path4646" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -283.80078,855.45312 -0.38867,0.38868 -4.59961,4.59961 -0.39063,0.38867 0.7793,0.7793 0.38867,-0.38868 4.59961,-4.60156 0.38867,-0.38867 -0.77734,-0.77735 z" + id="path4535" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -288.40039,855.45312 -0.7793,0.77735 0.39063,0.38867 4.59961,4.60156 0.38867,0.38868 0.77734,-0.7793 -0.38867,-0.38867 -4.59961,-4.59961 -0.38867,-0.38868 z" + id="path4537" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_focused_pressed.svg 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4564" + id="linearGradient4552" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4564"> + <stop + style="stop-color:#ffc92f;stop-opacity:1;" + offset="0" + id="stop4511" /> + <stop + style="stop-color:#ead56f;stop-opacity:1;" + offset="1" + id="stop4513" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4554" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4556" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="-0.043125214" + inkscape:cy="11.696114" + inkscape:document-units="px" + inkscape:current-layer="g4540" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1152" + inkscape:window-height="795" + inkscape:window-x="422" + inkscape:window-y="117" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(411.35715,-967.57648)"> + <g + style="display:inline" + transform="translate(-411.35714,-85.785707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4540"> + <circle + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4542" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4544" + style="color:#000000;fill:url(#linearGradient4552);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4554);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4546" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4548" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4556);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4550" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -399.55637,973.99943 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path4989" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#525252;fill-opacity:1;stroke:none;stroke-width:1.10000001999999997;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -404.15793,973.99943 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path4991" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_focused.svg 2014-10-09 23:33:16.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_focused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#d4a600;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#f9f0a6;stop-opacity:0.87692308;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close.svg 2014-10-09 23:33:00.000000000 +0000 @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4509" + id="linearGradient4787" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4509"> + <stop + style="stop-color:#d4a600;stop-opacity:1;" + offset="0" + id="stop4885" /> + <stop + style="stop-color:#f9f0a6;stop-opacity:0.87692308;" + offset="1" + id="stop4889" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4789" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1055.3622" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.990647" + inkscape:cx="-11.959129" + inkscape:cy="4.3274356" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1100" + inkscape:window-height="792" + inkscape:window-x="251" + inkscape:window-y="139" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(295.60105,-849.03082)"> + <g + style="display:inline" + id="g4775" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-295.60104,-204.33136)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4777" + style="color:#000000;fill:#c7c7c7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4787);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4779" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4781" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4789);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.25;color:#000000;fill:none;stroke:url(#linearGradient4791);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4783" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4785" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_prelight.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5151" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5153" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5155" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-658.92858" + inkscape:cy="153.21428" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-378.21428,-666.57648)"> + <g + style="display:inline" + id="g5139" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(378.21429,-386.7857)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5141" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5151);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5143" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5145" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5153);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5155);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5147" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5149" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,674.0698 -0.70703,0.707 0.35351,0.3535 1.94727,1.9473 -1.94727,1.9453 -0.35351,0.3535 0.70703,0.707 0.35351,-0.3535 1.94727,-1.9472 1.94726,1.9472 0.35352,0.3535 0.70703,-0.707 -0.35351,-0.3535 -1.94727,-1.9453 1.94727,-1.9473 0.35351,-0.3535 -0.70703,-0.707 -0.35352,0.3535 -1.94726,1.9472 -1.94727,-1.9472 -0.35351,-0.3535 z" + id="path5157" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 390.01506,672.9994 -0.39063,0.3886 -4.5996,4.5996 -0.38868,0.3887 0.77735,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5159" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 385.4135,672.9994 -0.77735,0.7773 0.38868,0.3887 4.5996,4.5996 0.39063,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5161" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused_pressed.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5175" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5177" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5179" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-129.42858" + inkscape:cy="471.28571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(151.28572,-984.64791)"> + <g + style="display:inline" + transform="translate(-151.28571,-68.714274)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5163"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5165" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5167" + style="color:#000000;fill:url(#linearGradient5175);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5169" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5177);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5179);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5171" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5173" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -139.48494,991.07087 -0.39062,0.3886 -4.59961,4.5996 -0.38867,0.3887 0.77734,0.7774 0.39062,-0.3887 4.59961,-4.5996 0.38867,-0.3887 -0.77734,-0.7773 z" + id="path5249" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m -144.0865,991.07087 -0.77734,0.7773 0.38867,0.3887 4.59961,4.5996 0.39062,0.3887 0.77734,-0.7774 -0.38867,-0.3887 -4.59961,-4.5996 -0.39062,-0.3886 z" + id="path5251" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/close_unfocused.svg 2014-10-09 22:40:22.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4747" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="close_unfocused.svg"> + <defs + id="defs4749"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4656" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4660" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4658" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="7.0892085" + inkscape:cy="8.3026513" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="871" + inkscape:window-y="166" + inkscape:window-maximized="0" /> + <metadata + id="metadata4752"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(552.28572,-1071.3622)"> + <g + style="display:inline" + id="g4497" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-552.28571,18.000012)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4499" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4656);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4501" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4660);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4505" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4503" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4658);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4507" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_disabled.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="opacity:0.25;display:inline" + transform="translate(-289.71429,-492.00011)" + id="g4240"> + <path + inkscape:connector-curvature="0" + id="path4242" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4244" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_prelight.svg"> + <defs + id="defs4488"> + <filter + inkscape:collect="always" + style="color-interpolation-filters:sRGB" + id="filter4230" + x="-0.12" + width="1.24" + y="-0.12" + height="1.24"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.75" + id="feGaussianBlur4232" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + style="display:inline" + id="g4222" + transform="translate(-289.71429,-492.00011)"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4224" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4226" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + inkscape:connector-curvature="0" + id="path4228" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4230);enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash_pressed.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + id="g4234" + transform="translate(-289.71429,-492.00011)" + style="opacity:0.5;display:inline"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + id="path4236" + inkscape:connector-curvature="0" /> + <rect + y="1014.8623" + x="-0.5000006" + height="19" + width="19" + id="rect4238" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg4486" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_dash.svg"> + <defs + id="defs4488" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9580786" + inkscape:cx="-7.3730107" + inkscape:cy="9.9678584" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata4491"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(290.21429,-522.86219)"> + <g + transform="translate(-289.71429,-492.00011)" + style="display:inline" + id="g4218"> + <path + inkscape:connector-curvature="0" + id="path4209" + d="m 8.999998,1016.8622 a 7.4999796,7.4999796 0 0 0 -7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,7.5 7.4999796,7.4999796 0 0 0 7.5,-7.5 7.4999796,7.4999796 0 0 0 -7.5,-7.5 z m -3.5,4 7,0 0,7 -7,0 0,-6.5 0,-0.5 z m 1,1 0,5 5,0 0,-5 -5,0 z" + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4203" + width="19" + height="19" + x="-0.5000006" + y="1014.8623" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5009" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5011" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5013" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="392.57143" + inkscape:cy="470.42857" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(673.28572,-983.79076)"> + <g + style="display:inline" + id="g4997" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-673.28571,-69.571423)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4999" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5009);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5001" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle5003" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5011);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5013);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5005" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5007" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5061" + d="m -667.28572,990.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + <path + inkscape:connector-curvature="0" + id="path5063" + d="m -667.28572,989.79182 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5295" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5297" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5299" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-472.21428" + inkscape:cy="-431.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-191.49999,-81.862193)"> + <g + style="display:inline" + transform="translate(191.5,-971.49999)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g5253"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5255" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5257" + style="color:#000000;fill:url(#linearGradient5295);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle5259" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5297);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5299);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5261" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5263" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 197.49999,87.863246 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5289" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_focused.svg 2014-10-09 22:37:34.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.4" + inkscape:cx="8.8963052" + inkscape:cy="9.3077119" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="751" + inkscape:window-y="204" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize.svg 2014-10-09 22:37:10.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4807" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4810" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9195959" + inkscape:cx="4.7296154" + inkscape:cy="17.441954" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="710" + inkscape:window-y="119" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(186.64286,-574.29076)"> + <g + style="display:inline" + transform="translate(-186.64286,-479.07142)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4793"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4795" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4797" + style="color:#000000;fill:url(#linearGradient4805);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4807);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4799" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4801" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4810);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4803" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5121" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5123" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1098.9286" + inkscape:cy="-683.92851" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-818.21427,170.56632)"> + <g + style="display:inline" + transform="translate(818.21428,-1223.9285)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5073"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5075" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5077" + style="color:#000000;fill:url(#linearGradient5121);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5123);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5079" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5081" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5125);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5083" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-163.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5109" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 824.21427,-164.56532 0,0.5 0,6.5 7,0 0,-7 -7,0 z m 1,1 5,0 0,5 -5,0 0,-5 z" + id="path5111" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5201" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5203" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5205" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1168.4286" + inkscape:cy="-530.57141" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-887.71427,17.209217)"> + <g + style="display:inline" + id="g5189" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(887.71428,-1070.5714)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5191" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5201);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5193" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5203);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5195" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5197" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5205);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5199" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5243" + d="m 893.71427,-11.208178 0,0.5 0,6.4999998 7,0 0,-6.9999998 -7,0 z m 1,1 5,0 0,4.9999998 -5,0 0,-4.9999998 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/maximize_unfocused.svg 2014-10-09 22:40:46.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="maximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4937" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4939" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4941" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="44.8" + inkscape:cx="11.012127" + inkscape:cy="5.4472923" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="868" + inkscape:window-height="646" + inkscape:window-x="663" + inkscape:window-y="224" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-408.71427,-87.505113)"> + <g + style="display:inline" + transform="translate(408.71428,-965.85707)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4925"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4927" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4929" + style="color:#000000;fill:url(#linearGradient4937);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4931" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4939);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4941);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4933" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4935" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/menu_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/menu_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/menu_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/menu_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4747" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-435.29 -180.93)"> + <g id="g4731" transform="translate(435.29 -776.43)"> + <circle id="circle4733" style="color:#000000;fill:url(#linearGradient4747)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" transform="rotate(90)" cy="-9.5" cx="966.86" r="6.5"/> + <circle id="circle5388-4" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="circle4735" style="color:#000000;stroke:#6c6967;fill:#555351" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cx="9.5" cy="966.86" r="3"/> + <path id="path4737" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <path id="path4739" style="opacity:.2;color:#000000;fill:#fff" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z"/> + <path id="path4741" style="opacity:.2;color:#000000;fill:#fff" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z"/> + <path id="path4743" style="opacity:.1;color:#000000" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z"/> + <rect id="rect4745" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/menu.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/menu.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/menu.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/menu.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg8552" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs8554"> + <linearGradient id="linearGradient4672" y2="967.36" gradientUnits="userSpaceOnUse" x2="6" gradientTransform="matrix(1.0833 0 0 1.0833 966.86 -1057.5)" y1="967.36" x1="-6"> + <stop id="stop4668" style="stop-color:#191919;stop-opacity:.4" offset="0"/> + <stop id="stop4700" style="stop-color:#595959;stop-opacity:.10185" offset=".5"/> + <stop id="stop4670" style="stop-color:#fff;stop-opacity:.24314" offset="1"/> + </linearGradient> + </defs> + <metadata id="metadata8557"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-284.79 -314.29)"> + <g id="g4722" transform="translate(284.79 -643.07)"> + <circle id="circle4664" style="color:#000000;fill:url(#linearGradient4672)" d="m 973.36224,-9.5000038 a 6.5,6.5 0 0 1 -6.5,6.5 6.5,6.5 0 0 1 -6.5,-6.5 6.5,6.5 0 0 1 6.5,-6.5000002 6.5,6.5 0 0 1 6.5,6.5000002 z" cx="966.86" transform="rotate(90)" cy="-9.5" r="6.5"/> + <circle id="circle5388" style="opacity:.1;color:#000000" d="m 12.999998,967.86218 a 3.4999948,3.4999948 0 0 1 -3.4999951,3.5 3.4999948,3.4999948 0 0 1 -3.4999948,-3.5 3.4999948,3.4999948 0 0 1 3.4999948,-3.49999 3.4999948,3.4999948 0 0 1 3.4999951,3.49999 z" cx="9.5" cy="967.86" r="3.5"/> + <circle id="path4662" style="color:#000000;stroke:#d3d0cb;fill:#c6c2bb" d="m 12.500003,966.86218 a 3,3 0 0 1 -3.0000001,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3.0000001,3 z" cy="966.86" cx="9.5" r="3"/> + <path id="circle4682" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.023438 0.5293 6.5 6.5 0 0 1 6.4766 -6.0293 6.5 6.5 0 0 1 6.4766 5.9707 6.5 6.5 0 0 0 0.02344 -0.4707 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <path id="circle4691" d="m15.977 966.33a6.5 6.5 0 0 1 -6.4766 6.0293 6.5 6.5 0 0 1 -6.4766 -5.9707 6.5 6.5 0 0 0 -0.023438 0.4707 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.02344 -0.5293z" style="opacity:.2;color:#000000;fill:#fff"/> + <path id="circle4702" d="m15.99 966.56a6.5 6.5 0 0 1 -6.4902 6.3008 6.5 6.5 0 0 1 -6.4902 -6.1992 6.5 6.5 0 0 0 -0.00977 0.19922 6.5 6.5 0 0 0 6.5 6.5 6.5 6.5 0 0 0 6.5 -6.5 6.5 6.5 0 0 0 -0.0098 -0.30078z" style="opacity:0.07;color:#000000;fill:#fff"/> + <path id="circle4711" d="m9.5 960.36a6.5 6.5 0 0 0 -6.5 6.5 6.5 6.5 0 0 0 0.00977 0.30078 6.5 6.5 0 0 1 6.4902 -6.3008 6.5 6.5 0 0 1 6.4902 6.1992 6.5 6.5 0 0 0 0.0098 -0.19922 6.5 6.5 0 0 0 -6.5 -6.5z" style="opacity:.1;color:#000000"/> + <rect id="rect4720" style="opacity:.1;color:#000000;fill:none" height="19" width="19" y="957.36" x="-.000002"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.25" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4411" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4413" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4265" transform="translate(-289.71 -473)"> + <path id="path4267" style="color:#000000;fill:#fff" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" transform="translate(-76.5 938.36)"/> + <rect id="rect4269" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + <path id="path4409" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;filter:url(#filter4411);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4261" style="opacity:.5" transform="translate(-289.71 -473)"> + <path id="path4256" d="m85.5 59.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 7h7v1h-7v-1z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4250" style="color:#000000;fill:none" height="19" width="19" y="995.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_focused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_focused.svg 2014-10-09 22:48:57.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.535768" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize.svg 2014-10-09 22:48:23.000000000 +0000 @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4841" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773"> + <stop + id="stop5017" + offset="0" + style="stop-color:#b2aca5;stop-opacity:1;" /> + <stop + style="stop-color:#d1c7bd;stop-opacity:1;" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#e3d8d4;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4843" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4845" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="-0.038446944" + inkscape:cy="13.669697" + inkscape:document-units="px" + inkscape:current-layer="g4828" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="965" + inkscape:window-height="787" + inkscape:window-x="566" + inkscape:window-y="154" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-156.21429,-617.1479)"> + <g + style="display:inline" + id="g4828" + inkscape:export-filename="close.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(156.21429,-436.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4830" + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4832" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="1062.8622" + id="circle4834" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4843);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4845);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4836" + cx="1062.8622" + cy="9.4999952" + r="7.24998" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4839" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_prelight.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5037" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5039" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-287.42857" + inkscape:cy="-423.85715" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-6.71429,-89.505043)"> + <g + style="display:inline" + transform="translate(6.7142974,-963.85714)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5025"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5027" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5029" + style="color:#000000;fill:url(#linearGradient5037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5039);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5031" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5033" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5041);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5035" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <rect + y="98.505112" + x="12.714292" + height="1" + width="7" + id="rect5065" + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5067" + width="7" + height="1" + x="12.714292" + y="99.505112" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused_pressed.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5301" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5305" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.259629" + inkscape:cx="-27.31139" + inkscape:cy="-79.081086" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-302.92857,-256.1479)"> + <g + style="display:inline" + id="g5265" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(302.92858,-797.21428)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5267" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5269" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5303);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5271" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5273" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5305);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5275" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + style="color:#000000;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5291" + width="7" + height="1" + x="308.92859" + y="265.14795" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/minimize_unfocused.svg 2014-10-09 22:41:09.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg7526" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="minimize_unfocused.svg"> + <defs + id="defs7528"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4955" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4957" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4959" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="18.439246" + inkscape:cx="8.1418379" + inkscape:cy="8.4994228" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="742" + inkscape:window-y="242" + inkscape:window-maximized="0" /> + <metadata + id="metadata7531"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-262.75023,-284.66847)"> + <g + style="display:inline" + id="g4943" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(262.75024,-768.69371)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle4945" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient4955);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4947" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4957);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4949" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle4951" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4959);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect4953" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_dash_disabled.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_dash_disabled.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_dash_disabled.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_dash_disabled.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.25" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_dash_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_dash_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_dash_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_dash_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs id="defs4488"> + <filter id="filter4405" style="color-interpolation-filters:sRGB" height="1.24" width="1.24" y="-.12" x="-.12"> + <feGaussianBlur id="feGaussianBlur4407" stdDeviation="0.75"/> + </filter> + </defs> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4381" transform="translate(-289.71 -454)"> + <path id="path4383" style="color:#000000;fill:#fff" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" transform="translate(-76.5 938.36)"/> + <rect id="rect4385" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + <path id="path4403" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;filter:url(#filter4405);fill:#fff" transform="translate(-76.5 938.36)"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_dash_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_dash_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_dash_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_dash_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" style="opacity:.5" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_dash.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_dash.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_dash.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_dash.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4486" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="19" viewBox="0 0 19 19" width="19" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4491"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(290.21 -522.86)"> + <g id="g4377" transform="translate(-289.71 -454)"> + <path id="path4369" d="m85.5 40.5a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 7.5 7.5 7.5 7.5 0 0 0 7.5 -7.5 7.5 7.5 0 0 0 -7.5 -7.5zm-3.5 5h7v5h-7v-4.5-0.5zm1 1v3h5v-3h-5z" style="color:#000000;fill:#fff" transform="translate(-76.5 938.36)"/> + <rect id="rect4361" style="color:#000000;fill:none" height="19" width="19" y="976.86" x="-0.5"/> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_focused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_focused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_focused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_focused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_focused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_focused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_focused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_focused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_focused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_focused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_focused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_focused.svg 2014-10-09 22:39:58.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_focused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.839192" + inkscape:cx="17.19268" + inkscape:cy="5.00027" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1006" + inkscape:window-y="145" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize.svg 2014-10-09 22:39:36.000000000 +0000 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4773" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient4773" + inkscape:collect="always"> + <stop + id="stop5017" + offset="0" + style="stop-color:#d5d2ce;stop-opacity:1" /> + <stop + style="stop-color:#ece8e4;stop-opacity:1" + offset="0.50001228" + id="stop5019" /> + <stop + id="stop5021" + offset="1" + style="stop-color:#f7f4f3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4861" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient4863" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="12.348945" + inkscape:cy="10.478037" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="1407" + inkscape:window-y="24" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(269.28569,34.494917)"> + <g + style="display:inline" + transform="translate(-269.28568,-1087.8571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g4847"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4849" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4851" + style="color:#000000;fill:url(#linearGradient4859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4861);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4853" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle4855" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient4863);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 c 0,4.0040538 -3.246,7.2499798 -7.25,7.2499798 -4.0041,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.2459,-7.2499799 7.25,-7.2499799 4.004,0 7.25,3.2459266 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4857" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_unfocused_prelight.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_unfocused_prelight.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_unfocused_prelight.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_unfocused_prelight.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_prelight.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5023" + id="linearGradient5133" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5023"> + <stop + style="stop-color:#e2e1df;stop-opacity:1" + offset="0" + id="stop4157" /> + <stop + id="stop4159" + offset="0.50001228" + style="stop-color:#f8f6f3;stop-opacity:1" /> + <stop + style="stop-color:#fcfbf9;stop-opacity:1" + offset="1" + id="stop4161" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5135" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2125.7244,0)" + x1="-1065.3622" + y1="9.4999952" + x2="-1057.1489" + y2="9.4999952" /> + <linearGradient + id="linearGradient4521" + inkscape:collect="always"> + <stop + id="stop4293" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4295" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4521" + id="linearGradient5137" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,2163.6811,-0.33926172)" + x1="-1065.276" + y1="9.4999952" + x2="-1057.3458" + y2="9.4999952" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1786.6429" + inkscape:cy="-494.5" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-1505.9286,-18.862183)"> + <g + style="display:inline" + transform="translate(1505.9286,-1034.5)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="close.png" + id="g5097"> + <circle + style="color:#000000;fill:#d0c7bf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5099" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle5101" + style="color:#000000;fill:url(#linearGradient5133);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,1,1,0,0,0)" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5135);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5103" + cx="1062.8622" + cy="9.4999952" + r="6.9999976" + d="m 1069.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="1062.8622" + id="circle5105" + style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient5137);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,1,1,0,0,0)" + d="m 1070.1122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5107" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,26.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5117" + inkscape:connector-curvature="0" /> + <path + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" + d="m 1511.9286,25.86125 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + id="path5119" + inkscape:connector-curvature="0" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_unfocused_pressed.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_unfocused_pressed.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_unfocused_pressed.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_unfocused_pressed.svg 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48+devel r" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused_pressed.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5187" + id="linearGradient5237" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + id="linearGradient5187" + inkscape:collect="always"> + <stop + id="stop4560" + offset="0" + style="stop-color:#fcfbf8;stop-opacity:1" /> + <stop + id="stop4562" + offset="1" + style="stop-color:#fbf9f6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient5241" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="-1153.2857" + inkscape:cy="-746.8571" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-872.57141,233.49492)"> + <g + style="display:inline" + id="g5225" + inkscape:export-filename="maximize.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(872.57142,-1286.8571)"> + <circle + r="8.5" + cy="1062.8622" + cx="9.4999924" + id="circle5227" + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 17.999992,1062.8622 a 8.5,8.5 0 0 1 -8.4999996,8.5 8.5,8.5 0 0 1 -8.50000003,-8.5 8.5,8.5 0 0 1 8.50000003,-8.5 8.5,8.5 0 0 1 8.4999996,8.5 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="color:#000000;fill:url(#linearGradient5237);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5229" + cx="-1062.8622" + cy="9.4999952" + r="7.49998" + d="m -1055.3622,9.4999952 a 7.49998,7.49998 0 0 1 -7.5,7.4999798 7.49998,7.49998 0 0 1 -7.5,-7.4999798 7.49998,7.49998 0 0 1 7.5,-7.4999799 7.49998,7.49998 0 0 1 7.5,7.4999799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5239);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle5231" + cx="-1062.8622" + cy="9.4999952" + r="7.24998" + d="m -1055.6122,9.4999952 a 7.24998,7.24998 0 0 1 -7.25,7.2499798 7.24998,7.24998 0 0 1 -7.25,-7.2499798 7.24998,7.24998 0 0 1 7.25,-7.2499799 7.24998,7.24998 0 0 1 7.25,7.2499799 z" /> + <circle + r="6.9999976" + cy="9.4999952" + cx="-1062.8622" + id="circle5233" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient5241);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.8622,9.4999952 a 6.9999976,6.9999976 0 0 1 -7,6.9999978 6.9999976,6.9999976 0 0 1 -7,-6.9999978 6.9999976,6.9999976 0 0 1 7,-6.9999976 6.9999976,6.9999976 0 0 1 7,6.9999976 z" /> + <rect + y="1053.3622" + x="-7.3563765e-06" + height="19" + width="19" + id="rect5235" + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + inkscape:connector-curvature="0" + id="path5247" + d="m 878.57141,-226.49589 0,0.5 0,4.5 7,0 0,-5 -7,0 z m 1,1 5,0 0,3 -5,0 0,-3 z" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#8b8379;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" /> + </g> +</svg> diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_unfocused.svg radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_unfocused.svg --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_unfocused.svg 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/unity/unmaximize_unfocused.svg 2014-10-09 22:41:32.000000000 +0000 @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="19" + height="19" + id="svg5932" + version="1.1" + inkscape:version="0.48.4 r9939" + viewBox="0 0 19 19" + sodipodi:docname="unmaximize_unfocused.svg"> + <defs + id="defs5934"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4522" + id="linearGradient4973" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1072.3622,-1053.3622)" + x1="2.0000153" + y1="1062.8622" + x2="16.999975" + y2="1062.8622" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4522"> + <stop + style="stop-color:#ece9e6;stop-opacity:1" + offset="0" + id="stop5183" /> + <stop + style="stop-color:#e8e4e1;stop-opacity:1" + offset="1" + id="stop5185" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4975" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0357118,0,0,1.0357118,37.956735,-0.33926172)" + x1="-1070.1036" + y1="9.4999952" + x2="-1055.6208" + y2="9.4999952" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4297"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4523" /> + <stop + style="stop-color:#bd9e82;stop-opacity:1" + offset="1" + id="stop4525" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4297" + id="linearGradient4977" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(3.4765625e-5,0)" + x1="-1070.3622" + y1="8.9999962" + x2="-1055.3622" + y2="8.9999962" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="6.2901987" + inkscape:cy="6.1607613" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="513" + inkscape:window-height="425" + inkscape:window-x="772" + inkscape:window-y="191" + inkscape:window-maximized="0" /> + <metadata + id="metadata5937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-687.7857,142.99492)"> + <g + style="display:inline" + transform="translate(687.78571,-1196.3571)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="maximize.png" + id="g4961"> + <circle + style="color:#000000;fill:#ddd4cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4963" + cx="9.4999924" + cy="1062.8622" + r="8.5" + d="m 17.999992,1062.8622 c 0,4.6944 -3.805579,8.5 -8.4999996,8.5 -4.6944204,0 -8.50000003,-3.8056 -8.50000003,-8.5 0,-4.6944 3.80557963,-8.5 8.50000003,-8.5 4.6944206,0 8.4999996,3.8056 8.4999996,8.5 z" /> + <circle + r="7.49998" + cy="9.4999952" + cx="-1062.8622" + id="circle4965" + style="color:#000000;fill:url(#linearGradient4973);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.3622,9.4999952 c 0,4.1421248 -3.3579,7.4999798 -7.5,7.4999798 -4.1421,0 -7.5,-3.357855 -7.5,-7.4999798 0,-4.1421245 3.3579,-7.4999799 7.5,-7.4999799 4.1421,0 7.5,3.3578554 7.5,7.4999799 z" /> + <circle + r="7.24998" + cy="9.4999952" + cx="-1062.8622" + id="circle4967" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4975);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="matrix(0,-1,1,0,0,0)" + d="m -1055.6122,9.4999952 c 0,4.0040538 -3.2459,7.2499798 -7.25,7.2499798 -4.004,0 -7.25,-3.245926 -7.25,-7.2499798 0,-4.0040533 3.246,-7.2499799 7.25,-7.2499799 4.0041,0 7.25,3.2459266 7.25,7.2499799 z" /> + <circle + transform="matrix(0,-1,1,0,0,0)" + style="opacity:0.05;color:#000000;fill:none;stroke:url(#linearGradient4977);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="circle4969" + cx="-1062.8622" + cy="9.4999952" + r="6.9999976" + d="m -1055.8622,9.4999952 c 0,3.8659918 -3.134,6.9999978 -7,6.9999978 -3.866,0 -7,-3.134006 -7,-6.9999978 0,-3.8659919 3.134,-6.9999976 7,-6.9999976 3.866,0 7,3.1340057 7,6.9999976 z" /> + <rect + style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4971" + width="19" + height="19" + x="-7.3563765e-06" + y="1053.3622" /> + </g> + </g> +</svg> Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/bottom-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/bottom-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/bottom-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/bottom-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/bottom-left-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/bottom-left-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/bottom-left-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/bottom-left-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/bottom-right-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/bottom-right-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/bottom-right-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/bottom-right-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/close-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/close-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/close-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/close-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/close-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/close-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/close-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/close-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/hide-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/hide-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/hide-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/hide-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/hide-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/hide-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/hide-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/hide-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/left-active.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * left_active_xpm[] = { +"2 15 3 1", +" c None", +". c #C1C1C1", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/left-inactive.xpm 2014-08-31 00:22:28.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #CFCFCF", +"+ c #D7D7D7", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/maximize-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/maximize-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/maximize-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/maximize-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/maximize-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/maximize-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/maximize-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/maximize-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/maximize-toggled-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/maximize-toggled-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/maximize-toggled-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/maximize-toggled-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/maximize-toggled-prelight.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/maximize-toggled-prelight.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/maximize-toggled-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/maximize-toggled-pressed.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/menu-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/menu-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/menu-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/menu-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/menu-pressed.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/menu-pressed.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/right-active.xpm 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,21 @@ +/* XPM */ +static char * right_active_xpm[] = { +"2 15 3 1", +" c None", +". c #D7D7D7", +"+ c #C1C1C1", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/right-inactive.xpm 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,22 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"2 16 3 1", +" c None", +". c #D7D7D7", +"+ c #CFCFCF", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/themerc radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/themerc --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/themerc 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/themerc 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,20 @@ +# Radiance ported to XFCE (Xfwm4) by The RAVEfinity Project. www.ravefinity.blogspot.com (2012+) Jared Sot. +# Based on code/pixmaps from (Orig.) Radiance. and Originol Ambiance XFCE port by p0ng http://www.p0ng.com.br. +# Radiance XFCE version was ported by scrach by RAVEfinity(Jared Sot.) on top of the XFCE Ambiance theme. + + +button_offset=3 +button_spacing=0 +maximized_offset=9 +title_full_width=true +title_horizontal_offset=8 +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +title_shadow_active=frame +title_shadow_inactive=frame +show_app_icon=false # Change to true or false if you want a app icon on each window. (Default is false) +#button_layout=CHM| # This prevents one from customizing their buttons VIA Xfce Window Manager Settings (Defualt is disabled via #) +active_text_color=#4C4942 +active_text_shadow_color=#E5E2D8 +inactive_text_color=#a39e9a +inactive_text_shadow_color=#E5E2D8 Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-1-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-1-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-1-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-1-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-2-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-2-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-2-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-2-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-3-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-3-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-3-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-3-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-4-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-4-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-4-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-4-inactive.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-5-active.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-5-active.png differ Binary files /tmp/TXPskZHf_t/radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-5-inactive.png and /tmp/BElNDDNeAU/radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/title-5-inactive.png differ diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/top-left-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/top-left-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/top-left-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/top-left-active.xpm 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +" .....", +" ..+++++", +" .@@@@@@@", +" .@@@@@@@@", +" .########", +".@@@@@@@@@", +".#########", +".#########", +".@@@@@@@@@", +".#########", +".@@@@@@@@@", +".$$$$$$$$$", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".*********", +".=========", +".*********", +".*********", +".*********", +".*********", +".=========", +".*********", +".=========", +".*********", +".---------", +".*********", +".*********"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/top-left-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/top-left-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/top-left-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/top-left-inactive.xpm 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +" .....", +" ..+++++", +" .@@@@@@@", +" .########", +" .$$$$$$$$", +".#########", +".$$$$$$$$$", +".$$$$$$$$$", +".#########", +".$$$$$$$$$", +".#########", +".%%%%%%%%%", +".&&&&&&&&&", +".*********", +".=========", +".---------", +".---------", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".---------", +".;;;;;;;;;", +".=========", +".;;;;;;;;;", +".;;;;;;;;;"}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/top-right-active.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/top-right-active.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/top-right-active.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/top-right-active.xpm 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,43 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"10 29 11 1", +" c None", +". c #C1C1C1", +"+ c #F1F1F1", +"@ c #E8E8E8", +"# c #E9E9E9", +"$ c #E4E4E4", +"% c #E0E0E0", +"& c #DBDBDB", +"* c #D7D7D7", +"= c #D6D6D6", +"- c #D8D8D8", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"@@@@@@@@. ", +"########. ", +"@@@@@@@@@.", +"#########.", +"#########.", +"@@@@@@@@@.", +"#########.", +"@@@@@@@@@.", +"$$$$$$$$$.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"*********.", +"*********.", +"*********.", +"=========.", +"*********.", +"=========.", +"*********.", +"---------.", +"*********.", +"*********."}; diff -Nru radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/top-right-inactive.xpm radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/top-right-inactive.xpm --- radiance-colors-15.04.2~vivid~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/top-right-inactive.xpm 1970-01-01 00:00:00.000000000 +0000 +++ radiance-colors-15.04.3~wily~NoobsLab.com/Radiance-Colors/Radiance-ZRAVE-Yellow/xfwm4/top-right-inactive.xpm 2014-08-31 00:22:27.000000000 +0000 @@ -0,0 +1,44 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"10 29 12 1", +" c None", +". c #CFCFCF", +"+ c #E9E9E9", +"@ c #DEDEDE", +"# c #DFDFDF", +"$ c #E0E0E0", +"% c #DDDDDD", +"& c #DBDBDB", +"* c #DADADA", +"= c #D8D8D8", +"- c #D6D6D6", +"; c #D7D7D7", +"..... ", +"+++++.. ", +"@@@@@@@. ", +"########. ", +"$$$$$$$$. ", +"#########.", +"$$$$$$$$$.", +"$$$$$$$$$.", +"#########.", +"$$$$$$$$$.", +"#########.", +"%%%%%%%%%.", +"&&&&&&&&&.", +"*********.", +"=========.", +"---------.", +"---------.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"---------.", +";;;;;;;;;.", +"=========.", +";;;;;;;;;.", +";;;;;;;;;."};